-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Install WinGet from terminal / PowerShell #2222
Comments
The Windows Package Manager is shipped with the "App Installer". |
The troubleshooting guide does show a command that should install WinGet from PowerShell locally. Instead it throws a COM Exception.
|
The We've also been looking to update the dependency to Microsoft.UI.Xaml 2.8 from 2.7 in WinGet: |
Brief description of your issue
As an windows administrator I want to be able to provision windows machines using WinRM, as a part of provisioning machines I'd like to install WinGet and then use it to install all other programs needed.
There doesn't seem to be any instructions for how to install WinGet with just a remote terminal (using WinRM or alternatively OpenSSH). Nor any instructions for setting up WinGet using PowerShell.
With Chocolatey I just need to run:
If I can't similarly automate the setup of WinGet and then use it then theres no way to replace Chocolatey with WinGet in my provisioning scripts. Which kind of make WinGet useless for most people? Is this missing functionality or just missing documentation?
The text was updated successfully, but these errors were encountered: