I am trying to change the text at the top of MUI_UNPAGE_CONFIRM
The title of my software is too long so it misses out half of the bottom line, is there a way to add your own text in to shorten it and make it display correctly?
I have tried !define MUI_WELCOMEPAGE_TITLE but as it is not a welcome page it isn't working
Anyone and ideas?
MUI_UNPAGE_CONFIRM Changing Text
6 posts
I am thinking my only option is a custom page made to look like the uninstall confirm page, unless anyone knows of an easier way?
How about MUI_UNCONFIRMPAGE_TEXT_TOP?
Stu
Stu
I've tried that, it changes the text at the top of the main section but not the text in the header
Right in which case you want MUI_PAGE_HEADER_TEXT?
Stu
Stu
Perfect, thanks for the help 🙂