|
From: Rob H. <ro...@sn...> - 2005-09-15 13:58:41
|
In the RadioButtonGroup you've misspelled the Property. It might be related. Rob Marc-Florian Wendland wrote: > > 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... -- The views expressed in this message do not necessarily constitute the views of SN Systems Ltd and information in this message is confidential and may be privileged. It is intended solely for the person to whom it is addressed. If you are not the intended recipient, please notify the sender and please delete the message from your system immediately. |