Re: [WiX-users] Using an OR operator in a Condition

2007-07-02 Thread Richard
In article <[EMAIL PROTECTED]>, "Jason J. W. Williams" <[EMAIL PROTECTED]> writes: > I really appreciate your help. It ended up being a stupid typo in the > variable name I was comparing. Don't know how many times I looked at > it and it looked right... I'm sorry for the wild goose chase. Th

Re: [WiX-users] Using an OR operator in a Condition

2007-07-02 Thread Jason J. W. Williams
Hi Rob, I really appreciate your help. It ended up being a stupid typo in the variable name I was comparing. Don't know how many times I looked at it and it looked right... I'm sorry for the wild goose chase. Thank you very much for helping me though. Best Regards, Jason On 6/28/07, Rob Hamflett

Re: [WiX-users] Using an OR operator in a Condition

2007-06-28 Thread Rob Hamflett
I'm not sure if it will help, but try OR instead of Or. There might be a case-sensitivity issue. Rob Jason J. W. Williams wrote: > Hello, > > I've got what must be a stupid question, but I can't find a suitable > answer. I only want a component to be installed if a registry entry is > X or Y.

[WiX-users] Using an OR operator in a Condition

2007-06-27 Thread Jason J. W. Williams
Hello, I've got what must be a stupid question, but I can't find a suitable answer. I only want a component to be installed if a registry entry is X or Y. If it is neither than I do not want the component to be installed. So I put the following condition in the component: (REGENTRY = "X") Or (RE