I Hate the P&D Wizard, and Im using a different program to pakage my app. Will I need to make one pakage to install all the DLLS, OCX etc into the apropriate location and a seperate pakage for the app?:confused:
Printable View
I Hate the P&D Wizard, and Im using a different program to pakage my app. Will I need to make one pakage to install all the DLLS, OCX etc into the apropriate location and a seperate pakage for the app?:confused:
install the vb6sp5 runtimes and ocx's that dont come with it and that you do use. like most commonly comdlg32 and comctl32 might not be on some pc's
Yes but shall I make a seperate pacage with the runtime stuff cos im not using the pakage and deployment wizard?Quote:
Originally Posted by nareth
For all the software I make, I always use Inno Setup, I recommend you give it a try :afrog:
http://www.jrsoftware.org/isinfo.php
The answer to your question depends on the installer you are using (which is?) but almost surely you can do it all in one package.
Im using Inno SetupQuote:
Originally Posted by MartinLiss