使用我的 install4j 安装程序打包并运行第三方安装程序
很抱歉问了一个与上一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“安装程序->自定义代码和资源”上添加第三方安装程序
添加“运行可执行文件”在安装程序中添加“运行可执行文件”操作并引用第三方安装程序
${installer:sys.resourceDir}/executable.exe
Add the third-party installers on "Installer->Custom Code & Resources"
Add "Run executable" actions in your installer and reference the third-party installers with
${installer:sys.resourceDir}/executable.exe