Where to check the meaning of ExitCode for ExecWait?
For example, ExecWait returns ExitCode = 7. What does that mean? Thanks.
Archive: Where to check the meaning of ExitCode for ExecWait?
Where to check the meaning of ExitCode for ExecWait?
For example, ExecWait returns ExitCode = 7. What does that mean? Thanks.
The meaning of the return code depends entirely on the executable you're running. Check the manual for the executable, or ask their developers.
Originally posted by MSGThanks for your reply. So you meant the exit code is actually returned value of executable?
The meaning of the return code depends entirely on the executable you're running. Check the manual for the executable, or ask their developers.
Please read the manual before asking these questions... The information is all there.
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.4