Skip to content
⌘ NSIS Forum Archive

Close after compiling

5 posts

bbfree#

Close after compiling

Hello Everybody.
I've got a question.
Is it possible to close the compiling window after compiling?
Or may be possible to compiling script without window?
I'm creating *.bat file for several scripts, but it need to close window by the mouse.

Igor.
Red Wine#
An example of your bat file would help, however I guess you call makensisw in your bat, call makensis instead.
Johnm312#
You can use

AutoCloseWindow true

I was looking all over for this command and it was looking me right in my face. I Call both a batchfile and open a webpage in my script and that closes the installer after launch.