-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update VMware.WorkstationPro to 17.6.1 #190690
Conversation
/AzurePipelines run |
Url validation error
|
/AzurePipelines run |
Automatic Validation ended with:
Automated error analysis suggests -1978335140 may mean Failed to extract archive. Does the Automated error analysis suggests 80004005 may mean Resource missing (Automated response - build 897.) |
@wingetbot run |
/AzurePipelines run |
Same thing as mentioned here: #190690 (comment) |
@wingetbot run |
/AzurePipelines run |
Same thing as mentioned here: #190690 (comment) Just writing this to remove the "needs author feedback" |
Manual Validation ended with:
(Automated response - build 904.) |
WinGet doesn't support compression formats other than .zip. It's a specific setting for users in system context to leverage tar.exe to decompress .zip files as opposed to the shell API for decompression in the referenced PR: |
Supporting .tar would most likely be part of: |
Is there an uncompressed version available or something that isn't .tar? |
Only behind a sign in wall from what I have found :( But what about this mergered PR? microsoft/winget-cli#4541 With this from what I read extracting tar files should be available and supported since 1.9.25180 |
That PR only switches to use tar.exe to decompress .zip files when the shell APIs aren't available. There is more work needed to support those formats through the normal code flow. We've had work ongoing towards other compression/decompression libraries for multiple formats, but that's been gated by some challenges related to making the feature work on Windows 10. |
There would also be some similar additional work necessary in wingetcreate to support the other compression formats as well. |
Thanks for the clarification, then I am going to close this PR for now. |
Pull request was closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are the correct urls
Checklist for Pull Requests
Manifests
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the directory's name containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow