Michael Carlisle wrote:
> Can someone help. I have a SelectionTree and need to disable or enable a 
> hidden feature based on the selection of another feature.
>
> I've worked out I can use publish events on my next button to enable or 
> disable a feature based on a property, but how can I base this on the status 
> of another feature instead? Alternatively if I can set a property when a 
> feature status is changed in the ui I could make this work, but not sure how 
> to do that?
>   

In the Next button, publish AddLocal and Remove control events to enable 
or disable the feature. Use &FeatureName to check the feature's action 
state (see "Conditional Statement Syntax" in the MSI SDK for details).

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to