InstallShield - 如何通过 setup ini 命令安装 redist

发布于 2024-12-10 16:21:29 字数 92 浏览 1 评论 0原文

我有一个 installshield 项目,是否可以在主安装过程结束后安装可再发行软件包?

我无法修改软件包,因此我将从 setup.ini 运行安装程序

I have an installshield project is it possible to install redistributable packages after the main install process ends?

I can't modify the package so I would run the installer from setup.ini

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

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

发布评论

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

评论(2

南巷近海 2024-12-17 16:21:30

解决方案是使用自定义操作,该操作异步启动先决条件并且不等待它们完成。

但如果无法修改包,我能想到的唯一解决方案就是BAT文件。此 BAT 可以首先执行包,然后执行先决条件。

A solution would be to use a custom action which launches the prerequisites asynchronously and doesn't wait for them to finish.

But if you can't modify the package, the only solution I can think of is a BAT file. This BAT can first execute the package and then the prerequisites.

话少心凉 2024-12-17 16:21:30

Setup.ini 并非旨在支持注入额外的安装。您必须编写另一个包装器安装,可以将此安装和其他安装链接在一起。

Setup.ini isn't designed to support injecting additional instals. You'd have to write another wrapper install that could chain this install and your other install together.

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