Re: LO 5.3.2.2: msi silent install: UI_LANGS property seems not to work as expected

2017-04-11 Thread Oliver Brinzing

Hi,

> the Parameter ADDLOCAL=ALL overwrite the other parameter

yes, this seems to be true, so I decided to add all features and remove the
unnecessary dictionaries and language packs:

msiexec /qb /passive /i %product%.msi /L*V lo_install.log INSTALLLOCATION="C:\Program Files 
(x86)\LibreOffice"
ALLUSERS=1 ADDLOCAL=ALL CREATEDESKTOPLINK=0 REGISTER_NO_MSO_TYPES=1 ISCHECKFORPRODUCTUPDATES=0 
REBOOTYESNO=No QUICKSTART=1 VC_REDIST=1

REMOVE=gm_o_Onlineupdate,gm_o_Extensions_MEDIAWIKI,gm_r_ex_Dictionary_Af,[...],
gm_Langpack_r_ar,gm_Langpack_r_as,gm_Langpack_r_ast,gm_Langpack_r_be,[...]

works fine :-)

Best Regards

Oliver
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LO 5.3.2.2: msi silent install: UI_LANGS property seems not to work as expected

2017-04-10 Thread Andras Timar
Hi,

On Mon, Apr 10, 2017 at 6:55 PM, Oliver Brinzing 
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