Re: [WiX-users] WiXLib - Including some or all components.

2008-12-22 Thread Monika_Malkani
values. Kindly help me ASAP. I hope I am clear in what is needed. Thanks From: Bob Arnson [...@joyofsetup.com] Sent: Tuesday, December 23, 2008 5:36 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiXLib - Including some

Re: [WiX-users] WiXLib - Including some or all components.

2008-12-22 Thread Rob Mensching
Use smaller Fragments. You can nest ComponentGroupRefs under ComponentGroups. So split your Fragments into their smallest parts (optional stuff in an "Optional Fragment" and required stuff in "Required Fragment"). Then you can have Optional "nest a reference to Required" Component Group. It'

Re: [WiX-users] WiXLib - Including some or all components.

2008-12-22 Thread Bob Arnson
Drew Turner wrote: > This approach works great for the scenario when we want to include the > entire set of binaries. Although it seems to fall down when we only > want to include certain components. For example say I only wanted to > include the RequiredBinary for a certain project. I was wonde