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
No suggestions worked for me until following 2 changes:
set util:RegistrySearch/@Win64 attribute value to "yes" (default is "no", and it's ok for 32bit systems)
remove ExePackage/@DetectCondition attribute at all (don't aware the cause)
Below is working example: