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
‎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
‎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?