Re: [WiX-users] Multiple Wix files reference

2009-01-03 Thread Bob Arnson
Arun Perregatturv wrote: > When I add a new Wix file to the project > Heat creates a ComponentGroup; refer to that from your product with ComponentGroupRef. > I see can someone explain what this means? > Fragments are how you use multiple source files. Search WiX.chm for details. -- si

[WiX-users] Multiple Wix files reference

2009-01-03 Thread Arun Perregatturv
Hi I am planning to use multiple wix files for the project. Here's my Wix project structure that I would like to attain 1. WixMainProgram - this file will have all the directory assignment and Feature settings and custom actions.