如何根据 InnoSetup 中的用户选择遵循不同的路径?
我想使用 Inno Setup 显示多个向导页面。但在某些时候,根据用户的任务选择,我想切换到另一个页面,不一定是下一个页面。是否可以在 Inno Setup pascal 脚本中“跳转到另一页”。我没有找到相关的功能。
作为最后的手段,我计划将 ShouldSkipPage() 与状态变量一起使用。
I want to display several wizard pages using Inno Setup. But at some point, depending on the users task choice, I want to switch to another page, not necessarily the next page. Is it possible to "jump to another page" in Inno Setup pascal scripting. I couldn't find a related function.
As a last resort, I'm planning to use ShouldSkipPage() with a state variable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用ShouldSkipPage()。没有其他办法存在。
但要小心。来自 Inno-setup 文档:
You must use ShouldSkipPage(). No other way exists.
But be attentive. From Inno-setup documentation: