No language selection dialog - use Windows GUI langaage, which is default as of today with NSIS

This commit is contained in:
Thomas Müller 2013-12-10 11:10:48 +01:00
Родитель 082a60e067
Коммит 13f5d29c3c
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -541,7 +541,8 @@ SectionEnd
Function .onInit
!insertmacro INSTALLOPTIONS_EXTRACT "NSIS.InstallOptions.ini"
!insertmacro MUI_LANGDLL_DISPLAY
; uncomment this line if you want to see the language selection
;!insertmacro MUI_LANGDLL_DISPLAY
# load the selected language file
StrCmp $LANGUAGE ${LANG_GERMAN} German 0