Hi! I'm trying to make a setup of setups. To accomplish this, I've generated several setups (with Setup Factory 8), and then, put them in another setup project.
In the setup of setups, I copy all the setups in the %TempFolder%, and in the Post Install Actions I've set the following code:
File.Run(SessionVar.Expand("%TempFolder%\\FirstSet up.exe"), "", "", SW_SHOWNORMAL, true);
File.Run(SessionVar.Expand("%TempFolder%\\SecondSe tup.exe"), "", "", SW_SHOWNORMAL, true);
File.Run(SessionVar.Expand("%TempFolder%\\ThirdSet up.exe"), "", "", SW_SHOWNORMAL, true);
The problem is that, in spite of I've set the WaitForReturn property to true, all the setups are launched at the same time.
Does anyone know how can I make that each setup ends before the next setup is launched?
Thanks in advance!
Minsis

Reply With Quote
