What is the best way to determine all the files you need to include in your setup program?
Thanks!
Printable View
What is the best way to determine all the files you need to include in your setup program?
Thanks!
Look at your references in the project.
To those add any controls you inclued in the project (click on the Add components on the toolbox) and last but not least the VB runtimes.
There's an addin that comes with VB called "Package and Deployment Wizard." I've never used it, but I heard that it'll pack all of your dependencies into a .cab file and tell you what they are.
Also, most setup-creation utitlies, such as InstallerVISE, will scan your project for dependencies.
I hate package and delpoyment wizard :)
and innosetup doesn't to my knowledge scan my project...how much is InstalerlVISE?
It was free for me ;)Quote:
Originally posted by stickman373
I hate package and delpoyment wizard :)
and innosetup doesn't to my knowledge scan my project...how much is InstalerlVISE?
InstallerVISE will let you use the full version installer for free/shareware for a year for free.