It appears that you must declare the radio button Variables in your bundle, and set their values to 0. Then use the BS_AUTORADIOBUTTON HexStyle (9).
On Thu, Dec 11, 2014 at 5:44 PM, garymonk <g...@gurudental.com> wrote: > > I have modified the Hyperlink theme install page to include two radio > buttons. > > <Page Name="Install"> > <Text X="160" Y="100" Width="-11" Height="17" FontId="3">Select > software to install</Text> > <Button Name="ClientInstall" X="160" Y="130" Width="-11" Height="17" > TabStop="yes" FontId="3" HexStyle="0x000004">Guru Teach Client > Only</Button> > <Button Name="ServerInstall" X="160" Y="155" Width="-11" Height="17" > TabStop="yes" FontId="3" HexStyle="0x000004">Guru Teach Client and > Server</Button> > <Text X="110" Y="200" Width="300" Height="30" FontId="3" > DisablePrefix="yes">#(loc.OptionsDescription)</Text> > <Hypertext Name="EulaHyperlink" X="11" Y="-61" Width="-11" > Height="51" > TabStop="yes" FontId="3" > HideWhenDisabled="yes">#(loc.InstallLicenseLinkText)</Hypertext> > <Checkbox Name="EulaAcceptCheckbox" X="-11" Y="-41" Width="260" > Height="17" TabStop="yes" FontId="3" > HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox> > <Text X="11" Y="-11" Width="260" Height="17" > FontId="3">#(loc.InstallVersion)</Text> > > <Button Name="InstallButton" X="-91" Y="-11" Width="75" Height="23" > TabStop="yes" FontId="0">#(loc.InstallInstallButton)</Button> > <Button Name="WelcomeCancelButton" X="-11" Y="-11" Width="75" > Height="23" TabStop="yes" FontId="0">#(loc.InstallCloseButton)</Button> > </Page> > > The problem is you cannot select either radio button. I've played around > with the HexStyle values but they're either grayed out (9) or unusable (4). > > < > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7598537/hyperlink.png > > > > How do I make the buttons usable and set a variable(s) to either 0 or 1 > based on whether the button is selected? > > Thanks, > Gary > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-select-radio-buttons-in-Hyperlink-Theme-tp7598537.html > Sent from the wix-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users