Hi,

On Mon, Apr 10, 2017 at 6:55 PM, Oliver Brinzing <oliver.brinz...@gmx.de>
wrote:

> Hi,
>
> i tried to do a silent msi install, selecting only a few ui languages:
>
> > https://wiki.documentfoundation.org/Deployment_and_Migration
> > With LibreOffice 3.5.5 and higher, language selection works as follows.
> > msiexec /i Lib...._.msi UI_LANGS=en_US,de
>
> msiexec /qb /passive /i LibreOffice_5.3.2_Win_x86.msi /L*V lo_install.log
> INSTALLLOCATION="C:\Program Files (x86)\LibreOffice" ALLUSERS=1
> ADDLOCAL=ALL CREATEDESKTOPLINK=0 REGISTER_NO_MSO_TYPES=1 UI_LANGS=en_US,de
> ISCHECKFORPRODUCTUPDATES=0 REBOOTYESNO=No QUICKSTART=1 VC_REDIST=1
> REMOVE=gm_o_Onlineupdate,gm_r_ex_Dictionary_Af,gm_r_ex_Dicti
> onary_An,gm_r_ex_Dictionary_Ar,...
>
> but it seems, UI_LANGS property is ignored - all ui languages ire
> installed.
>
> any hints?
>


ADDLOCAL=ALL selects everything.Maybe you need ADDDEFAULT=ALL instead. (I
did not try).

Best regards,
Andras
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to