Silent install of additional dictionaries with msiexec

I would like to install additional dictionaries during the deployment on multiple computers. The documentation states that the ADDLOCAL=ALL parameter installs all components from the msi installer, and that the unnecessary components should be defined with the REMOVE parameter.

However, even without specifying the REMOVE parameter, no additional dictionaries are installed. I have tried both version 4.2.1 and 3.6.5.

I used the following command:

msiexec /qb /i LibreOffice_4.2.1_Win_x86.msi ADDLOCAL=ALL REBOOTYESNO=No

Is there a way to install the dictionaries with a msiexec parameter? Or some other way of setting them up (editing the msi with Orca…)?