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
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
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
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";>
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
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
6 matches
Mail list logo