Inno Setup,如何禁用欢迎页面

发布于 2024-12-04 07:39:27 字数 77 浏览 0 评论 0原文

如何使用 Inno setup 禁用欢迎页面,但不禁用下一页

我的问题是,当禁用欢迎页面时,它们会隐藏显示其他文件下载的页面

How I can disable the welcome page with Inno setup but without disable the next page

My problems its when disable the welcome page, they hide the page who shows the download of additional files

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

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

发布评论

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

评论(1

独行侠 2024-12-11 07:39:27

使用DisableWelcomePage指令。
在不知道您使用什么来禁用它的情况下,我无法确定为什么下一页也被禁用,但我希望您使用 /silent 或 ShouldSkipPage 而不进行页面检查。

Use the DisableWelcomePage directive.
Without knowing what you use to disable it, I can't say for certain why the next page is being disabled too, but I expect you're either using /silent or ShouldSkipPage without a page check.

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