如何在一个 msi 自定义操作中调用另一个 msi 数据包?

发布于 2024-10-21 04:06:49 字数 49 浏览 2 评论 0原文

谁能告诉我如何使用 wix 在一个 msi 自定义操作中调用另一个 msi 数据包?

Can anybody tell me how can I invoke another msi packet in one msi custom action with wix?

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

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

发布评论

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

评论(2

浅暮の光 2024-10-28 04:06:49

你不能; MSI 不支持同时运行多个安装事务。您需要使用外部程序(bootstrapper/chainer)来安装链中的包。

You can't; MSI doesn't support running multiple install transactions simultaneously. You need to use an external program (bootstrapper/chainer) to install the packages in a chain.

夜夜流光相皎洁 2024-10-28 04:06:49

是的,您需要使用引导程序来完成这项工作。我在很长一段时间内一直否认这个事实(心想“什么!?这个所谓的先进东西甚至不能做到这一点?),我终于接受了它。

这里有一篇文章可以帮助您的旅程:

http://wix.mindcapers.com/wiki/Bootstrapper

Yes, you need to use a bootstrapper for the job. I have been denying this fact for an extended period of time (thinking "what!? this supposedly advanced thingie can't even do this?) and I finally accepted it.

Here's a post to aid your journey:

http://wix.mindcapers.com/wiki/Bootstrapper

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