bbfree
19th May 2008 12:57 UTC
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.
pospec
19th May 2008 13:08 UTC
Use makensis.exe
Red Wine
19th May 2008 13:12 UTC
An example of your bat file would help, however I guess you call makensisw in your bat, call makensis instead.
bbfree
19th May 2008 13:14 UTC
Oh. Sorry. Really!!!
I used makensisW.exe. But I didn't know about makensis.exe.
Thank you.
Johnm312
24th May 2008 03:56 UTC
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.