Bootstrapping SQL Express from WiX?

前端 未结 2 1654
野趣味
野趣味 2020-12-01 08:38

I\'m working on a WPF app, and using WiX as an installer.

I\'d like to start using SQL Express 2012, but want to resolve installer issues first.

I\'m looking

2条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 09:03

    No suggestions worked for me until following 2 changes:

    1. set util:RegistrySearch/@Win64 attribute value to "yes" (default is "no", and it's ok for 32bit systems)

    2. remove ExePackage/@DetectCondition attribute at all (don't aware the cause)

    Below is working example:

        
    
        
            
                
            
    
        
    

提交回复
热议问题