Re: [WiX-users] Looking for working HeatProject Example

2015-05-05 Thread Phill Hogland
For what it is worth, I would look at using the HarvestProjects Target rather than the Task. I have not harvested projects, but I do harvest directories. I started using a batch file, then the HeatDirectory Task, and now I use HarvestDirectory Target, as described here

[WiX-users] Looking for working HeatProject Example

2015-05-05 Thread Martin Cornelius
I am using WiX (3.9R2) integrated in VS2013 to produce an Msi Installer for my VS solution. The solution comprises about 30 c# projects. I created a separate WiX project within the solution to produce the installer. To generate the .wxs files for all the other projects, i am using heat with harves