Skip to content
⌘ NSIS Forum Archive

Return to cmd.exe after installer exists ?

3 posts

fraefel#

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 ?
eccles#
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.