VersionNT is always defined, whether it's 32-bit or not.
 
If you need to tell the difference between client and server (e.g. Windows 8 vs 
2012), look at 
http://robmensching.com/blog/posts/2008/11/3/how-to-determine-if-you-are-installing-on-windows-client
 (the NTProductType property).
 
Sean
 
> Date: Thu, 29 Aug 2013 05:41:36 -0700
> From: phogl...@rimage.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] [Wix]: Conditional installation for Windows Server 
> 2008/Windows Server 2012
> 
> 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
                                          
------------------------------------------------------------------------------
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