Reference/Quit: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "=Quit= Causes the installer to exit as soon as possible. After Quit is called, the installer will exit (no callback functions will get a chance to run).") |
mNo edit summary |
||
| Line 2: | Line 2: | ||
Causes the installer to exit as soon as possible. After Quit is called, the installer will exit (no callback functions will get a chance to run). | Causes the installer to exit as soon as possible. After Quit is called, the installer will exit (no callback functions will get a chance to run). | ||
''Command introduced with NSIS v1.90'' | |||
Latest revision as of 20:49, 4 June 2013
Quit
Causes the installer to exit as soon as possible. After Quit is called, the installer will exit (no callback functions will get a chance to run).
Command introduced with NSIS v1.90