Re: [WiX-users] Trying to get a custom action to install only for Windows 8

2012-06-26 Thread David Connet
That's not valid XML. You need to either put the condition in a CDATA block or use the ">" entity. Dave From: Bill Pierce To: "wix-users@lists.sourceforge.net" Sent: Tuesday, June 26, 2012 9:50 AM Subject: [WiX-users] Tryi

Re: [WiX-users] Trying to get a custom action to install only for Windows 8

2012-06-26 Thread Rob Mensching
Take a look at a verbose log file. It should show you the state of the Properties and you can work out the condition from there. On Tue, Jun 26, 2012 at 9:50 AM, Bill Pierce wrote: > Hi All, > > I'm trying to get .Net 3.5 to install for Windows 8 only, It will install > fine without the condition

[WiX-users] Trying to get a custom action to install only for Windows 8

2012-06-26 Thread Bill Pierce
Hi All, I'm trying to get .Net 3.5 to install for Windows 8 only, It will install fine without the condition but as soon as I put in the line with "VersionNT>=602" it doesn't install. I also tried VersionNT64 and putting the condition in any other place I could find to stick it. Here's the code