Re: [WiX-users] Conditional registry key using CheckBox control : Why CDATA?

2007-04-20 Thread Ricardo Lopes
No special reason, was just trying ;-) Is the same to use: or StartAppWithWindows = 1 Ricardo Lopes. On 20/04/07, Anthony Wieser <[EMAIL PROTECTED]> wrote: Why in so many examples is this written: I thought CDATA was only required for when XML reserved items were include

Re: [WiX-users] Conditional registry key using CheckBox control :Why CDATA?

2007-04-20 Thread Richard.Foster
ceforge.net Subject: Re: [WiX-users] Conditional registry key using CheckBox control :Why CDATA? Why in so many examples is this written: I thought CDATA was only required for when XML reserved items were included, like <, >, and &. Am I missing something, or is

Re: [WiX-users] Conditional registry key using CheckBox control : Why CDATA?

2007-04-20 Thread Anthony Wieser
Why in so many examples is this written: I thought CDATA was only required for when XML reserved items were included, like <, >, and &. Am I missing something, or is it just mystically copied around? Anthony Wieser Wieser Software Ltd

Re: [WiX-users] Conditional registry key using CheckBox control

2007-04-20 Thread Brett Kapilik
From: Ricardo Lopes [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 10:55 AM To: Brett Kapilik Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Conditional registry key using CheckBox control Thanks,

Re: [WiX-users] Conditional registry key using CheckBox control

2007-04-20 Thread Ricardo Lopes
Thanks, It worked fine. I didn't use the ALLCAPS version because i like camel-casing, has better readability. I notice many properties are in allcaps, is a limitation of MSI ? If so i think it should be verified on the schema and warm or force the user to change it to allcaps. Many thanks. Ri

Re: [WiX-users] Conditional registry key using CheckBox control

2007-04-20 Thread Brett Kapilik
Try making the property public (ALLCAPS): Then reference it in the component condition as the all-uppercase property name. - Brett _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Lopes Sent: Friday, April 20, 2007 10:27 AM To: wix-