eforge.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:
VersionNT >= 501
and whe
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:
VersionNT >= 501
and when i run it on Windows NT this condiotion newer comes as true.
Than i
[mailto:[EMAIL PROTECTED] On Behalf Of Nick
Sent: 14 March 2007 20:01
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Install only on XP SP2 or better
I'm trying to make some code that installs only on Windows:
XP SP2 or better,
2003 SP1 or better,
or Vista or better.
I'
I don't believe you can set properties like that. Instead, use your
VersionNT=... conditions inside the element. That should
work.
On 3/14/07, Nick <[EMAIL PROTECTED]> wrote:
I'm trying to make some code that installs only on Windows:
XP SP2 or better,
2003 SP1 or better,
or Vista or better
I'm trying to make some code that installs only on Windows:
XP SP2 or better,
2003 SP1 or better,
or Vista or better.
I'm using the code below, and my application happily installs itself on Win2000.
What am I doing wrong?
-
5 matches
Mail list logo