修补使用 Visual Studio 2005 安装项目 .vdproj 创建的 MSI

发布于 2024-08-14 18:36:11 字数 107 浏览 3 评论 0原文

各位,

修补 VS 2005 使用安装项目创建的 MSI 文件的过程应该是什么?

我需要创建一个仅替换几个文件的 MSP 文件;这可以通过 VS 或任何其他工具实现吗?

Folks,

What should be the process of patching an MSI file that was created by VS 2005 using the setup projects ?

I need to create an MSP file that will replace a few files only; is this doable via VS or any other tools ?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怎言笑 2024-08-21 18:36:11

您可以使用带有 ProgId 的 COM 对象来修改 MSI 文件WindowsInstaller.Installer。通过 JavaScript、C++、C# 或任何您喜欢的语言可以很容易地做到这一点。

我不知道什么是MSP。 此答案显示了一个可就地修改 MSI 文件的 Javascript 程序。

You can modify MSI files by using the COM object with the ProgId WindowsInstaller.Installer. It's pretty easy to do via JavaScript, or C++, or C#, or whatever language you like.

I don't know what an MSP is. This answer shows a a Javascript program that modifies an MSI file in place.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文