Archive: Running several different Setups


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


Use ExecWait.

-Stu


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.