Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 22nd August 2003, 17:59   #1
mdm
Member
 
Join Date: Jul 2003
Posts: 57
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
mdm is offline   Reply With Quote
Old 22nd August 2003, 19:32   #2
Joost Verburg
NSIS MUI Dev
 
Join Date: Nov 2001
Posts: 3,717
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
Joost Verburg is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump