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
- :
- InstallShield 2011 Automation Interface StopOnFirstError
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
Jun 16, 2014
12:18 PM
InstallShield 2011 Automation Interface StopOnFirstError
Does anyone know how I can set a "StopOnFirstError" option on the InstallShield 2011 Automation Interface? I can't seem to find the property on the ISWiProject object. i.e.
http://helpnet.installshield.com/installshield17helplib/IHelpAutoISWiProject.htm
but it does seem to be available from the command line and in the MSBuild task.
Thanks Shane
http://helpnet.installshield.com/installshield17helplib/IHelpAutoISWiProject.htm
but it does seem to be available from the command line and in the MSBuild task.
Thanks Shane
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 23, 2014
12:01 PM
While not exactly StopOnFirstError I was able to use the ISWiRelease Object's BuildErrorCount to detect an error. Ideally I'd be able to print out what the error was but I can't find that. But that information can be found in the logs.
See
http://helpnet.installshield.com/installshield16helplib/IHelpAutoISWiRelease.htm
See
http://helpnet.installshield.com/installshield16helplib/IHelpAutoISWiRelease.htm