Updated to use new ModernUI

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1188 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-25 19:13:11 +00:00
parent d5eb2959d6
commit f3e3b7351b

View file

@ -9,18 +9,13 @@
!endif !endif
!verbose 4 !verbose 4
!define CURRENTPAGE $9
!define TEMP1 $R0
!define TEMP2 $R1
Name "NSIS" Name "NSIS"
Caption "Nullsoft Install System - Setup" Caption "Nullsoft Install System - Setup"
OutFile ..\nsis${VER_MAJOR}${VER_MINOR}.exe OutFile ..\nsis${VER_MAJOR}${VER_MINOR}.exe
SetCompressor bzip2 SetCompressor bzip2
!ifndef CLASSIC_UI !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 !endif
LicenseText "Scroll down to see the rest of the agreement." LicenseText "Scroll down to see the rest of the agreement."