prakashjv
15th February 2012 14:04 UTC
Is there a way to change the header text on finish page
Hello,
I am using MUI2 finish page and by default it is showing a header text "Completing the MyExe Setup Wizard" in big font. I want to change this text to something else or is there a way to make this header text not to display?
Thanks in advance !!
C_10
15th February 2012 14:25 UTC
MUI_FINISHPAGE_TITLE title
Title to display on the top of the page.
see: http://nsis.sourceforge.net/Docs/Mod...02/Readme.html
prakashjv
15th February 2012 14:38 UTC
I got what I want. I used MUI_FINISHPAGE_TITLE to set the text as required on finish page.
Thanks!!