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
- :
- Continue uninstall on failed SQL connection
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Sep 21, 2021
09:46 AM
Continue uninstall on failed SQL connection
I have a SQL script that runs on uninstall that removes the databases created (using a separate tool in a Custom Action) during install. In the event the server connection fails, the uninstall fails and rolls-back. I'd like to be able to resume the uninstall and provide a message informing the user that the databases could not be removed and that they should remove it themselves.
Likewise, I'd like to be able to have the script also "Run Script During Rollback", so if the databases were created they will be removed, but if they weren't created the rollback will still complete.
(0) Replies