以编程方式修改补丁创建属性 (.pcp) 文件?

发布于 2024-08-11 06:29:37 字数 603 浏览 3 评论 0原文

有没有办法使用 msiexec.exe 和 msimsp.exe 以及补丁创建属性文件来编写修补程序构建的完整过程?

我使用 msiexec.exe 创建前后 msi 文件的网络安装,使用 Orca 创建 .pcp 文件,使用 msimsp.exe 创建补丁文件。

我一直在遵循这两篇文章中的步骤:

如何为 VS.NET 部署项目创建安装补丁

修补和更新

假设我已创建从 1.0 到 1.1 的补丁,现在想要创建从 1.1 到 1.2(或 1.0 到 1.2)的补丁。我想重复使用用 Orca 创建的 .pcp 文件,但对该文件的任何修改都应通过脚本(例如 VBScript)完成,而不是必须再次在 Orca 中打开它。据我了解,我至少必须更改 PatchGUID 值。

如何使用脚本进行此类修改?

Is there a way to script the complete process of a hotfix build using msiexec.exe and msimsp.exe with a Patch Creation Properties file?

I use msiexec.exe to create network installations of the before and after msi files, Orca to create a .pcp file, and msimsp.exe to create the patch file.

I have been following the steps in these two articles:

How to create installation patches for VS.NET deployment projects

Patching and Updates

Suppose I had created a patch from 1.0 to 1.1 and now want to create a patch from 1.1 to 1.2 (or 1.0 to 1.2). I would like to reuse the .pcp file I created with Orca, but any modifications to that file should be done through scripting (e.g. VBScript) rather than someone having to open it in Orca again. From what I understand, I have to - at the very least - change the PatchGUID value.

How do I make such a modification using scripting?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文