Re: [WiX-users] Component spans multiple directories

2010-03-16 Thread Jacek PospychaƂa
hi Bill, put all components from different directories into single ComponentGroup and then refer to it instead of components. HTH Jacek On Tue, Mar 16, 2010 at 4:08 PM, Bill McCormick wrote: > Hello, > > I have a product user manual component (it's some legacy html > documentation) that needs

[WiX-users] Component spans multiple directories

2010-03-16 Thread Bill McCormick
Hello, I have a product user manual component (it's some legacy html documentation) that needs to span multiple directories. Is there an efficient way to handle this without making a component for each directory of files? Thanks, Bill -