-
Hi, did you notice any problems when using transforms with WIX V4? For me it seems, that something has changed. The XSLT I used in V3 doesn't work anymore. I extracted the heat call including the arguments from the detailed build output and fooled around on the command line:
There is no message at all. But the generated file still has those components. Did anything change in the generated Can anyone confirm, that XSLT transforms with heat in WIX V4.0.0 are still working? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh, I noticed the And yes, the transformation is working. I will update the XSL accordingly. |
Beta Was this translation helpful? Give feedback.
Oh, I noticed the
Wix
namespace in the generated wxs has changed from<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
to<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
.And yes, the transformation is working.
I will update the XSL accordingly.