Re: [WiX-users] Installing SQL Server 2012 Express in bootstrapper...

2012-12-01 Thread Neil Sleightholm
Not really sure I why this is failing but I would add VersionNT64 to the condition so you run the appropriate install on x64. Neil >I am having an issue where I have both the x86 and x64 versions of SQL >Server >Express 2012 >So if the OS is 64 bit install the 64 bit version, if the OS is 32 bit

[WiX-users] Installing SQL Server 2012 Express in bootstrapper...

2012-11-30 Thread StevenOgilvie
I am having an issue where I have both the x86 and x64 versions of SQL Server Express 2012 So if the OS is 64 bit install the 64 bit version, if the OS is 32 bit install the 32 bit version... But if I have neither both install (on a 64 bit OS) :( My code is: Detection: