*** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@823 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c19cf1940e
commit
d2671e87d4
4 changed files with 4 additions and 4 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
!define MUI_MACROS_USED
|
||||
|
||||
!macro MUI_INTERFACE ICON UNICON CHECKS PROGRESSBAR
|
||||
!macro MUI_INTERFACE UI ICON UNICON CHECKS PROGRESSBAR
|
||||
|
||||
;User interface
|
||||
|
||||
Icon "${NSISDIR}\Contrib\Icons\${ICON}"
|
||||
UninstallIcon "${NSISDIR}\Contrib\Icons\${UNICON}"
|
||||
XPStyle On
|
||||
ChangeUI all "${NSISDIR}\Contrib\UIs\modern.exe"
|
||||
ChangeUI all "${NSISDIR}\Contrib\UIs\${UI}"
|
||||
SetFont Tahoma 8
|
||||
CheckBitmap "${NSISDIR}\Contrib\Icons\${CHECKS}"
|
||||
InstallColors /windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue