Mark_Ive
7th June 2002 16:10 UTC
ExecWait Problem
Hi all,
i am trying to launch a setup program from nsis and wait for the install to finish...problem is after the first bit has run im guessing the setup.exe runs the installprog.msi so when setup.exe has finished nsis continues even tho the install isnt actually finished any way to trap this ??
kichik
7th June 2002 19:34 UTC
I think the simplest way would be to just open the .msi file your self. Don't forget to check for MSI first...
Mark_Ive
10th June 2002 09:51 UTC
i have tried to launch the msi but nsis wont seem to run it if i copy the line from my nsi script and put it in a batch file it works fine..??!?! any ideas ?
kichik
10th June 2002 13:30 UTC
Try ExecWait "start file.msi"