On Fri, Nov 21, 2008 at 00:44, Rob Mensching
<[EMAIL PROTECTED]> wrote:
> I'd use ComponentGroups to group like things together.  You can use
> ComponentGroupRef inside ComponentGroups to get heirarchys.  Then you just
> need ComponentGroupRefs under the right Features and everything should get 
> tied
> together.

I got stuck first because wix 2.0 does not allow this. After upgrading
to the latest build
of wix 3.0, it works perfectly.

I was especially pleased to see that pulling in dependencies through
ComponentGroupRef
still works even if the dependency graph is a diamond like this:

- Feature only references ComponentGroup A
- ComponentGroup A references ComponentGroup B and ComponentGroup C
- ComponentGroups B references ComponentGroup D
- ComponentGroups C references ComponentGroup D

This is exactly what I was looking for!

Thanks!

Wim Coenen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to