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


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 !!


MUI_FINISHPAGE_TITLE title
Title to display on the top of the page.

see: http://nsis.sourceforge.net/Docs/Mod...02/Readme.html


I got what I want. I used MUI_FINISHPAGE_TITLE to set the text as required on finish page.

Thanks!!