ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.6k stars 968 forks source link

7zip@23.01: decompress error #5572

Closed yep84 closed 2 days ago

yep84 commented 8 months ago

I'm trying to install Gleam on Windows 10 with Scoop. Unfortunatelly without succes.

As aked, I create a new issue with the console output here:

PS C:\Users\epinyvan> scoop install gleam WARN Purging previous failed installation of 7zip. ERROR '7zip' isn't installed correctly. Removing older version (23.01). '7zip' was uninstalled. Installing '7zip' (23.01) [64bit] from main bucket Loading 7z2301-x64.msi from cache Checking hash of 7z2301-x64.msi ... ok. Extracting 7z2301-x64.msi ... ERROR Exit code was 1618! Failed to extract files from C:\Users\epinyvan\scoop\apps\7zip\23.01\7z2301-x64.msi. Log file: ~\scoop\apps\7zip\23.01\msi.log

HUMORCE commented 8 months ago

This is usually caused by a msiexec process exception, go one of them:

Learn more: https://learn.microsoft.com/en-us/windows/win32/msi/error-codes

yep84 commented 7 months ago

You're totally right. Thank a lot for your answer and sorry for that quite trivial issue.