http://msdn.microsoft.com/en-us/library/aa368012.aspx - Conditional Statement 
Syntax

Bitwise Numeric Operators
The following table shows the bitwise numeric operators in conditional 
expressions. These operators can occur between two integer values.

Operator Meaning
>< Bitwise AND, TRUE if the left and right integers have any bits in common.
<< True if the high 16-bits of the left integer are equal to the right integer.
>> True if the low 16-bits of the left integer are equal to the right integer.

-----Original Message-----
From: David Bartmess [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2008 12:44
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Searching for a way to Or mathematically a value

OK, I've searched on mathematical or on the wix list, and in msdn. I
can't seem to find any reference to mathematical calculations in a
condition...

Can you tell me the syntax of the condition?

-----Original Message-----
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2008 11:29 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Searching for a way to Or mathematically a
value

Yes, some.

-----Original Message-----
From: David Bartmess [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2008 08:19
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Searching for a way to Or mathematically a value

I'm converting a project over to Wix from Innosetup, and I have a value
stored in the register as an OR'd value, which I need to check to see if
a particular module is installed.

Is there  a mathematical OR for use in the condition?

Thanks!




David Bartmess

Wall Street On Demand

[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

direct: 303.417.9999 x585

cell: 303.883-9117

fax: 303.444.2586


------------------------------------------------------------------------
-
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

-------------------------------------------------------------------------
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