I'm trying to include a "sample" C# project in my installer using HeatProject 
as follows:

<Target Name="BeforeBuild">
    <HeatProject
      OutputFile="$(IntermediateOutputPath)_DSVDemo.wxs"
      ToolPath="$(WixToolPath)"
      Project="..\samples\csharp\DSVDemo\DSVDemo.csproj"
      ProjectOutputGroups="Sources;Content"
      Transforms="DSV-Testing.xslt"
      AutogenerateGuids="false"
      GenerateGuidsNow="true"
      SuppressFragments="true"
    />
  </Target>

The output file, _DVSDemo.wxs, is being created but apparently not compiled and 
included in the installer, leading to "Unresolved reference" errors for the 
component groups in _DVSDemo.wxs.

What am I missing?

Thanks
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to