install4j:如何禁用更新上的第二次安装选项

发布于 2025-01-06 02:54:20 字数 112 浏览 1 评论 0原文

我使用 install4j 创建了我的第一个安装程序。现在我尝试更新我的应用程序,它有效,但系统询问我是否要进行更新或附加安装。

我只想要更新选项。我该怎么做?

谢谢, 基督教。

I created my first installer with install4j. Now I tried an update of my application, and it works, but I am asked if I want to make an update or an additional installation.

I only want the option for update. How can I do this?

Thanks,
Christian.

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

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

发布评论

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

评论(1

鲸落 2025-01-13 02:54:20

在安装程序的“欢迎”屏幕上禁用“更新安装警报”属性,并在条件表达式中使用

context.isUpdateInstallation()

来隐藏某些屏幕(例如“安装位置”屏幕)

Disable the "Alert for update installation" property on the "Welcome" screen of your installer and use

context.isUpdateInstallation()

in condition expressions to hide certain screens (for example the "Installation location" screen)

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