I can i make one installshield for 6 application,giving the user the choice!!!!!!
I know it's the third time i ask!!
Printable View
I can i make one installshield for 6 application,giving the user the choice!!!!!!
I know it's the third time i ask!!
Have you asked the support people at InstallShield?
No. InstallShield will only install one application at a time. Most developers take one of the following routes:
Either ask the user if he/she would like to install the second app after the installation of the first is completed (used often with Acrobat or DirectX for example) or...
Make a small startup app with buttons like "Install App 1" and "Install App 2". Each button can launch the install program for a different app. Recently, a lot of companies have started using Macromedia Flash for this b/c you don't have to install a lot of dependencies...
John