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.
Close after compiling
5 posts
Use makensis.exe
An example of your bat file would help, however I guess you call makensisw in your bat, call makensis instead.
Oh. Sorry. Really!!!
I used makensisW.exe. But I didn't know about makensis.exe.
Thank you.
I used makensisW.exe. But I didn't know about makensis.exe.
Thank you.
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.
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.