Skip to content
⌘ NSIS Forum Archive

TITLE_3LINES uninstall Question ???

2 posts

Stivi#

TITLE_3LINES uninstall Question ???

I have a Questing, according to 3 Lines on the TITLE of the uninstalling in the finish Page

Is there any Tag to enable 3 Lines on the uninstalling Pages ???

On the installation it works very well:

MUI_WELCOMEPAGE_TITLE_3LINES

But on the uninstall I tried:

MUI_UNWELCOMEFINISHPAGE_TITLE_3LINES

But it doesn't work. Is it the wrog tag or ist not supportet from NSIS

Thanks for your Help
Joost Verburg#
It's a page setting, so there is no difference between the installer and uninstaller.

Just define MUI_WELCOMEPAGE_TITLE_3LINES before the installer page and define it again before the uninstaller page.