I have setup the following ItemGroup in a wixproj and found that the 
HarvestProjects target does indeed call heat and the output that is 
generated is great. Except...

It doesn't seem to include any of the dependent assemblies the main dll 
needs?

Am I doing something wrong? I have had a hard time even finding a mention 
of the HarvestProjects target. If the project harvester just needs to be 
updated I'd be willing to take a look and submit a patch. 

<ItemGroup>
    <HeatProject Include="..\webui\webui.vbproj">
      <ProjectOutputGroups>Binaries;Content</ProjectOutputGroups>
    </HeatProject>
</ItemGroup>

TIA,

steve


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to