[WiX-users] Simple question-not equals condition?

2007-03-26 Thread Chris Bardon
I'm trying to change the dialog sequence conditionally on properties
being passed in on the command line, and I can't find a reference for
what a not equals operator is.  I can use PROPERTY= as a condition,
but I tried PROPERTY!= and PROPERTY NOT , but those don't seem to
work.  I'm sure there's a way to put in a simple property not set
condition, I just don't know what the particular syntax is.  

Thanks,

Chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Simple question-not equals condition?

2007-03-26 Thread DE�K JAHN, G�bor
On Mon, 26 Mar 2007 09:45:26 -0400, Chris Bardon wrote:

Chris,

 I'm sure there's a way to put in a simple property not set
 condition, I just don't know what the particular syntax is.

See Section 5.3 of the tutorial at http://www.tramontana.co.hu/wix/lesson5.php .

Bye,
   Gábor

---
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Simple question-not equals condition?

2007-03-26 Thread DE�K JAHN, G�bor
On Mon, 26 Mar 2007 15:10:12 +0100, Fredrik Grohn wrote:

Fredrik,

 Correct, see:

Actually, not that correct because Chris was looking for a way to check whether 
the property has been set at all, not to read its value. In this case,  won't 
help, the syntax is:

PROPERTY

or

NOT PROPERTY

Bye,
   Gábor

---
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Simple question-not equals condition?

2007-03-26 Thread Fredrik Grohn
Oh. I guess I didn't read it to the end... :)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DE?K JAHN, G?bor
Sent: Monday, March 26, 2007 4:22 PM
To: WiX-users
Subject: [WiX-users] Simple question-not equals condition?

On Mon, 26 Mar 2007 15:10:12 +0100, Fredrik Grohn wrote:

Fredrik,

 Correct, see:

Actually, not that correct because Chris was looking for a way to check whether 
the property has been set at all, not to read its value. In this case,  won't 
help, the syntax is:

PROPERTY

or

NOT PROPERTY

Bye,
   G?bor

---
DE?K JAHN, G?bor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users