Kaleb Luedtke
Kaleb Luedtke
Revo uninstaller is really good at removing errant registry keys; I'll take a look to see if I can find where the registry keys for ShiningLight.OpenSSL live
Does running `winget source reset --force` in an administrator shell resolve the issue? The command resets all sources back to their default configuration
After looking at the code, I realize that there is an argument `--ignore-unavailable` which provides the expected behavior, but is only implemented for the import flow. As a user, I...
I can see that; Based on the way I see the search flows though, it would be possible to report the "not found" warnings before starting the installs?
For a bit of background - This "path cramming" only happens when winget can't create symlinks. This happens when developer mode is disabled and the cli is run without admin...
> > This happens when developer mode is disabled and the cli is run without admin permissions. > > Interesting. Why is this feature not the default, by the way?...
Also related to - * #2969
> It seems like a goal is to solve the version matching issue without invoking local storage on a PC, but honestly having something like a local winget.db, with a...
> To allow for "marketing" versions, similar to the way that Visual Studio uses years as the well known version number, but internally the actual version is more "normal". This...
> We attempt to map the display version from the installed entry. If it falls into a range (which may be a single value), then it is that exact package...