Determining Whether an Installation Was Successful

InstallAnywhere 2013

You can use InstallAnywhere’s built-in variable $INSTALL_SUCCESS$ to receive confirmation that an installation was successful. There are four possible values for the $INSTALL_SUCCESS$ variable:

SUCCESS 
WARNING 
NONFATAL_ERROR 
FATAL_ERROR 

Similarly, you can use the variable $UNINSTALL_SUCCESS$ to determine the success of the uninstaller.

See Also