new position for interface settings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3001 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
555ac5468e
commit
88cec5ef22
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue