inno-setup - Inno - 如何解决设置窗口标题?

标签 inno-setup

如何从代码中处理此文本? enter image description here r.png

最佳答案

您可以通过 Caption 访问它WizardForm的属性(property),例如:

[Code]
procedure InitializeWizard;
begin
  WizardForm.Caption := 'Hi, I''m the installer!';
end;

关于inno-setup - Inno - 如何解决设置窗口标题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25357939/

相关文章:

xml - 在 inno Setup 中使用 DOM 添加节点到 xml - 奇怪的问题

inno-setup - 有条件地在 Inno Setup 中包含文件夹

permissions - Inno Setup-如何设置文件夹的完全权限,而不仅仅是其内容

c++ - Inno 安装程序 : Put DLLs in a subdirectory

windows - 我是否必须为 64 位 Windows 上的 Inno 设置留出余地?

installation - Inno Setup 的自定义页面向导

bitmap - 创新设置: TBitmapImage isn't showing up

inno-setup - 如何在 Inno Setup 中不使用批处理文件执行命令行工具

java - 安装 javafx native build 时执行批处理文件