WizardForm之前的自定义表单页面-如何直接退出?
我使用 inno setup 创建了一个 autorun.exe,带有自定义表单页面。 现在,当我单击“退出”或“关闭”时,会出现 inno setup 欢迎页面并开始安装。 如何设置退出和关闭按钮(bisystemmenu)以退出安装程序,或阻止向导表单初始化?
I created an autorun.exe with inno setup, with a custom form page.
Now when I click on exit or close, the inno setup welcome page appears and starts to install.
How can I set the exit and close button (bisystemmenu) to quit from setup, or prevent wizardform to initialize?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您从哪里显示表单。
如果在 InitializeSetup() 中,则在窗口关闭后返回 false。
It depends where you're showing the form from.
If in InitializeSetup() then just return false after the window is closed.