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!
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.
Re: Another Deployement related question
Quote:
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.