K-ballo wrote:
> I cannot find a way to create a runtime condition that shows or hides a 
>   RadioButton. Actually I don't seem to find a way in MSI to do this. 
>   

AFAIK, there isn't. Radio buttons aren't controls in the MSI sense; only 
RadioButtonGroups are. So you can use multiple groups and show/hide the 
others based on some property but as you mention, you'll have to follow 
up with a CA or control event that sets the "real" property based on the 
unique properties tied to each RadioButtonGroup. Not pretty.

-- 
sig://boB
http://joyofsetup.com/


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to