fraefel
22nd January 2004 08:18 UTC
Return to cmd.exe after installer exists ?
Hi !
When running an nsis-compiled install.exe from cmd.exe, it returns to cmd.exe immidiately after launching the installer. Is it possible to make install.exe return at the point when the installer has finished the installation job instead ?
Vytautas
22nd January 2004 13:26 UTC
Not without using an external program.
Vytautas
eccles
22nd January 2004 13:47 UTC
If you are using cmd.exe on NT/2000/XP/etc. then this should work:
start "some title that won't be visible" /wait command-line
I'm not sure if this works on 95/98/etc. though.