Skip to content
⌘ NSIS Forum Archive

Is there a way to change the header text on finish page

3 posts

prakashjv#

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#
MUI_FINISHPAGE_TITLE title
Title to display on the top of the page.

see: http://nsis.sourceforge.net/Docs/Mod...02/Readme.html
prakashjv#
I got what I want. I used MUI_FINISHPAGE_TITLE to set the text as required on finish page.

Thanks!!