From 509c9c27d919b6cd70457040ca6b27540df84c82 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 15 Sep 2017 22:25:50 -0500 Subject: [PATCH] Better disply of installer components page description Colses #3745 --- PowerEditor/installer/nppSetup.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index d0ecae79..494e1857 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -64,6 +64,7 @@ OutFile ".\build\npp.${APPVERSION}.Installer.exe" !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP ".\images\headerLeft.bmp" ; optional !define MUI_ABORTWARNING +!define MUI_COMPONENTSPAGE_SMALLDESC ;Show components page with a small description and big box for components !insertmacro MUI_PAGE_WELCOME @@ -219,7 +220,7 @@ Function .onInstSuccess ${MementoSectionSave} FunctionEnd - + BrandingText "Je code donc je suis" ; eof