How to use xsl transforms for Wix toolset's heat? #3622
Answered
by
nils-a
kevfoerster
asked this question in
Extension Q&A
-
I am building an installer using the WiX toolset and Cake with the appropriate extension. WiX has a harvester called heat. It has a switch What is the recommended way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
nils-a
Oct 22, 2021
Replies: 1 comment 1 reply
-
Have you tried using the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kevfoerster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried using the
ArgumentCustomization
of the HeatSettings?Something like
ArgumentCustomization = args=>args.Append("-t filename")