Skip to content
⌘ NSIS Forum Archive

Where to check the meaning of ExitCode for ExecWait?

4 posts

JohnChen#

Where to check the meaning of ExitCode for ExecWait?

For example, ExecWait returns ExitCode = 7. What does that mean? Thanks.
MSG#
The meaning of the return code depends entirely on the executable you're running. Check the manual for the executable, or ask their developers.
JohnChen#
Originally Posted by MSG View Post
The meaning of the return code depends entirely on the executable you're running. Check the manual for the executable, or ask their developers.
Thanks for your reply. So you meant the exit code is actually returned value of executable?
MSG#
Please read the manual before asking these questions... The information is all there.