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
- :
- Re: Continue installation if Custom Action fails.
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
‎Aug 24, 2011
05:47 PM
Continue installation if Custom Action fails.
Is there a way for me to tell an installation to continue even if a custom action fails? I have a case during an uninstall where the user has deleted a file that the custom action needs. I want the uninstall to continue even though the custom action failed.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 24, 2011
05:58 PM
In the custom action properties under the return processing option select "ignore Exit Code". Installation will continue. Are you giving any condition to execute this CA?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 24, 2011
06:20 PM
Thank you for your reply. I will give this a try. I don't have any conditions for the CA to run.