I am using NSIS to create an installer for my application. NSIS Mondern UI, to be specific.
This installer is multi-lingual and I am using
!insertmacro MUI_LANGDLL_DISPLAY
!insertmacro MUI_LANGUAGE
etc to ask the language input to the user. On one of the machines, I am not getting the "Select Language" popup. But if I use the normal NSIS commands (not MUI) like LoadLanguageFile
, LicenseLangString
etc., it works perfectly fine.
What could be the reason for this behavior? Is it related to any other system/Windows level setting??
Other MUI commands/instructions work perfectly on this machine. Any help greatly appreciated.
There are a couple of things that could be going on here: