Alexei
Alexei

Reputation: 31

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

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

enter image description here

Upvotes: 3

Views: 411

Answers (1)

mirtheil
mirtheil

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

Related Questions