How to Get a Return Code of an Installation Using Wise Script
Created: 21 Nov 2008 | Updated: 21 Nov 2008
Return codes are nothing but the errorlevels. The DOS command to determine the return code is IF ERRORLEVEL.
Errorlevels are not a standard feature of every command. A certain errorlevel may mean anything the programmer wanted it to. Most programmers agree that an errorlevel 0 means the command executed successfully, and an errorlevel 1 or higher usually spells trouble. But there are many exceptions to this general rule.
In Wise script the Variable used for getting the return code of an installation is %INSTALL_RESULT%
Blog Entry Filed Under:

The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.