Added MUI_INTERFACE_ABSOLUTEPATH
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1286 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d77535939c
commit
806e0bc3da
1 changed files with 18 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
;Modern UI Header File version 1.21
|
||||
;Modern UI Header File version 1.21b
|
||||
;Written by Joost Verburg
|
||||
|
||||
;See Example.nsi & Multilanguage.nsi for an example of usage
|
||||
|
@ -37,6 +37,23 @@
|
|||
|
||||
!macroend
|
||||
|
||||
!macro MUI_INTERFACE_ABSOLUTEPATH UI ICON UNICON CHECKS PROGRESSBAR CURRENTPAGEVAR
|
||||
|
||||
;User interface
|
||||
|
||||
Icon "${ICON}"
|
||||
UninstallIcon "${UNICON}"
|
||||
XPStyle On
|
||||
ChangeUI all "${UI}"
|
||||
SetFont Tahoma 8
|
||||
CheckBitmap "${CHECKS}"
|
||||
InstallColors /windows
|
||||
InstProgressFlags "${PROGRESSBAR}"
|
||||
BrandingText /TRIMRIGHT
|
||||
!define CURRENTPAGE ${CURRENTPAGEVAR}
|
||||
|
||||
!macroend
|
||||
|
||||
!macro MUI_FINISHHEADER CALL
|
||||
|
||||
;Finish text on the header (white rectangle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue