Inno Setup,如何禁用欢迎页面
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用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.