Reference/SetAutoClose: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "=SetAutoClose= true|false Overrides the default auto window-closing flag (specified for the installer using AutoCloseWindow, and false for the un...") |
m (→SetAutoClose) |
||
| Line 4: | Line 4: | ||
Overrides the default auto window-closing flag (specified for the installer using [[Reference/AutoCloseWindow|AutoCloseWindow]], and false for the uninstaller). Specify 'true' to have the install window immediately disappear after the install has completed, or 'false' to make it require a manual close. | Overrides the default auto window-closing flag (specified for the installer using [[Reference/AutoCloseWindow|AutoCloseWindow]], and false for the uninstaller). Specify 'true' to have the install window immediately disappear after the install has completed, or 'false' to make it require a manual close. | ||
''Command introduced with NSIS v1.42'' | |||
Latest revision as of 20:25, 4 June 2013
SetAutoClose
true|false
Overrides the default auto window-closing flag (specified for the installer using AutoCloseWindow, and false for the uninstaller). Specify 'true' to have the install window immediately disappear after the install has completed, or 'false' to make it require a manual close.
Command introduced with NSIS v1.42