If using winget, too far and slowing download msi

Hi, I am a LibreOffice user in Japan.

I have tried to install LibreOffice using winget to set up 40 PCs for educational exercises. In the process, it is taking a very long time to download MSI (about 200KB/s ETA: 27min).

Using MTR(traceroute), I traced the download to the download server (downloadarchive.documentfoundation.org ) and found it to be very far away and slow! (23hops, and ping: 240ms) :frowning:

Next, I checked the download from the web. This one downloaded very fast (56.4MB/s in 6.0s) by selecting a nearby mirror server by redirect. :slight_smile:

  • Try Download for winget: https://downloadarchive.documentfoundation.org/libreoffice/old/7.4.1.2/win/x86_64/LibreOffice_7.4.1.2_Win_x64.msi
  • Stable: https://download.documentfoundation.org/libreoffice/stable/7.4.0/win/x86_64/LibreOffice_7.4.0_Win_x64.msi

I think that winget should using download.documentfoundation.org and stable version.

I hope you will consider this proposal (Sorry if this isn’t the place to suggest it.).
Thank you in advance.

You need to configure winget - which is a Microsoft program - to tell it where to source your installls.

Thank you for reply.
I see… , I tryed them but not solved.

execution details:
run command in powershell as admin: winget source add -n LibreOfficeStable7.4.0 {URL}

I tryed below about {URL}

  1. domain: https://download.documentfoundation.org/
  2. domain+path: https://download.documentfoundation.org/libreoffice/stable/7.4.0/win/x86_64/
  3. file: https://download.documentfoundation.org/libreoffice/stable/7.4.0/win/x86_64/LibreOffice_7.4.0_Win_x64.msi

result: 0x80190194 error occured

I checked about 0x80190194

change to rediected url ( */libreoffice/ to https://ftp-srv2.kddilabs.jp/office/tdf/libreoffice) , however same error results.

I’ll look into it some more.
Thank you.