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
- :
- How do I skip validation of SQL Connection during uninstallation?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 03, 2015
09:49 AM
How do I skip validation of SQL Connection during uninstallation?
My Basic MSI installer has only one SQL Server connection. I would like to skip validation during uninstallation. I tried setting IS_SQLSERVER_CONNECTIONS_TO_VALIDATE=; but that didn't help.
I appreciate any help.
I appreciate any help.
(1) Reply
May 08, 2015
03:26 PM
Try using the IS_SQLSERVER_CXNS_ABSENT_FROM_INSTALL property instead. See the Overriding the Default SQL Run-Time Behavior help topic for details.