This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Get Exit code when running Suite silent
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 07, 2012
08:31 AM
Get Exit code when running Suite silent
Hi,
How to get the exit code of a suite that is ran silently through cmd?
The only way to get information is to use /debuglog then look at the actual log, what i need is when i run in command prompt to get any information whether it succeeded or failed.
Thanks
How to get the exit code of a suite that is ran silently through cmd?
The only way to get information is to use /debuglog then look at the actual log, what i need is when i run in command prompt to get any information whether it succeeded or failed.
Thanks
(1) Reply
May 10, 2012
12:51 PM
That depends entirely on how you launch the suite. If it's through a programming API, look to your programming language (e.g. GetExitCodeProcess()). If it's through the command shell, look towards %ERRORLEVEL%. If it's from the start/run menu, I don't know of a good way to get that one.