在此页面中使用了 PatchCreation 元素,在此页面中使用了 Patch 元素来创建补丁。他们之间有什么区别?Patch 元素记录在 WiX 3.6 文档中,PatchCreation 元素记录在 WiX 3.0 文档中。PatchCreation 元素是否已弃用?
问问题
311 次
1 回答
2
Patch
用于仅使用 WiX 工具构建 .msp 包。PatchCreation
用于创建 .pcp 文件,然后您将其传递给 MSI SDK 工具MsiMsp以创建 .msp 包。
于 2013-08-17T22:20:06.380 回答