PDA

Click to See Complete Forum and Search --> : Installation Of My App


CLibra
Jan 8th, 2005, 10:50 AM
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:

nareth
Jan 8th, 2005, 11:07 AM
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

CLibra
Jan 8th, 2005, 11:10 AM
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?

Narfy
Jan 8th, 2005, 11:16 AM
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

MartinLiss
Jan 8th, 2005, 11:16 AM
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.

CLibra
Jan 8th, 2005, 11:20 AM
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 Setup