How to add text to Inno Setup bevel line above buttons?

前端 未结 1 1533
南旧
南旧 2021-01-15 17:34

How to add text to Inno Setup bevel line above buttons?

1条回答
  •  囚心锁ツ
    2021-01-15 17:47

    From the Inno Setup help:

    The special-purpose BeveledLabel message can be used to specify a line of text that is shown in the lower left corner of the wizard window and uninstaller window. The following is an example:

    [Messages]
    BeveledLabel=Inno Setup
    

    0 讨论(0)
提交回复
热议问题