Re: [WiX-users] HeatProject

2014-02-20 Thread Parkes, Kevin
; Subject: [WiX-users] HeatProject To: "wix-users@lists.sourceforge.net" Message-ID: <11e0c4e42591194ca3be60b5764f7b43b6346...@weg-exch1.wacom-europe.loc> Content-Type: text/plain; charset="us-ascii" I'm trying to include a "sample" C# pr

[WiX-users] HeatProject

2014-02-19 Thread Parkes, Kevin
I'm trying to include a "sample" C# project in my installer using HeatProject as follows: 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

[WiX-users] HeatProject Task Project Attribute

2010-08-24 Thread OBroin, Proinsias
Hi All, I am having a problem with the HeatProject MSBuild task. I get an error when I specify an item group that has more than one item as the value for the Project attribute for the HeatProject MSBuild task. I am using WiX version 3.0.5419.0 and Visual Studio 2008. Example:

Re: [WiX-users] HeatProject

2009-10-30 Thread Rob Mensching
t; > Original Message > From: "Steve Baker" > Sent: Wednesday, October 28, 2009 12:55 PM > To: "Brian Rogers" , "General discussion for > Windows Installer XML toolset." > Subject: Re: [WiX-users] HeatProject > > yes, i think... > >

Re: [WiX-users] HeatProject

2009-10-29 Thread Steve Baker
routine. steve Original Message From: "Steve Baker" Sent: Wednesday, October 28, 2009 12:55 PM To: "Brian Rogers" , "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] HeatProject yes, i think... what i am looking for, in

Re: [WiX-users] HeatProject

2009-10-28 Thread Steve Baker
iginal Message From: "Brian Rogers" Sent: Wednesday, October 28, 2009 11:48 AM To: steve.ba...@paradigm-group.net, "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] HeatProject Hey Steve, When you say dependent, do you mean reference

Re: [WiX-users] HeatProject

2009-10-28 Thread Brian Rogers
Hey Steve, When you say dependent, do you mean references to your the project you are harvesting? If so, heat does not walk the dependency tree to find other files that are required for your project. I believe this is a feature request. If that isn't want you mean, let me know. Thanks, Brian Ro

[WiX-users] HeatProject

2009-10-28 Thread Steve Baker
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 ti