Windows SDK 10 找不到.pcp 文件

Windows SDK 10 can not find .pcp file

您好,我有一个问题,我找不到 template.pcp 应该在 windows SDK 中的文件,但事实并非如此。我需要它来制作补丁 .msp 文件,我正在按照本教程进行操作:MSDN tutorial。有谁知道我在哪里可以找到它?

此时我在 SDK 中的任何地方都看不到 template.pcp 文件,它可能已被删除,而 it previously kept being moved.

名为 Orca 的免费 MSI SDK 工具可以保存 PCP 文件以及其他类型的 MSI 相关文件。在 Windows SDK 文件夹中搜索 Orca-x86_en-us.msi 并安装。 Some more info here, current paths etc...(向下)。

WiX 还可以通过标记创建 PCP 文件,如本详尽教程中所述:Using Patch Creation Properties。本教程应包含在没有 template.pcp 文件的情况下成功所需的所有信息(尽管我从不使用补丁)。