Thanks, it seems that NTProductType  is the same as MsiNTProductType.



On Wednesday, January 15, 2014 4:34 PM, Sean <rhal...@hotmail.com> wrote:
 
You're looking for the NTProductType burn variable.  List of all them are at 
http://wixtoolset.org/documentation/manual/v3/bundle/bundle_built_in_variables.html.

Sean Hall

> Date: Wed, 15 Jan 2014 15:11:28 +0000
> From: techsupport...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] MsiNTProductType support in wix bundle?
> 
> Sorry that's wrong please disregard.
> On 15/01/2014 14:50, Matt O'Connell wrote:
> > Use NOT VersionNT64 as below:
> >
> > <Condition  Message="!(loc.CONDITION_Message1)">
> > <!-- OS must be Windows XP (32-bit) SP3 OR 2003 Server (32-bit) SP2 OR 
> > Vista and above -->
> >       (VersionNT = 501 AND ServicePackLevel>=3 AND NOT (VersionNT64)) 
> > OR (VersionNT = 502 AND ServicePackLevel>=2 AND NOT (VersionNT64)) OR 
> > (VersionNT >= 600)
> > </Condition>
> >
> > On 15/01/2014 14:24, Goran Malovic wrote:
> >> Hi,
> >>
> >> I have a requirement to set minimum OS requirement to be XP SP3 and 
> >> Server 2003 sp2. XP 64 bit and Server 2003 have one thing in common - 
> >> NTVersion - v5.2. This makes it difficult to set a condition based on 
> >> NTVersion.
> >>
> >> Condition =" ((VersionNT = v5.1) AND (ServicePackLevel >= 3))  OR 
> >> ((VersionNT = v5.2) AND (ServicePackLevel >= 2)) OR (VersionNT >= 6.0)"
> >>
> >> This condition will also allow application to be installed on XP 64 
> >> bit SP2, which is not my intention. As per this link
> >>
> >> http://msdn.microsoft.com/en-us/library/aa370329%28v=vs.85%29.aspx
> >>
> >> MSI installer offers MsiNTProductType, which can be used in condition 
> >> to determine if OS is server based or not. However, I do not see this 
> >> variable listed under bundle varilables, nor I can find any mention 
> >> of it in the help files.
> >>
> >> Any advise regarding this issue?
> >>
> >> Regards,
> >> Goran
> >> ------------------------------------------------------------------------------
> >>  
> >>
> >> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> >> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> >> Critical Workloads, Development Environments & Everything In Between.
> >> Get a Quote or Start a Free Trial Today.
> >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> >>  
> >>
> >> _______________________________________________
> >> WiX-users mailing list
> >> WiX-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wix-users

> >
> 
> 
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today. 
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                          
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&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