Fr3sh
11th May 2006 15:32 UTC
Running several different Setups
Hello!
I have to start several setup processes. It is necessary to start a setup AFTER the previous setup process finished. So what I want to do is to build an installer that runs all the external setup.exe files in the background. Is there a (possibly easy) way to do this?
Thanks!
Fr3sh
Afrow UK
11th May 2006 18:06 UTC
Use ExecWait.
-Stu
Red Wine
11th May 2006 18:07 UTC
if the external setup.exe is NSIS too, first make it silent and then run it from the installer using execwait. if it is from other installation system you have to know the command line switch to make it run silently and run it also with execwait.