|
-
Oct 8th, 2005, 04:48 PM
#1
Thread Starter
Member
Another Deployement related question
i used Nullsoft installer to make the setup of my project from VB, it worked fine. then i used VB Application deployement wizard, and to my astonish it add some ".dll" and ".ocx" files to "setup.exe" as well, which NullSoft installer doesn't.
I want to ask how can my NullSoft installer can automatically check for the dependencies for ".dll" and ".ocx" files. I don't know how to write the script for installer tools.
please help me out!
-
Oct 11th, 2005, 08:21 PM
#2
Re: Another Deployement related question
Did the NS version install correctly? Maybe they weren't needed?
I'd use Inno Script to find the dependcies, and Inno Setup to create the setup.
www.*********** for links to both.
-
Oct 12th, 2005, 06:59 AM
#3
Re: Another Deployement related question
 Originally Posted by hYph3n
i used Nullsoft installer to make the setup of my project from VB, it worked fine. then i used VB Application deployement wizard, and to my astonish it add some ".dll" and ".ocx" files to "setup.exe" as well, which NullSoft installer doesn't.
I want to ask how can my NullSoft installer can automatically check for the dependencies for ".dll" and ".ocx" files. I don't know how to write the script for installer tools.
please help me out!
Most installers will read in your .vbp file, and from that, determine what dependency's are required to install your project properly.
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
|