Re: [WiX-users] How to Show/Hide a Text Control on Server Installation

2014-07-15 Thread Phill Hogland
This blog should help: http://robmensching.com/blog/posts/2008/11/3/how-to-determine-if-you-are-installing-on-windows-client/ -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-Show-Hide-a-Text-Control-on-Server-Installation-tp7595834p7595840.h

Re: [WiX-users] How to Show/Hide a Text Control on Server Installation

2014-07-15 Thread Phill Hogland
Sorry for the double post. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-Show-Hide-a-Text-Control-on-Server-Installation-tp7595834p7595841.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] How to Show/Hide a Text Control on Server Installation [P]

2014-07-15 Thread Marc Beaudry
-Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: July-15-2014 9:25 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] How to Show/Hide a Text Control on Server Installation [P] Classification: Public This is what I use to check for Server 2008 R2

Re: [WiX-users] How to Show/Hide a Text Control on Server Installation

2014-07-15 Thread neslekkim
aha, you said it did not work with < so.. check this? http://robmensching.com/blog/posts/2008/11/3/how-to-determine-if-you-are-installing-on-windows-client/ VersionNT64 should be 601 for both server2008r2 and windows 7x64 (but not set(undefined) on Windows 7, 32bit) -- View this message in c

Re: [WiX-users] How to Show/Hide a Text Control on Server Installation [P]

2014-07-15 Thread Steven Ogilvie
indows 7 have a version of 601, how are the 2 OSes differentiated? Again sorry for the unclear question, Thanks Marc -Original Message- From: neslekkim [mailto:asbj...@neslekkim.net] Sent: July-15-2014 8:53 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to Show/Hide a

Re: [WiX-users] How to Show/Hide a Text Control on Server Installation

2014-07-15 Thread Marc Beaudry
OSes differentiated? Again sorry for the unclear question, Thanks Marc -Original Message- From: neslekkim [mailto:asbj...@neslekkim.net] Sent: July-15-2014 8:53 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to Show/Hide a Text Control on Server Installation the wxs file is a

Re: [WiX-users] How to Show/Hide a Text Control on Server Installation

2014-07-15 Thread neslekkim
the wxs file is an xml file, is yours valid xml? why not use CDATA on the second condition also? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-Show-Hide-a-Text-Control-on-Server-Installation-tp7595834p7595835.html Sent from the wix-users

[WiX-users] How to Show/Hide a Text Control on Server Installation

2014-07-15 Thread Marc Beaudry
Hello Everyone, I thought this would be a trivial condition, but I can't seem to find a winning combination. I have a text control that is located in my WelcomeDlg, I want to display a message to the user when the installation is being ran on Server 2008 or Server 2012. In all other cases