microsoft / microsoft/winget-cli
Allow closing processes before upgrading
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 26.4k
- Forks
- 1.8k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 15
Description
Description of the new feature / enhancement
Add fields in the installer schema to specify process names that will need to be closed before upgrading the package. Many programs such as Discord and Epic Games Launcher will auto-start after being installed, and closing them would enable unattended installation.
Proposed technical implementation details
Could send a kill code of 0 to the process to check if it exists
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.
Research direction
No files, tests, or specific entry points are named. Start by locating the installer schema and the upgrade flow, then determine how declared process names should be checked and closed before installation; done means unattended upgrades can close specified running processes reliably.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100