Reputation: 31
How to add text to Inno Setup bevel line above buttons?
Upvotes: 3
Views: 411
Reputation: 9192
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
Upvotes: 5