cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
akhileshjoshi
Level 2

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.
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

Try using the IS_SQLSERVER_CXNS_ABSENT_FROM_INSTALL property instead. See the Overriding the Default SQL Run-Time Behavior help topic for details.
0 Kudos