Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: divined on September 20, 2005, 07:35:16 PM

Title: Adding two executables to an installation script
Post by: divined on September 20, 2005, 07:35:16 PM
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?
Title: Adding two executables to an installation script
Post by: admin on September 20, 2005, 08:07:01 PM
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.
Title: Adding two executables to an installation script
Post by: divined on September 20, 2005, 08:45:02 PM
yes, what I did is add it manually to the Run section of the iss script. }