If you want XPSP2 you need to add an "and ServicePackLevel=2" to your launch 
condition of VersionNT=501

Phil Wilson

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vivek
Sent: Thursday, September 11, 2008 2:23 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Install only on XP SP2 or better


I am a newbie to Wix, I was trying to do the same this which you have
discussed a long time back.
I am facing problem when i put a check of VersionNT inside Condition
Element.
My code looks like this:

<Condition Message="[VersionNT]">VersionNT >= 501 </Condition>

and when i run it on Windows NT this condiotion newer comes as true.

Than i tried to check what version number i have for WinXP with following
code:

<Condition Message="[VersionNT]">VersionNT = n </Condition>

this displays message with 501 in value field this means my Windows version
is 501. Can some one please help me out with this.

Thanks in Advance.
Vivek

--
View this message in context: 
http://n2.nabble.com/Install-only-on-XP-SP2-or-better-tp698937p1083699.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to