Archive: Return to cmd.exe after installer exists ?


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 ?


Not without using an external program.

Vytautas


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.