Re: [WiX-users] MsiNTProductType support in wix bundle?

2014-01-16 Thread Goran Malovic
Thanks, it seems that NTProductType  is the same as MsiNTProductType.




On Wednesday, January 15, 2014 4:34 PM, Sean  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 +
> 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:
> >
> > 
> > 
> >       (VersionNT = 501 AND ServicePackLevel>=3 AND NOT (VersionNT64)) 
> > OR (VersionNT = 502 AND ServicePackLevel>=2 AND NOT (VersionNT64)) OR 
> > (VersionNT >= 600)
> > 
> >
> > 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


Re: [WiX-users] MsiNTProductType support in wix bundle?

2014-01-15 Thread Sean
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 +
> 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:
> >
> > 
> > 
> >   (VersionNT = 501 AND ServicePackLevel>=3 AND NOT (VersionNT64)) 
> > OR (VersionNT = 502 AND ServicePackLevel>=2 AND NOT (VersionNT64)) OR 
> > (VersionNT >= 600)
> > 
> >
> > 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


Re: [WiX-users] MsiNTProductType support in wix bundle?

2014-01-15 Thread Matt O'Connell
Sorry that's wrong please disregard.
On 15/01/2014 14:50, Matt O'Connell wrote:
> Use NOT VersionNT64 as below:
>
> 
> 
>   (VersionNT = 501 AND ServicePackLevel>=3 AND NOT (VersionNT64)) 
> OR (VersionNT = 502 AND ServicePackLevel>=2 AND NOT (VersionNT64)) OR 
> (VersionNT >= 600)
> 
>
> 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


Re: [WiX-users] MsiNTProductType support in wix bundle?

2014-01-15 Thread Goran Malovic
Hi,

how will you differenitate the WinXP 64 bit SP3 and Server 2003 64 bit SP2? 
Both are VersionNT64, both are v5.2, but require different SP level?This is the 
exception I was talking about, and were MsiNTProductType is helpful..

Regards,
Goran





On Wednesday, January 15, 2014 3:54 PM, Matt O'Connell 
 wrote:
 
Use NOT VersionNT64 as below:



       (VersionNT = 501 AND ServicePackLevel>=3 AND NOT (VersionNT64)) 
OR (VersionNT = 502 AND ServicePackLevel>=2 AND NOT (VersionNT64)) OR 
(VersionNT >= 600)


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


Re: [WiX-users] MsiNTProductType support in wix bundle?

2014-01-15 Thread Matt O'Connell
Use NOT VersionNT64 as below:



   (VersionNT = 501 AND ServicePackLevel>=3 AND NOT (VersionNT64)) 
OR (VersionNT = 502 AND ServicePackLevel>=2 AND NOT (VersionNT64)) OR 
(VersionNT >= 600)


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


[WiX-users] MsiNTProductType support in wix bundle?

2014-01-15 Thread Goran Malovic
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