kallan06
23rd November 2007 10:29 UTC
Silent NSIS Install
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 ^^
kichik
23rd November 2007 10:32 UTC
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.
kallan06
27th November 2007 10:21 UTC
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
kichik
27th November 2007 18:05 UTC
So how are you making the installer silent?