From f48255d647e1f2749e8f4ed507ab91868162d6d8 Mon Sep 17 00:00:00 2001 From: SinghRajenM Date: Tue, 6 Jun 2017 23:33:55 +0530 Subject: [PATCH] Installer shows installation size as 0 for minimalist Closes #3371 --- PowerEditor/installer/nppSetup.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 264f0b9f8..c80f70a42 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -91,6 +91,7 @@ page Custom ExtraOptions Var diffArchDir2Remove Function .onInit + SectionSetSize ${mainSection} 4500 ; This is rough estimation of files present in function copyCommonFiles InitPluginsDir ; Initializes the plug-ins dir ($PLUGINSDIR) if not already initialized. Call preventInstallInWin9x