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
Archive: ExecWait return values
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
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