http://msdn.microsoft.com/en-us/library/windows/desktop/aa368012(v=vs.85).aspx
Symbol names and values are case sensitive.
Environment variable names are not case sensitive.
Literal text must be enclosed between quotation marks ("text").
Note Literal text containing quotation marks cannot be used in conditional
statements because there is no escape character for quotation marks inside
literal text. To do a comparison against literal text containing quotation
marks, the literal text should be put in a property. For example, to verify
that the SERVERNAME property does not contain any quotation marks, define a
property called QUOTES in the Property table with a value of " and change the
condition to NOT SERVERNAME><QUOTES.
Nonexistent property values are treated as empty strings.
Floating point numeric values are not supported.
Operators and precedence are the same as in the BASIC and SQL languages.
Arithmetic operators are not supported.
Parentheses can be used to override operator precedence.
Operators are not case sensitive.
--->>>>> For string comparisons, a tilde "~" prefixed to the operator performs
a comparison that is not case sensitive.
Comparison of an integer with a string or property value that cannot be
converted to an integer is always msiEvaluateConditionFalse, except for the
comparison operator "<>", which returns msiEvaluateConditionTrue.
-----Original Message-----
From: Natalie Carr [mailto:[email protected]]
Sent: Tuesday, June 25, 2013 10:42 AM
To: [email protected]
Subject: [WiX-users] Are conditions case sensitive?
Simple question that I cannot find the answer to?
Are conditions case sensitive?
Thanks
Natalie Carr
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users