new icon name, font in MUI_INTERFACE macro
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1395 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
58848d42c0
commit
2105c90c16
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
OutFile "InstallOptions.exe"
|
||||
|
||||
;User interface - icons, ui file, check bitmap, progress bar etc.
|
||||
!insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" "$9" ;$9 is the variable used to store the current page, do not use this var!
|
||||
!insertmacro MUI_INTERFACE "modern.exe" "modern-install.ico" "modern-uninstall.ico" "modern.bmp" "smooth" "Tahoma" "$9" ;$9 is the variable used to store the current page, do not use this var!
|
||||
!insertmacro MUI_INSTALLOPTIONS "$7" "$8" ;Variables for the Install Options system. Do not use them in .onNext/PrevPage and SetPage
|
||||
|
||||
;License dialog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue