microsoft / microsoft/winget-cli
Improve Uninstall Confidence
@yao-msft is already working on this.
Since Aug 1, 2022.
- Dominant language
- C++
- Stars
- 26.4k
- Forks
- 1.8k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 15
Description
Description of the new feature / enhancement
The Windows Package Manager runs the uninstall command found in the registry. Additional improvements can be made to validate that a package was uninstalled correctly in addition to just running the command.
The manifest can be enriched with a "defaultInstallLocation" key and a "primaryExecutable" key. These values can be used to determine if the package has been uninstalled.
There are also likely edge cases when applications do not provide these hints in the registry, or the applications have been installed in non-default locations.
Proposed technical implementation details
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.