Archive: ExecWait Problem


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 ??


I think the simplest way would be to just open the .msi file your self. Don't forget to check for MSI first...


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 ?


Try ExecWait "start file.msi"