From 88cec5ef226e7d06548bbaad85f60c80ece07a46 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 8 Oct 2003 11:19:25 +0000 Subject: [PATCH] new position for interface settings git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3001 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 7d57049a..12bb40c5 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -33,12 +33,20 @@ InstallDirRegKey HKLM SOFTWARE\NSIS "" !include "MUI.nsh" ;-------------------------------- -;Modern UI Configuration +;Configuration ;Names Name "NSIS" Caption "NSIS ${VER_DISPLAY} Setup" +;Interface Settings +!define MUI_ABORTWARNING + +!define MUI_HEADERBITMAP "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp" +!define MUI_SPECIALBITMAP "${NSISDIR}\Contrib\Graphics\Wizard\nullsoft.bmp" + +!define MUI_COMPONENTSPAGE_SMALLDESC + ;Pages !define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of NSIS (Nullsoft Scriptable Install System), the Windows installer/uninstaller system that doesn't suck and isn't huge.\r\n\r\n\r\n$_CLICK" @@ -59,14 +67,6 @@ Caption "NSIS ${VER_DISPLAY} Setup" !insertmacro MUI_UNPAGE_CONFIRM !insertmacro MUI_UNPAGE_INSTFILES -;Settings -!define MUI_ABORTWARNING - -!define MUI_HEADERBITMAP "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp" -!define MUI_SPECIALBITMAP "${NSISDIR}\Contrib\Graphics\Wizard\nullsoft.bmp" - -!define MUI_COMPONENTSPAGE_SMALLDESC - ;-------------------------------- ;Languages