使用我的 install4j 安装程序打包并运行第三方安装程序

发布于 2024-12-19 04:42:03 字数 153 浏览 2 评论 0原文

很抱歉问了一个与上一个 install4j 问题如此相似的问题,但我也有类似的问题。我需要将第三方安装程序与我的 install4j 安装程序打包在一起,这些安装程序需要在安装我的应用程序之前运行。我目前无法托管其他软件包,因此我看到的唯一选择是将它们与我的安装程序打包。有办法做到这一点吗?

Sorry for asking a question so similar to the last install4j question, but I have a similar problem. I need to package third party installers with my install4j installer that need to run before my application is installed. I'm currently unable to host the other packages, so the only option I see is to package them with my installer. Is there a way to do this?

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

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

发布评论

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

评论(1

汐鸠 2024-12-26 04:42:03
  1. 在“安装程序->自定义代码和资源”上添加第三方安装程序

  2. 添加“运行可执行文件”在安装程序中添加“运行可执行文件”操作并引用第三方安装程序 ${installer:sys.resourceDir}/executable.exe

  1. Add the third-party installers on "Installer->Custom Code & Resources"

  2. Add "Run executable" actions in your installer and reference the third-party installers with ${installer:sys.resourceDir}/executable.exe

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