I am trying to determine the proper exit code for compiling a Suite / Advanced UI.
I have a batch file to compile the MSI package and then to compile the suite package. However, when I compile the SUITE package, the return code can be values greater than 0, which I thought means SUCCESS. However, the setup can create the setup package and return a code of 1, 2 or 3. These are the values I have seen so far.
Today I got an exit code of 3, and the setup had failed.
So what is up with the Suite compile? Why does it return values greater than zero when it successfully compiles the package?
Is there a web page that describes the return codes for compiling the setup. I found a site that describes exit codes for runtime return codes, but not for compile return codes.
EDIT: I just found explicit text showing the following: http://helpnet.installshield.com/ins...mdBldParam.htm
"If a build error occurs during a command-line build, InstallShield sets the environment variable ERRORLEVEL to 1. If the build completes without any errors, ERRORLEVEL is set to 0."
I have a batch file to compile the MSI package and then to compile the suite package. However, when I compile the SUITE package, the return code can be values greater than 0, which I thought means SUCCESS. However, the setup can create the setup package and return a code of 1, 2 or 3. These are the values I have seen so far.
Today I got an exit code of 3, and the setup had failed.
So what is up with the Suite compile? Why does it return values greater than zero when it successfully compiles the package?
Is there a web page that describes the return codes for compiling the setup. I found a site that describes exit codes for runtime return codes, but not for compile return codes.
EDIT: I just found explicit text showing the following: http://helpnet.installshield.com/ins...mdBldParam.htm
"If a build error occurs during a command-line build, InstallShield sets the environment variable ERRORLEVEL to 1. If the build completes without any errors, ERRORLEVEL is set to 0."