macro system updates

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1571 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-03 13:21:09 +00:00
parent 2fc9ed8b95
commit a436ddac6c
4 changed files with 30 additions and 28 deletions

View file

@ -74,8 +74,6 @@
!include "${NSISDIR}\Contrib\Modern UI\Language files\Ukrainian.nsh"
OutFile "MultiLanguage.exe"
!insertmacro MUI_INTERFACE
;Name
Name /LANG=${LANG_ENGLISH} "${NAME} ${VERSION}"
@ -217,7 +215,10 @@ Function .onInit
FunctionEnd
!insertmacro MUI_FUNCTIONS_BASIC
;--------------------------------
;Modern UI System
!insertmacro MUI_SYSTEM
!insertmacro MUI_FUNCTIONS_DESCRIPTION_START
!insertmacro MUI_DESCRIPTION_TEXT ${SecCopyUI} $(DESC_SecCopyUI)
@ -247,6 +248,4 @@ SectionEnd
Function un.onInit
ReadRegStr $LANGUAGE HKCU "Software\${NAME}" "Installer Language"
FunctionEnd
!insertmacro MUI_UNFUNCTIONS_BASIC
FunctionEnd