Hi,
I roll out Libreoffice on a few Terminalservers.
Some of them are in non-german speaking Countries, so i have to change the setup, so the user Interface is automatically set to english.
The Servers OS Systems are all deployed with the same (german) image, Windows 2008R2 x64 on VMWare.
my Install.bat is as follows:
set langs=en_UK,De (or De,en_UK for german Servers, gained from SET Parameters of the System)
set Options=/passive /norestart ADDLOCAL=ALL ALLUSERS=1 CREATEDESKTOPLINK=0 REGISTER_ALL_MSO_TYPES=1 REGISTER_NO_MSO_TYPES=0 ISCHECKFORPRODUCTUPDATES=0 REBOOTYESNO=No QUICKSTART=0 VC_REDIST=1 UI_LANGS=%langs% REMOVE=<langpacks and dictionaries not needed>
change user /install
:: do some uninstalls here
TASKKILL /F /IM SOFFICE.BIN
start /wait Msiexec.exe /qn /i LibreOffice_5.3.2_Win_x64.msi %Options% /l* c:\Logs\Libreoffice_5_3_2_2_Server_Install.log
xcopy *.xcd "%programfiles%\LibreOffice 5\share\registry\" /E /H /R /C /I /Y
change user /execute
This does not work. All Users get their Libreoffice installed in German, no matter which .msi i use, German or English one.