Skip to content
⌘ NSIS Forum Archive

ExecWait return values

2 posts

mdm#

ExecWait return values

return code on a successful ExecWait call = 0...does anybody know what the other values might be. I am getting value=2. Is there a listing of error codes anywhere?
mdm
Joost Verburg#
Depends on the application. For NSIS:

Normal installers:

0 - Normal execution (no error)
1 - Installation aborted by user
2 - Installation aborted by script

Silent installers:

0 - Normal execution (no error)
1 - Installation aborted by user
1 - Installation aborted by script