Re: [WiX-users] Component that depends on two features

2007-01-25 Thread Bob Arnson
Charlie Poole wrote: > My gui tests are a separate component under the tests feature. > Can I write a condition for that component that only installs > them if the gui feature has been selected? Is there a better > way to accomplish this? > I don't think you can use feature conditions to do thi

[WiX-users] Component that depends on two features

2007-01-25 Thread Charlie Poole
Hi Folks, I have the following features (among others) ... base gui tests Unfortunately, tests includes tests of the gui, which I would don't really want to install if the gui feature isn't selected. I realize that I could restructure this as base gui gui_tests base_tests but that