Hi,

I want the ability to set a property from the state of the checkbox. I am 
unable to make it work with the following piece of code.

Snippet of my wix code:-
<Property Id="MYPUBLICPROP"  Value='0'/>

<Control Id="ConfigurePUBLICPROP" Type="CheckBox" X="21" Y="180" Width="237" 
Height="17" Property=
'MYPUBLICPROP' Indirect='yes' CheckBoxValue='1' Integer='yes'>
</Control>

The value of MYPUBLICPROP is always '0' when I check the checkbox. What am I 
missing?

Thanks in advance for any help.

Regards,
Vidya


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

Reply via email to