Archive: Title too long, if Installer-Name longer than 15 Chars


Title too long, if Installer-Name longer than 15 Chars
Hello,

if the Installer-Name (defined by name) is longer as about
15 Characters the Title on the Pages Welcome, Finish and
Uninstall-Finish can't be read completely, because the
third line is behind the text.

I now use MUI_XXXPAGE_TITLE to define another readable
title other than the default one but that's not much
convenient if you are using more than one language.

Any other ideas what I can do? E.g. how to move the text
down?

Thanks,
John


Try
!define MUI_WELCOMEPAGE_TITLE_3LINES
before
!insertmacro MUI_PAGE_WELCOME


Originally posted by Deliverator
Try
!define MUI_WELCOMEPAGE_TITLE_3LINES
before
!insertmacro MUI_PAGE_WELCOME
Thanks, that helped!

For the Finishpage (Install/Uninstallation) there
is "!define MUI_FINISHPAGE_TITLE_3LINES"

John