[Libreoffice-bugs] [Bug 51038] Error while trying to launch English LibreOffice installer
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Mar 16 12:30:42 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=51038
--- Comment #17 from Mike Kaganski <mikekaganski at hotmail.com> ---
The proper way to define installer UI from command line is use ProductLanguage
property [1]. It automatically selects the built-in language transform (or base
en-US UI, if needed).
> msiexec /i LibreOffice_X.Y.Z_Win_x64.msi ProductLanguage=1033
where 1033 is for en-US; the value is decimal LCID number [2]. Note that the
[MS-LCID] document lists the IDs in hexadecimal, e.g. 0x0409 for en-US.
[1] https://docs.microsoft.com/en-us/windows/desktop/Msi/productlanguage
[2]
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190316/3d9d7dd2/attachment.html>
More information about the Libreoffice-bugs
mailing list