From 7e880aa55395874bde59158bde7a825d6f0e5909 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 11 Oct 2003 12:17:48 +0000 Subject: [PATCH] fixed interface problems when there are only custom pages git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3010 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index c2219be3..db801ef7 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -2015,6 +2015,11 @@ Var MUI_TEMP2 !warning "The MUI_PRODUCT and MUI_VERSION defines have been removed. Use a normal Name command now." !endif + !ifndef MUI_INSERT_INTERFACE + !insertmacro MUI_INTERFACE + !define MUI_INSERT_INTERFACE + !endif + !insertmacro MUI_FUNCTION_GUIINIT !insertmacro MUI_FUNCTION_ABORTWARNING