starfighter5
10th January 2011 15:22 UTC
MUI_UNPAGE_CONFIRM Changing Text
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?
starfighter5
11th January 2011 09:02 UTC
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?
Afrow UK
11th January 2011 12:13 UTC
How about MUI_UNCONFIRMPAGE_TEXT_TOP?
Stu
starfighter5
11th January 2011 13:44 UTC
I've tried that, it changes the text at the top of the main section but not the text in the header
Afrow UK
11th January 2011 14:21 UTC
Right in which case you want MUI_PAGE_HEADER_TEXT?
Stu
starfighter5
11th January 2011 14:28 UTC
Perfect, thanks for the help :)