Hi people :) I want to implement a radio button group, so that initially all buttons are unchecked. In WiX2 this was possible to do in the following way: <RadioButtonGroup Property="VERSIONCHECKALWAYS"> <RadioButton Text="{\DlgFont8}&Yes. (Recommended)" Value="1" X="5" Y="0" Width="250" Height="15" /> <RadioButton Text="{\DlgFont8}&No." Value="0" X="5" Y="20" Width="250" Height="15" /> </RadioButtonGroup> ... <Property Id="VERSIONCHECKALWAYS">-1</Property>
WiX3 won't accept it with the following error: isabpa.wxs(1794) : error LGHT0204 : ICE34: -1 is not a valid default value for the RadioButtonGroupusing property VERSIONCHECKALWAYS. The value must be listed as an option in the RadioButtonGroup table. But if I specify a valid value, just as light.exe wants, the respective button will be checked by default, which I don't want to. Is there a way to implement so, that all radio buttons are initially unchecked? Thank you, --Alexey ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users