https://bugs.documentfoundation.org/show_bug.cgi?id=51038

--- Comment #17 from Mike Kaganski <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to