Re: [WiX-users] Help with updating Heat output files to be installed into GAC

2011-05-17 Thread CoolBreeze
Thank you very much. It worked like a charm! On Tue, May 17, 2011 at 6:31 PM, jhennessey wrote: > I'm using the heat task for MSBuild so I just specify the path to my xlst > file with the Transforms property. Here's an abbreviated example: > > > > You can also specify it with the -t parameter on

Re: [WiX-users] Help with updating Heat output files to be installed into GAC

2011-05-17 Thread jhennessey
I'm using the heat task for MSBuild so I just specify the path to my xlst file with the Transforms property. Here's an abbreviated example: You can also specify it with the -t parameter on the commandline. Look at the WiX chm file for more details. -- View this message in context: http://windo

Re: [WiX-users] Help with updating Heat output files to be installed into GAC

2011-05-17 Thread CoolBreeze
Thanks, how are you calling this from your Wix project? On Tue, May 17, 2011 at 4:27 PM, jhennessey wrote: > You can specify an XSL transform to apply after heat harvests the files. > Here's what my xslt file looks like: > > > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; >xmlns:msxs

Re: [WiX-users] Help with updating Heat output files to be installed into GAC

2011-05-17 Thread jhennessey
You can specify an XSL transform to apply after heat harvests the files. Here's what my xslt file looks like: http://www.w3.org/1999/XSL/Transform"; xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl" xmlns:Wix="http://schemas.microsoft.com/wix/2006/wi";>

Re: [WiX-users] Help with updating Heat output files to be installed into GAC

2011-05-17 Thread CoolBreeze
Is anyone aware of a way to add assembly=".net" to files that need to be installed in the GAC during the harvesting of files using Heat? On Mon, May 16, 2011 at 1:33 PM, CoolBreeze wrote: > Hi, > > I'm trying during the harvesting of files with Heat to update the resulting > *.wxs file adding ass

[WiX-users] Help with updating Heat output files to be installed into GAC

2011-05-16 Thread CoolBreeze
Hi, I'm trying during the harvesting of files with Heat to update the resulting *.wxs file adding assembly=".net" to the files I need to install into the GAC. I came across the following link, but I can't seem to get it to work. My *.wxs file after building does not have assembly=".net" added to