AddLocal and Remove work pretty good, except that after my CD Key dialog
"Remove"s a component, the user can still change its status back to "Install
Locally" inside the SelectionTree.  Is there any way to prevent this?

Or maybe I'm being too ambitious trying to provide a fully featured
installer that disables certain features without a valid CD Key?

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 05, 2007 02:21 AM
To: Nick
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] SelectionTree Not Updated

Nick wrote:
> How do I get the Selection tree not to display "Input" in situations where
> "Input" may not be installed?
>   

Feature conditions are evaluated before the UI is shown, during the 
CostFinalize action. Conditions using properties that change in the UI 
won't change the feature levels. You need to use control events like 
AddLocal and Remove instead.

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