Archive: Missing language dialog


Missing language dialog
Hello!
I saw something strange concerning the dialog for language selection. My installer shows first the language selection dialog, using:
!insertmacro MUI_LANGDLL_DISPLAY
This is executed in .onInit function.
This worked always until today, when I saw that on one PC (that uses Windows 2000 English version) this dialog is skipped and the installation starts with the dialog immediately after this one. There are no conditions in my code that can be the reason for such behavior. Is there any explanation about my missing dialog?


That's because the only language that specific computer's codepage supports is English.

http://nsis.sourceforge.net/Why_does...some_languages