Open denelon opened 4 years ago
There would be nice to have a configuration to say that a package auto updates, like a browser and the package manager should "skip" it.
@madcampos we added RequireExplicitUpgrade to manifests to help with packages that upgrade themselves. This was done just to add the behavior you described.
Packages with this key in the manifest are ignored in the default flow for winget upgrade --all
.
Description of the new feature/enhancement
As a user I would like to be informed when an installer is progressive so I know I might not be able to get a specific version of an application. Some programs like Steam are available as an installer that immediately checks for the current version of the program and installs the latest version.
Proposed technical implementation details (optional)
This could be a flag or switch in the manifest that would identify these kinds of applications.