Silent Installer
I am writing an installer that can run silently (with the /S switch) from the command-line. However, I need to the setup application to not give control back to the command-prompt until it has finished execution. Is this possible?
9 posts
The win command promt waits till MyNsisInstaller.exe is closed.MyNsisInstaller.exe /S
The win command won't wait and runs further immediatly.start MyNsisInstaller.exe /S