|
From: Marc-Florian W. <WEN...@de...> - 2005-09-15 13:51:36
|
Hi Folks,
I got a strange error code from the Windows Installer.
Mesg#: 2855:
The radio button group [3] on dialog [2] has fewer than 2 buttons.
But my code lokks like this:
<Control Id="Radio" Type="RadioButtonGroup
" Width="228" Height="15" X="8" Y="180" Property="ACCEPTLICENSE">
<RadioButtonGroup Property="
ACCETPLICENSE">
<RadioButton Width="228"
Height="15" X="8" Y="180" Value="yes" Text="I &accept..."/>
<RadioButton Width="228"
Height="15" X="8" Y="196" Value="no" Text="I &do not..."/>
</RadioButtonGroup>
</Control>
I don't no why the Installer produces that error message.
Thanks to all.
Marc-Florian Wendland
Wen...@de... |