Archive: Problem with long application name


Problem with long application name
Our installer needs to set a quite long application name, unfortunately the name will be cut off in the modernUI.

It will read:
Welcome to the AAAAAAAAAA AAAAAAA
AAAAAAAAAAAAAAAAAAAA
Setup Wizard

where "Software Installer" is in the third line and gets "overwritten" by the standard explanation text ("This wizard will guide you...."). You can see some parts of the overwritten text though.

Is there an option or a workaround to fix this problem?


Search the MUI2 readme for MUI_WELCOMEPAGE_TITLE_3LINES.


Thank you, works perfectly fine.