![]() |
Automatically ending non-silent install
I admit, I am brand new to NSIS, but I was curious if this was possible:
I have just a generic installer, where the only window is the progress bar with the cancel button. I still want this to be visible when the installer is running, but when everything finishes I would like the installer to exit itself, without the user having to click cancel. Any suggestions on how to go about this? |
Refer to the documentation,
4.8.1.3 AutoCloseWindow 4.9.14.11 SetAutoClose |
Damn, I totally missed those. Thanks!
|
With MUI, !define MUI_FINISHPAGE_NOAUTOCLOSE before inserting any page macros.
Stu |
| All times are GMT. The time now is 17:37. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.