new Modern UI

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1605 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-06 12:12:51 +00:00
parent 1e16cdbb48
commit 9dc761c116

View file

@ -1,10 +1,13 @@
!define MUI_PRODUCT "NSIS"
!define MUI_VERSION "2.0b0"
!define MUI_NAME "Nullsoft Install System ${MUI_VERSION}" ;Installer name
!define VER_MAJOR 2
!define VER_MINOR 0b0
!define NAME "NSIS"
Name "NSIS"
Caption "Nullsoft Install System - Setup"
OutFile ..\nsis${VER_MAJOR}${VER_MINOR}.exe
SetCompressor bzip2
!ifndef CLASSIC_UI
@ -17,10 +20,12 @@ SetCompressor bzip2
!define MUI_ABORTWARNING
!define MUI_UNINSTALLER
!include "${NSISDIR}\Contrib\Modern UI\Language Files\English.nsh"
!insertmacro MUI_LANGUAGE "English"
!define MUI_UI "${NSISDIR}\Contrib\UIs\modern2.exe"
!insertmacro MUI_SYSTEM
!endif
LicenseData ..\license.txt
@ -531,8 +536,6 @@ FunctionEnd
!ifndef CLASSIC_UI
!insertmacro MUI_SYSTEM
!insertmacro MUI_FUNCTIONS_DESCRIPTION_START
!insertmacro MUI_DESCRIPTION_TEXT ${SecCore} "The Core files required to use NSIS"
!insertmacro MUI_DESCRIPTION_TEXT ${SecExample} "Example installation scripts that show you how to use NSIS"