WizardForm之前的自定义表单页面-如何直接退出?

发布于 2024-11-19 17:08:35 字数 139 浏览 0 评论 0原文

我使用 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 技术交流群。

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

发布评论

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

评论(1

止于盛夏 2024-11-26 17:08:35

这取决于您从哪里显示表单。
如果在 InitializeSetup() 中,则在窗口关闭后返回 false。

It depends where you're showing the form from.
If in InitializeSetup() then just return false after the window is closed.

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