Quote:
Originally Posted by KaktoR
It is only possible to change the welcome and finish messages.
By editing the script it is possible to change the whole appereance of the installer too, like this
However sometimes it is needed to change the font size for all elements. Like in the image above, you will see some cut texts.
|
Suggestion.
Instead of using
Fonte.Size := 14 you can try using
Fonte.Height := Scale(10) for example (it will keep the Height aspect of the font automatically calculating the font.size).