Take a look at the following two links.  While there is a 32 bit version of
Windows Server 2008, in most cases foks really mean Windows Server 2008 R2,
which, like Windows Server 2012 is only available in 64 bit configurations. 
VersionNT is undefined on 64 bit configurations and VersionNT64 should be
used.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa372497(v=vs.85).aspx

http://msdn.microsoft.com/en-us/library/windows/desktop/aa372495(v=vs.85).aspx

When "VersionNT = 501" that will only select Windows XP 32bit as state, so
if you want to detect the other configurations including 64 bit
configurations you need to add tests of VersionNT64 to your statement.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Conditional-installation-for-Windows-Server-2008-Windows-Server-2012-tp7588450p7588566.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to