Skip to content
⌘ NSIS Forum Archive

Running several different Setups

3 posts

Guest#

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
Red Wine#
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.