I am a novice user of this program. What I want to do is simple. I want to create a installer that runs 3 exe setup files in sequence one after another... How can I do it?
Professional Software Development Tools
I am a novice user of this program. What I want to do is simple. I want to create a installer that runs 3 exe setup files in sequence one after another... How can I do it?
put all 3 exe's in your setup
install to %TempLaunchfolder%
do not create an uninstaller
in 'post install' actions, use File.Run() to run each file -- be sure to use "True" for 'wait for return'
Then use File.Delete() to remove the 3 exe's.
(Click here to contact me)
Providing Independent Professional Consulting Services for
IndigoRose products, World Wide.
Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)
Alternatively, the exe's can be packed as primer files. In that case, you won't need to delete them manually, just check the 'delete after installation' option.