|
-
Mar 6th, 2002, 04:17 PM
#1
Thread Starter
Fanatic Member
Best Way?
What is the best way to determine all the files you need to include in your setup program?
Thanks!
-
Mar 6th, 2002, 04:19 PM
#2
Frenzied Member
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.
-
Mar 6th, 2002, 04:21 PM
#3
Stuck in the 80s
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.
-
Mar 6th, 2002, 04:23 PM
#4
Thread Starter
Fanatic Member
I hate package and delpoyment wizard 
and innosetup doesn't to my knowledge scan my project...how much is InstalerlVISE?
-
Mar 6th, 2002, 04:25 PM
#5
Stuck in the 80s
Originally posted by stickman373
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
-
Mar 6th, 2002, 04:49 PM
#6
InstallerVISE will let you use the full version installer for free/shareware for a year for free.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|