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).
### Description of the new feature / enhancement With current `zip` support, the only types of installer allowed are: 1. Portable standalone `exe` files 2. Compressed installers But what about...
### Brief description of your issue Relative file paths should be validated by where they resolve to, rather than by their literal strings ### Steps to reproduce Have a zip...
### Description of the new feature / enhancement The upgrade behavior can be set to uninstall the previous version of the application by default in the manifest. Usually, upgrade behavior...
### Brief description of your issue `winget validate` fails locally for nested portable executables with multiple aliases. Some applications expect multiple aliases from one command, which is why this is...
- [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [x] Are you working against an Issue? - #2869 - #2691 > It seems to work, I am sorry. I...
GUI for this
# Description of the new feature/enhancement # Proposed technical implementation details (optional) GUI for this, so it is easier(maybe as an API or officialy part of this)
### Description of the new feature / enhancement When I run `winget upgrade --all` and one of the packages can't be upgraded due to the installer type being different from...
### Description of the new feature / enhancement If you returned data with two spaces between objects instead of a single space, we could easily parse the output. With only...
### Brief description of your issue On new Windows 11 installs, after updating Winget and installing dependencies, Several of the PowerShell commands do not work and will throw `Exception has...
# Description of the new feature/enhancement Winget cannot update it's own package currently, due to the following sequence: 1. winget begins deployment of its package 2. Windows deployment for MSIX...