If I've understand the manual correct, SetErrorLevel should set the status/exit code of the installer!?
Function .onInstFailed
SetErrorLevel 12
FunctionEnd
Now I'm trying to get the error level displayed on console using
It doesn't work, but I dont know why.echo %ERRORLEVEL%
Thanks for any help.
CJ