Archive: How to change Uninstal Finish Page text


How to change Uninstal Finish Page text
hello!

I'm trying to change uninstaller finish page text.

Googled for it, red documentation, tried to guess (!define MUI_UNFINISHPAGE_TEXT ...), but with no success.

Is there any possibility to do that?

regards
Pawel Janik


As it says in the Modern UI readme:
Note: There is no difference between installer and uninstaller page settings.

Therefore:
!define MUI_FINISHPAGE_TEXT "text"
!insertmacro MUI_UNPAGE_FINISH

-Stu