Anyway to set the exit status of the installer, by hand?
I am looking to do some custom error detection, and want to be able to return an exit code, so that the application which is running the installer, can return a smarter error code.
Archive: Anyway to set the exit status of the installer, by hand?
Anyway to set the exit status of the installer, by hand?
I am looking to do some custom error detection, and want to be able to return an exit code, so that the application which is running the installer, can return a smarter error code.
Use SetErrorLevel.
That worked correctly, thank you.