Re: [WiX-users] Installing a component only if 2 features selected

2011-10-08 Thread Rob Mensching
You'd have to add a Condition to the Component and use the funny symbol syntax to refer to the Feature states. Be sure to mark the Component/@Transitive="yes" as well. On Thu, Sep 29, 2011 at 10:20 AM, Tom Quarendon wrote: > I can reference a component in two features if I want to make it instal

[WiX-users] Installing a component only if 2 features selected

2011-09-29 Thread Tom Quarendon
I can reference a component in two features if I want to make it install if either one is selected. So that gives me an OR operation. What I want is to install a component only if two features are selected, that is an AND. Any way of doing this? Thanks. -