-
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
Add WinGet #332
Add WinGet #332
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
This submission has moved to manual review. |
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.
Valid manifest
Unfortunately, this suffers from lack of dependencies. We're working on a solution for VCLibs also related to the Sandbox PowerShell script #827 . |
Couldn't those problems just be solved afterwards? After all, one might already have the necessary dependencies, otherwise an error message can be equally helpful, and it's normal for a fairly new installer-executor to not have dependency awareness at first. And now that I think about it, anyone trying to install |
Deployment wants to shut down old winget to deploy new winget, deployment sends the old winget a ctrl-c signal, the old winget cancels all it’s doing(including the ongoing “install new winget”). |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @NatoBoram, Please verify the manifest file is compliant with the package manager 1.0 manifest specification. You could also try our Windows Package Manager Manifest Creator Preview. For details on the specific error, see the details link below in the build pipeline. |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hold on a second, I remember installing from github.com/microsoft/winget-cli/releases on brand new instances of Windows 10 like last week without missing any dependencies. Are the dependencies in newer builds of Windows? |
Hello @NatoBoram, |
I think we're still blocked on the fact that the install cancels our active installation. We're looking at a delayed registration via MSIX which would unblock this one. I hope we get to that soon 😊 |
cc @denelon: could you please add the "Blocking-Issue" label on this PR? |
Just an "FYI" here. It's now possible to |
Close with reason: Replaced by PR 56841; |
Here's a link to it for mobile users: |
winget validate --manifest <path>
?winget install --manifest <path>
?Any good package manager must at least be able to install itself ;)
cc
ScoopInstaller/Extras#4107microsoft/winget-cli#505#825#19425Microsoft Reviewers: Open in CodeFlow