Reference/Abort: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
mNo edit summary
Line 7: Line 7:
<highlight-nsis>Abort
<highlight-nsis>Abort
Abort "can't install"</highlight-nsis>
Abort "can't install"</highlight-nsis>
''Command introduced with NSIS v1.1t''

Revision as of 20:14, 4 June 2013

Abort

user_message

Cancels the install, stops execution of script, and displays user_message in the status display. Note: you can use this from Callback functions to do special things. Page callbacks also uses Abort for special purposes.

Abort
Abort "can't install"

Command introduced with NSIS v1.1t