Re: [WiX-users] Dependencies between components

2011-11-08 Thread Steffen Henne
ups. > > If you like a flat structure you can do something like this: > > > > ... > > > > > > This will install the "Binaries"-Feature when Debug or Binaries is > selected. It's like a dependency of "Debug" to "Binaries".

Re: [WiX-users] Dependencies between components

2011-11-08 Thread Steffen Henne
with groups. Like this: > > ... > ... > > > > > > > > > > > So I'm only referencing groups in the feature and thus can add any > dependency like any other component to that group. > > > Regards Michael > > > Am 08.11.2011 10:

Re: [WiX-users] Dependencies between components

2011-11-08 Thread Steffen Henne
Thanks for your answer. I actually think it's not necessary but we want to try it out for the scenario the guy who creates our big main wxs file has no idea about the dependencies between all the projects and we can define them somerwhere else. I just found the DependencyExtension and tried to use

[WiX-users] Dependencies between components

2011-11-04 Thread Steffen Henne
Hi, I would like to define that one component can't be installed without the other, without them being in the same feature. Is there any possibility to define dependencies between components or component groups? or ist there any other approach to realise such a dependency? thanks in advance Ste