NSIS MUI 语言弹出窗口未出现
我正在使用 NSIS 为我的应用程序创建安装程序。具体来说,NSIS Mondern UI。
该安装程序是多语言的,我正在使用
!insertmacro MUI_LANGDLL_DISPLAY
!insertmacro MUI_LANGUAGE
etc 向用户询问语言输入。在其中一台机器上,我没有收到“选择语言”弹出窗口。但如果我使用普通的 NSIS 命令(而不是 MUI),例如 LoadLanguageFile、LicenseLangString 等,它就可以正常工作。
这种行为的原因可能是什么?它与任何其他系统/Windows 级别设置有关吗?
其他 MUI 命令/指令在此机器上完美运行。非常感谢任何帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里可能会发生一些事情:
There are a couple of things that could be going on here: