Chris Bardon wrote:
> Is there a way to do this, or do I have to explicitly list every feature
> when I use ADDLOCAL?
>   

When you specify ADDLOCAL (or any of the other 10 properties that 
control feature selection), MSI sets the Preselected property. The SDK 
implies but doesn't explicitly state that the Condition table is ignored 
but I can see that makes sense, given that there'd be no other way of 
selecting just the features you want. You can use "ALL" as the ADDLOCAL 
property value and then list other features in the REMOVE property 
value. The doc covers precedence.

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