Mathias Hermansson

Results 17 comments of Mathias Hermansson

Not that I am aware of, unless I am missing something. The logic in `decompress.ps1` check only for `MSIEXTRACT_USE_LESSMSI`, and if its not enabled or false, `msiexec.exe` is run. https://github.com/ScoopInstaller/Scoop/blob/59088a9f0094ecaa0c36793eef232b3af237a59b/lib/decompress.ps1#L199-L205...

Looking again at the Python 3 manifests, I see that we use `Expand-MsiArchive` (for reference, see line 57 in [python.json](https://github.com/ScoopInstaller/Main/blob/212c519c2e0aa3b2deb3ceefe86bde8056caed3e/bucket/python.json#L57)). When that is the case, the dependency of `lessmsi` is...

Not sure about that; `msiexec` is available by default, so it's only in a few manifests where `msiexec` do not work we need `lessmsi`.

Thank you. My own findings were that you don't need the full version as a regkey, but just the major version. But I have not been able to test it...

Right now we only update `PATH` in the GraalVM manifests, which resets as explained in the [comment](https://github.com/ScoopInstaller/Java/issues/361#issuecomment-1009880327) above. When I look at `PATH` on my own machine, the `shims` folder...

API now available: https://api.bell-sw.com/#native_image_kit_api

Have you tried to apply the fix described in #72?

What does `scoop checkup` output?

Enable LongPaths as suggested by `scoop checkup`, uninstall and install again.

@tiantao433 Please check if LongPaths was the issue for you too. If not, please reopen this issue.