Re: [WiX-users] Unable to select radio buttons in Hyperlink Theme [P]

2014-12-12 Thread Steven Ogilvie
Classification: Public Gary You set them to 0 which makes them unselected, change one or both values to 1 Also, you need to use overridable in your variable name in the bundle.wxs i.e.: Variable Name=InstallClient Type=numeric bal:Overridable=yes Value=1 / Variable Name=InstallServer

Re: [WiX-users] Unable to select radio buttons in Hyperlink Theme [P]

2014-12-12 Thread garymonk
I changed the variables to... Variable Name=InstallClient Type=numeric bal:Overridable=yes Value=1 / Variable Name=InstallServer Type=numeric bal:Overridable=yes Value=0 / and they are still disabled. Is this a bug? Thanks, Gary -- View this message in context:

Re: [WiX-users] Unable to select radio buttons in Hyperlink Theme [P]

2014-12-12 Thread Steven Ogilvie
had the names different STeve -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: December-12-14 11:29 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Unable to select radio buttons in Hyperlink Theme [P] Classification: Public Gary

Re: [WiX-users] Unable to select radio buttons in Hyperlink Theme [P]

2014-12-12 Thread garymonk
Thank you Steve, and everyone else that contributed. I had the names backwards. I must have looked at that a thousand times. Thanks again!! -- View this message in context: