From f3e3b7351bab97ecae8c628e95be752f9a73d088 Mon Sep 17 00:00:00 2001 From: rainwater Date: Wed, 25 Sep 2002 19:13:11 +0000 Subject: [PATCH] Updated to use new ModernUI git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1188 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 06f53436..113aaeb2 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -9,18 +9,13 @@ !endif !verbose 4 -!define CURRENTPAGE $9 - -!define TEMP1 $R0 -!define TEMP2 $R1 - Name "NSIS" Caption "Nullsoft Install System - Setup" OutFile ..\nsis${VER_MAJOR}${VER_MINOR}.exe SetCompressor bzip2 !ifndef CLASSIC_UI -!insertmacro MUI_INTERFACE "modern2.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" +!insertmacro MUI_INTERFACE "modern2.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" "$9" !endif LicenseText "Scroll down to see the rest of the agreement."