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. If it is neither than I do not want the component to be
> installed. So I put the following condition in the component:
> 
> <Condition> (REGENTRY = "X") Or (REGENTRY = "Y") </Condition>
> 
> This works fine when the registry entry is not X or Y. However, the
> component is also NOT installed when the registry entry IS X or Y. So
> I'm a bit confused how to get this to do what I'm intending. The
> install log doesn't give much help as to how its evaluating. Thank you
> in advance for any help.
> 
> Best Regards,
> Jason
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to