[wix-users] Problem with RadiobuttonGroup

Vikas sinha.vikaskr at gmail.com
Fri Apr 28 08:13:54 PDT 2017


Thanks for quick response.
I made suggested change, but I am still getting same error as-
error LGHT0094 : Unresolved reference to symbol 'Property:AUTH' in section
'Product:77355762-6AE6

Here is the corresponding code-

*<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>*

On Fri, Apr 28, 2017 at 7:50 PM Nir Bar <nir.bar at panel-sw.com> wrote:

> 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
>
>
>
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>
-- 
Rgds,
Vikas


More information about the wix-users mailing list