If I'm tracking you correctly, I think what you want is 1 Checkbox that sets 1 possible but don't give any text to the control. Instead place 2 Text Controls on the dialog in the same grid coordinates next to the checkbox. Give them different context correct messages and mutually exclusive Control Condition expressions so that only one of them will be displayed.
Then again, I might not be tracking you correctly. 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 <[email protected]> To: [email protected] 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_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 not a "1", I'd like the checkbox2 to appear where checkbox0 is (because checkbox0 would not be visible). It's so the dialog looks better without a gap between two conditional check boxes. There! I hope that's as clear as mud! Thanks Christopher. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Two-CheckBoxes-Same-Property-tp5576848p5576947.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

