Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Regarding the installation packages for LA on GitHub
#1
Could you provide a complete installation package similar to the one shown in the figure below?
[Image: aaa.png]

The .msi is the complete installer and supports the command line.
The other .zip file is the compressed package for the portable version of LA, which includes a mini version of the SDK and can be used immediately after extraction.
This would be much more convenient.

With the current online installer (LA-setup.exe), the download is slow when it runs; using the other two LZMA files is also inconvenient.
#2
I'm also considering to use MSI for other reason - less AV false positives.

To download files, LA and LA-setup use the `HttpClient` class (.NET).

What is the download time of offline-1.zip.lzma ?:
- browser
- LA-setup
- HttpClient: internet.http.Get("https://github.com/qgindi/LibreAutomate/releases/download/v1.16.5/offline-1.zip.lzma", true).Download(folders.Temp + "offline-1.zip.lzma");
- curl: run.console("curl.exe", $"""-L -o "{folders.Temp + "offline-1.zip.lzma"}" "https://github.com/qgindi/LibreAutomate/releases/download/v1.16.5/offline-1.zip.lzma" """);

On my PC the first 3 take ~3 s. Curl is slower.


Forum Jump:


Users browsing this thread: 1 Guest(s)