How to detect SQL Server Express in WiX installer

前端 未结 3 1904
野性不改
野性不改 2020-12-15 00:04

How do I detect if Sql Server Express is installed and running on a machine in a WiX installer?

I want to check before installing my application and if it\'s not ins

3条回答
  •  执念已碎
    2020-12-15 00:24

    The accepted answer above was always passing the condition for me. I got it working using:

    
      
    
    
      
    
    

提交回复
热议问题