Skip to content
⌘ NSIS Forum Archive

get an exsit status of a process

3 posts

aviadlich#

get an exsit status of a process

i am using

nsExec::ExecToLog
and i want to get the exit status of the program i just ran
pengyou#
According to the documentation for the plugin:

If nsExec is unable to execute the process, it will return "error" on the top of the stack, if the process timed out it will return "timeout", else it will return the return code from the executed process.