Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的构建过程引入 .dll 并从中创建“policy.*.dll”文件和伴随的“policy.*.config”文件。在查看我们的 MSI 的 WiX 的“暗”输出时,我发现策略和相应的配置文件位于由 CompanionFile 标签链接的同一个组件中。
有没有办法让 Heat 同时在同一个组件标签中收集“policy.*.dll”文件和伴随的“policy.*.config”文件?
您需要编写一个 XSLT 来转换输出以将两个文件合二为一,并在其中一个元素上Component标记CompanionFile属性。FileXSLT 基本上是所有热量输出的终极通用转换(即使 XSL 有点复杂)。
Component
CompanionFile
File