winget-cli
winget-cli copied to clipboard
WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
### Brief description of your issue  What you see here is, dass the Runtime 3.1.27 is detected outdated but in x86 version. As you see x64 is already up...
### Description of the new feature / enhancement winget upgrade is expecting exactly one pacakge name to perform a specifc update. It would be nice to change the syntax to...
### Brief description of your issue Winget works fine from non-elevated cmd. From elevated cmd it gives "Failed when searching source; results will not be included: winget" error on almost...
### Brief description of your issue In the COM InProc E2E tests, if the COM call hits a path that needs to resolve a string resource, the call will fail...
### Description of the new feature / enhancement We've spotted a issue where Silent sometimes requires Administrator where SilentWithProgress does not, therefore we need a way to set the ElevationRequirement...
### Description of the new feature / enhancement The manifest currently allows for a MinimumOSVersion to distinguish apps which cannot be installed on older versions of the OS. However, there...
### Description of the new feature / enhancement The manifest should declare the supported install scopes. Many manifests do not specify scope for an installer. This could either be a...
### Description of the new feature / enhancement Some installers will always reboot, regardless of what we ask of them. We can support these by having the data in the...
### Description of the new feature / enhancement We currently have a bunch of manifest fields for installing packages: ``` InstallerSwitches: Custom: /allthethings Silent: /VERYSILENT SilentWithProgress: /somewhatsilent InstallerSuccessCodes: - 12...
### Description of the new feature / enhancement I just noticed a bug on the community repo (https://github.com/microsoft/winget-pkgs/issues/33583) where the user can't install EarTrumpet due to missing dependencies. After a...