MUI custom texts
Please look at the script in the attachment. I want to show my own text on the pages and in the headers. Butt.. the installator doesn't show it! Can anyone help me, plz?
7 posts
!define MUI_WELCOMEPAGE_TITLE $(welcome_title)
...
LangString welcome_title ${LANG_CZECH} "Vítejte"
LangString welcome_title ${LANG_ENGLISH} "Welcome"
...
Originally posted by glory_man
Instead standard defines (like MUI_TEXT_WELCOME_INFO_TITLE, ...