Hi all,
I writte US for a little problem.
I use !Insertmacro MUI_LANGDLL_DISPLAY, which display language selection screen.
Then during my silent install, this selection screen appears systematically ...
Once i select the language, the silent install goes with no problem.
I tried a number of solutions but it does not work:
MonEx.exe /s /lang = 1033
MonEx.exe /s /lang = EN
MonEx.exe /s /language = "1033"
MonEx.exe /s /language = "EN"
help me please ^^
Silent NSIS Install
4 posts
How exactly are you making the installer silent? Passing lower-case "/s" means you have to do it yourself. If you're using SetSilent, you must do so prior to calling the MUI_LANGDLL_DISPLAY macro or else it won't be able to tell you're in silent mode.
Hi,
In fact, I would like to deploy my installer with psexec, all cmd entries are correct except for the language setting.
The selection window appears and when the language is validated, the installation is done in silent mode.
thx
In fact, I would like to deploy my installer with psexec, all cmd entries are correct except for the language setting.
The selection window appears and when the language is validated, the installation is done in silent mode.
thx
So how are you making the installer silent?