Hi,
I want to install a feature depending on the user's choice. I have a
property 'MYPROPERTY' whose default value is '0'. If the user checks a
checkbox, I am setting that property value to '1' and installing that
feature. I have the feature element as below:
<Feature Id='Complete' Title='My Product' Level='1'>
<ComponentRef Id='ExeComponent' />
<Feature Id='MyDoc' Level='1'>
<ComponentRef Id='DocComponent' />
<Condition Level='0'>MYPROPERTY = 0</Condition>
</Feature>
</Feature>
The problem is that the feature is never getting installed. But, if I set
the default value of 'MYPROPERTY' as '1', it gets installed.
Please let me know what am I doing wrong.
Thanking You,
With Regards,
// Sudripta Nandy
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users