Reference/Abort

From NSIS Wiki
Jump to navigationJump to search

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