<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Error while trying to launch English LibreOffice installer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=51038#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Error while trying to launch English LibreOffice installer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=51038">bug 51038</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>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).

<span class="quote">> msiexec /i LibreOffice_X.Y.Z_Win_x64.msi ProductLanguage=1033</span >

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] <a href="https://docs.microsoft.com/en-us/windows/desktop/Msi/productlanguage">https://docs.microsoft.com/en-us/windows/desktop/Msi/productlanguage</a>
[2]
<a href="https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c">https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>