Adding two executables to an installation script

Started by divined, September 20, 2005, 07:35:16 PM

Previous topic - Next topic

divined

yes, what I did is add it manually to the Run section of the iss script. }

admin

divined,
 
With InnoScript you can add the exe but not automatically the way you want, unless you create a template file and add it that way.
 
The other way to do it is to edit the script in inno Setup.

divined

Hello everybody
 
Is it possible to add two exetutables to an installation package using InnoScript?  
 
The situation is as follows. When my application is installed a program named Initliazer should be executed just once. This creates some tables of the database and does other initialization tasks. Then, the main executable can be run. Is it possible to have the installer automatically launch this Initializer and then launch the main program?