How can I make my NSIS silent installer block until complete? -


when run silent nsis installer (from console, in installer.exe /s /d=c:\foo) moves background. i'd wait until has finished installing before else. there flag can pass tell installer blocking?

you don't how start process in question! nsis installers "blocking", silent installer means have wait child process end.

if parent process nsis installer can execwait '"c:\path\to\installer.exe" /s /d=c:\foo' or if batch file must use start "" /wait "c:\path\to\installer.exe" /s /d=c:\foo


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -