Replies: 1 comment 2 replies
-
We have quite a bit of static analysis performed on the installers to reduce the chances of malware ending up in the packages referenced by the manifests. There is some manual validation to check that the official source for a package is referenced, and the other meta-data is valid. You can look at a manifest to see what's configured. You can also use the override argument to apply your own preferences to installers. We have some additional YAML keys on the table to look at upgrade scenarios. What kinds of new install options are you thinking of? We'd like to have silent unattended install possible for packages to support the docker container example. Additional meta-data would be required for us to accept packages that require an attended install. Many packages are declined if they require user interaction currently. Dependency is one of the features on the roadmap. We will install or prompt if they are required and we can't install them. At this point, we're not looking to remove dependencies when a package is uninstalled. |
Beta Was this translation helpful? Give feedback.
-
I've had a few questions on some of the aspects of how WinGet works. I went through the documentation, but had a few questions unanswered. I'm still a beginner, so any links to docs, examples would be really welcome!
.yaml
is added, it is checked to see it's from the original publisher, and doesn't link to shady binaries.path limit
. Would be nice to see what the defaults are, and way to set those options.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions