【问题标题】:How to set the status message in [Code] Section of Inno install script?如何在 Inno 安装脚本的 [Code] 部分设置状态消息?
【发布时间】:2012-01-26 13:56:45
【问题描述】:

我知道StatusMsg只能在[运行]选择中使用。 我想在[Code] 选择中使用相同的, 请帮我解决这个问题,

提前致谢,向 Samuel J 致敬

【问题讨论】:

标签: installation inno-setup uninstallation


【解决方案1】:

您可以在运行时更改状态标签内容:

WizardForm.StatusLabel.Caption := 'Intalling WibbleTech Widget'

请参阅Support classes reference 了解您可以更改的控件和属性的完整列表。

【讨论】:

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2011-01-31
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多