git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2141 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-10 14:02:13 +00:00
parent b7a0bbabcc
commit a1f5924a59
3 changed files with 9 additions and 1 deletions

View file

@ -107,7 +107,11 @@
XPStyle On
ChangeUI all "${MUI_UI}"
!ifndef MUI_RTL_UI
ChangeUI all "${MUI_UI}"
!else
ChangeUI /RTL all "${MUI_UI}"
!endif
Icon "${MUI_ICON}"
!ifdef MUI_UNINSTALLER