Re: [WiX-users] Tallow/Heat and Component

2006-12-20 Thread Christer Solskogen
On Wed, 20 Dec 2006 10:58:27 +0100 Subscriber <[EMAIL PROTECTED]> wrote: > Hi, > > I've found the nice tallow.exe tool (WiX 2.0) which allows me to > create a Fragment that contains all the directories there should be > packed into my MSI file. This is nice. Now, my problem is, that > tallow.exe

Re: [WiX-users] Tallow/Heat and Component

2006-12-20 Thread Rob Hamflett
A component is a specific thing in a specific place. Although you can group all the files in a directory into a component, you can't have multiple directories in a component. What you can do is create a ComponentGroup in your fragment. Then your feature can contain just one ComponentGroupRe