Re: [WiX-users] Two CheckBoxes, Same Property

2010-09-28 Thread gapearce
Well... I was having trouble with PropertyRef on a checkbox control because you can't do that! I meant to use CheckBoxPropertyRef (which I just learned about in another post), and that works exactly as advertised. Ugh... But thanks Bob! And thanks to Christopher, too. Your suggestion gave me

Re: [WiX-users] Two CheckBoxes, Same Property

2010-09-28 Thread Bob Arnson
On 27-Sep-10 16:43, gapearce wrote: > I have a reason to have a checkbox appear on a different place in the same > dialog, based on a condition. I was trying to use propertyRef to allow both > checkbox controls to use the same property, but I can't get that to work. That's what CheckBoxProperty

Re: [WiX-users] Two CheckBoxes, Same Property

2010-09-27 Thread Christopher Painter
- Original Message From: gapearce To: wix-users@lists.sourceforge.net Sent: Mon, September 27, 2010 4:08:53 PM Subject: Re: [WiX-users] Two CheckBoxes, Same Property I have another checkbox - above both of these (let's call it checkbox0) - that shows/hides based on the "TRIAL_VERS

Re: [WiX-users] Two CheckBoxes, Same Property

2010-09-27 Thread gapearce
I have another checkbox - above both of these (let's call it checkbox0) - that shows/hides based on the "TRIAL_VERSION" property. This checkbox0 does not display if TRIAL_VERSION <> "1". If trial_version is a "1", then I'd like the checkbox1 to appear under checkbox0. But if TRIAL_VERSION is

Re: [WiX-users] Two CheckBoxes, Same Property

2010-09-27 Thread Christopher Painter
I would need to understand what you are trying to do.     Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me - Original Message From: gapearce To: wix-users@lists.sourceforge.net Sent