inno-setup - 如何禁用 Inno Setup 中向导表单上的 "Next"按钮?

标签 inno-setup

有没有办法禁用 Inno Setup Wizardform 上的“下一步”按钮?

最佳答案

这应该有效:

Wizardform.NextButton.Enabled := False;

有关更多信息,请查看 InnoSetup 新闻组:
http://www.jrsoftware.org/newsgroups.php

关于inno-setup - 如何禁用 Inno Setup 中向导表单上的 "Next"按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2218679/

相关文章:

fonts - 使用 Inno Setup 安装字体 - 替换锁定的字体

inno-setup - Inno 安装编译器 : How to edit INI file and replace a value with {app} constant

inno-setup - 如何使用运行部分来执行文件并从函数中读取参数

inno-setup - 如何在运行命令失败时强制 Inno Setup 安装失败?

exception - Inno Setup GetExceptionMessage 返回空消息

inno-setup - 帕斯卡脚本: Check if dest directory is empty and only print yes'/no warning if so

inno-setup - 我可以在使用 Inno Setup 安装之前编辑文件吗?

batch-file - 如何在 Inno Setup 中执行卸载时的批处理文件?

installation - 如何修改 Inno Setup 安装程序的嵌入式 list ?

在 Inno Setup InstallDelete 部分之前备份外部文件