In article <[EMAIL PROTECTED]>, Dean Ward <[EMAIL PROTECTED]> writes:
> > Hi all, > > I'm attempting to use the Indirect property and a RadioButtonGroup, but am > running into difficulties. My fragment looks like this: > > <Control Id="SqlAuthenticationTypes" Type="RadioButtonGroup" X="20" Y="60" > Width="330" Height="40" Property="SQL_USE_INTEGRATED" Indirect="yes"> > <RadioButtonGroup Property="SQL_USE_INTEGRATED"> > <RadioButton Value="1" X="20" Y="0" Width="295" Height="16" > Text="!(loc.SqlAuthenticationDlg_UseIntegrated)" /> > <RadioButton Value="0" X="20" Y="20" Width="295" Height="16" > Text="!(loc.SqlAuthenticationDlg_UseSqlServer)" /> > </RadioButtonGroup> > </Control> > > and then in another fragment I have: > > <Property Id="SQL_USE_INTEGRATED" Value="MY_SQL_USE_INTEGRATED" /> > <Property Id="MY_SQL_USE_INTEGRATED" Value="1"/> Indirect properties hold the names of other properties. So light is correct in whining at you about this -- 1 is not the name of a property. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://www.xmission.com/~legalize/book/download/index.html> Legalize Adulthood! <http://blogs.xmission.com/legalize/> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users