Hi,
 
that makes sense.. how do one go about to use explicit AddLocal controls? can't 
recall to have seen the use of it in the great tutorial by Gabór.
 
Regards
 
Tobbe

________________________________

Från: Bob Arnson [mailto:[EMAIL PROTECTED]
Skickat: to 2007-03-01 17:03
Till: Tobias Bengtsson
Kopia: wix-users@lists.sourceforge.net
Ämne: Re: [WiX-users] Properties read in with RegistrySearch, manipulated after 
that in the UI


Tobias Bengtsson wrote: 

        They are like this (from the top of my head):

         

        <Feature Id="Feature1"etc... Level="3">

          <ComponentRef Id="...whatever.."/>  

          <Condition Level="1">POSSERVER = "1"</Condition>

        </Feature>


Using feature conditions like that isn't going to work. The problem is that the 
UI sequence sets an explicit list of which features get added or removed so 
feature conditions that rely on properties are ignored. If you want to set 
feature install states from the UI, use a selection tree or use explicit 
AddLocal control events.



-- 
sig://boB
http://bobs.org <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