We use Wix 3.0.

How is Control condition supposed to work?

I've this code:
<Control Id="MigrateSettingsCheckBox" Type="CheckBox" X="20" Y="220" 
Width="290" Height="17"
Property="MIGRATE_SETTING_CHECKBOX_VALUE" CheckBoxValue="1"
Text="Migrate settings from old version." >
<Condition Action="show">Not Installed and NEED_MIGRATE_SETTING</Condition>
</Control>


I'd like to see the checkbox shows if the condition is true, but not show if 
it's false. But the result is, no matter what, the checkbox always shows up.
What's wrong?

Thanks.


      __________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr! 

http://www.flickr.com/gift/
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to