如何在Inno安装脚本的[Code]部分设置状态信息?

Sam*_*s84 8 installer inno-setup uninstallation

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

先谢谢,塞缪尔J

Dea*_*nna 14

您可以使用以下命令在运行时更改状态标签内容:

WizardForm.StatusLabel.Caption := 'Intalling WibbleTech Widget'
Run Code Online (Sandbox Code Playgroud)

有关可以更改的控件和属性的完整列表,请参阅Support类参考.