How to set the status message in [Code] Section of Inno install script?

随声附和 提交于 2019-12-23 07:55:57

问题


I know that StatusMsgcan only be used in the [Run] selection. I want to use the same in the [Code] Selection, Please Help me to solve this,

Thanks in advance, Regards Samuel J


回答1:


You can change the status label contents at runtime using:

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

See the Support classes reference for the full list of controls and properties you can change.



来源:https://stackoverflow.com/questions/8612117/how-to-set-the-status-message-in-code-section-of-inno-install-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!