Skip to content
⌘ NSIS Forum Archive

Automatically close NSIS after script processed

6 posts

NEHOG#

Automatically close NSIS after script processed

I want to call makensisw.exe from a batch file and have it exit automatically once the build is done. Right now it doesn't close.

🙂 Thanks if anyone has an idea.
Dave#
You should be calling makensis.exe instead of makensisw.exe (which is the windowed version).
Hope this helps,
Dave.