Skip to content
⌘ NSIS Forum Archive

Set the installer's return value

1 posts

hideo#

Set the installer's return value

Hi there,
I am using the ExecWait function to run some process and wait for it to finish. When it does I check the exit value and if it is not zero I want to exit the install with the same value. The only function I can see that allows a return value to be set is Quit which sets it to 1. Is there any way I can set this myself?

Thanks