[wix-users] Problem with RadiobuttonGroup
Nir Bar
nir.bar at panel-sw.com
Fri Apr 28 07:19:47 PDT 2017
The RadioButtonGroup/@Property should be equal to Control/@Property.Try this:
<Control Type="RadioButtonGroup" Property ="AUTH" Id="AUTH" Width="50" Height="42" X="20" Y="020" Default="yes">
<RadioButtonGroup Property="AUTH">
<RadioButton Text="1" Height="17" Value="Pass" Width="50" X="0" Y="0" />
<RadioButton Text="0" Height="17" Value="Fail" Width="50" X="0" Y="25" />
</RadioButtonGroup>
</Control>
Nir Bar
Panel::Software Architecture and Development
______________________________________________________________
JetBA.net- Native and WPF WiX BootstrapperApplication Frameworks
More information about the wix-users
mailing list