From 76df5fbe084bb038d355959f61c4a859989ed3f9 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 5 Nov 2002 16:31:23 +0000 Subject: [PATCH] No need for uninstaller macros if we have no uninstaller git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1597 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 67bf27de..f224494e 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -642,7 +642,9 @@ !insertmacro MUI_INTERFACE !insertmacro MUI_BASIC - !insertmacro MUI_UNBASIC + !ifdef MUI_UNINSTALLER + !insertmacro MUI_UNBASIC + !endif !verbose 4