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:
parent
d5eb2959d6
commit
f3e3b7351b
1 changed files with 1 additions and 6 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue