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
- :
- Check exit status into CA (Powershell or Vbscript)
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 18, 2015
05:15 AM
Check exit status into CA (Powershell or Vbscript)
Hi,
I'm trying check the exit status from my custom action, it contains a powershell or vb script. ¿How works it?
Thanks
I'm trying check the exit status from my custom action, it contains a powershell or vb script. ¿How works it?
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 20, 2015
01:36 PM
If the event is successful then you just return zero, otherwise any other value can be a failure. I do not think you can enumerate different return codes for prerequisites.