Archive: 3 Line option and Uninstall Finisch Page


3 Line option and Uninstall Finisch Page
Hello all!

I use in my NSIS project the "3 lines" option for my setup.

The defines
!define MUI_WELCOMEPAGE_TITLE_3LINES
!define MUI_FINISHPAGE_TITLE_3LINES
work great in my setup.

But when I uninstall my software the last page displays only in the "2 line" option. I checked the ModernUI settings, but I did not find any special define to force a
"3 line uninstall finished" page...

How can I do that?

Thanks

th_mi


!define MUI_FINISHPAGE_TITLE_3LINES
!insertmacro MUI_UNPAGE_FINISH

-Stu