What would be appropriate defaults for these properties? It seems like it wants one of the choices from the RadioButtonGroup. For MaintenacneMode this would be either AddRemove, RemoveAll or Reinstall.
So, for example I set <Property Id="MaintenanceMode" Value="AddRemove"/> But, this seems to then affect my default clean install to have behavior that goes with that Property. Here's what the UI looks like in that area. <RadioButtonGroup Property="MaintenanceMode"> <RadioButton Text="[ButtonFont]&Add/remove" X="10" Y="5" Width="265" Height="15" Value="AddRemove" /> <RadioButton Text="[ButtonFont]&Remove all" X="10" Y="25" Width="265" Height="15" Value="RemoveAll" /> <RadioButton Text="[ButtonFont]R&einstall" X="10" Y="45" Width="265" Height="15" Value="Reinstall" /> </RadioButtonGroup> <RadioButtonGroup Property="ReinstallChoice"> <RadioButton Text="[ButtonFont]&Minimal" X="10" Y="5" Width="265" Height="15" Value="Minimal" /> <RadioButton Text="[ButtonFont]No&rmal" X="10" Y="25" Width="265" Height="15" Value="Normal" /> <RadioButton Text="[ButtonFont]C&omplete" X="10" Y="45" Width="265" Height="15" Value="Complete" /> <RadioButton Text="[ButtonFont]C&ustom" X="10" Y="65" Width="265" Height="15" Value="Custom" /> </RadioButtonGroup> <RadioButtonGroup Property="UpgradeMode"> <RadioButton Text="[ButtonFont]&Standard" X="0" Y="5" Width="80" Height="15" Value="Upgrade" /> <RadioButton Text="[ButtonFont]C&ustom" X="0" Y="35" Width="80" Height="15" Value="CustomUpgrade" /> <RadioButton Text="[ButtonFont]C&omplete" X="0" Y="65" Width="80" Height="15" Value="UpgradeAll" /> </RadioButtonGroup> -----Original Message----- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Saturday, August 07, 2010 7:53 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ICE34 error or Unresolved reference On 8/6/2010 1:29 PM, Chad Petersen wrote: > error LGHT0094 : Unresolved reference to symbol > 'Property:MaintenanceMode' in section 'Fragment:UpdateUIStandard'. > The message says you need a Property. All you have now are references to a property. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------ ------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users