Demitrius Nelon

Results 1006 comments of Demitrius Nelon

The "show" command and the "install" command use similar logic attempting to find a "best match". In this case it's the first search result returned by the "msstore" Microsoft Store...

How about: ```YAML Installers: - InstallerType: exe InstallerArchitecture: x64 InstallerSHA256: 12341234123412341234123412341234123412341234 InstallerURL: https://www.contoso.com/awesomeapp/1.0.0/awesomeapp.x64.exe InstallLocationRequired: boolean ```

https://github.com/microsoft/winget-cli/blob/5a97e26ba3efb6b1f0d5997ec9de7d16b8fa52b9/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json#L363-L366

https://code.videolan.org/videolan/vlc/-/issues/26850

No, VC++ is different. * microsoft/winget-cli/issues/1413

There are a couple of features in the works to start addressing this. One is verifying what happens in an upgrade scenario. I've seen reports where during upgrade, the version...

The latest version of WinDirStat (1.1.2) does not get reported to Apps & Features. Without that information we are not able to determine if the latest version in the community...

The issue with dotnet runtimes is due to there being multiple versions of the runtime installed side-by-side and is related to * #1413 We have enhancements in Windows Package Manager...

@dw72 Can you try with "--verbose-logs" and share the resulting logs? I'd also like to know which version of Windows Package Manager you're running.

@JohnMcPMS Do you have any ideas here?