Re: [WiX-users] Supporting Windows 8

2012-12-06 Thread Christopher Painter
her" Sent: Thursday, December 06, 2012 10:39 AM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] Supporting Windows 8 Windows 8 should have .NET 3.5 (and 4.0) support built in. I think the WiXNetFxExtension you're using hasn't been up

Re: [WiX-users] Supporting Windows 8

2012-12-06 Thread Pally Sandher
ssage- From: Sanjay Poria [mailto:sanjay.po...@xanalys.com] Sent: 06 December 2012 10:39 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Supporting Windows 8 I have a msi built using Wix3.5 which has a conditional check on .NET 3.5 SP 1 being installed on the target

[WiX-users] Supporting Windows 8

2012-12-06 Thread Sanjay Poria
I have a msi built using Wix3.5 which has a conditional check on .NET 3.5 SP 1 being installed on the target machine like so: This check fails on Windows 8 (x64). Do I need to make a change to this condition in order to support windows 8? Are there any other general gotch