Archive: Modern UI Uninstall Pages


Modern UI Uninstall Pages
I'm having a problem regarding the Modern UI. I have the latest version.

Before I insert the macros for the uninstall pages, I do this:

!undef MUI_WELCOMEFINISHPAGE_INI
!undef MUI_WELCOMEFINISHPAGE_BITMAP
!undef MUI_WELCOMEFINISHPAGE_BITMAP_NOSTRETCH

!define MUI_WELCOMEFINISHPAGE_INI "WelcomeFinishPage.ini"
!define MUI_WELCOMEFINISHPAGE_BITMAP "Logo.bmp"
!define MUI_WELCOMEFINISHPAGE_BITMAP_NOSTRETCH

However, the welcome and finish pages for my uninstaller aren't affected. Does anyone know how to fix this?

I am able to set the titles and texts for the uninstaller welcome and finish pages.

My ini and bitmap files are fine because I use them for the installer welcome and finish pages too.


Try this:

MUI_UNWELCOMEFINISHPAGE_ ...
MUI_UNFINISHPAGE_ ...

from readme