Muhammad Danish

Results 62 comments of Muhammad Danish

> I'm sorry you're right I misread the page I linked above (I literally took 5.58.0 for 5.8.0, maybe I'm dyslexic lol). The latest version is indeed 5.60. It just...

Will be resolved once the following PRs get merged - https://github.com/microsoft/winget-pkgs/pull/87774 - https://github.com/microsoft/winget-pkgs/pull/87775 Edit: The PRs have been merged so this issue may be closed and transferred to winget-pkgs repo.

@ourichermath `UpgradeBehavior: deny` tells WinGet that an installed application should not be supported for an upgrade. Essentially "denying" all upgrades for a particular application. Discord performs auto-updates, but doesn't update...

@CanePlayz Is it showing under the normal upgrade list, or packages marked with requiring explicit upgrade? For me it shows as: ``` The following packages have an upgrade available, but...

> Any portable zip file containing the executable of “Friday Night Funkin’” or any of it’s modifications. There was an issue with winget-create failing to parse portable packages that was...

PR https://github.com/microsoft/winget-cli/pull/3202 added a doc listing exit codes returned by WinGet https://github.com/microsoft/winget-cli/blob/master/doc/windows/package-manager/winget/returnCodes.md cc @denelon if this needs to be closed

@aadithya96 Can you share output of `winget list "PowerShell"`, I'm wondering if there are multiple versions installed

You'll have to manually uninstall the older version from Apps&Features or `appwiz.cpl`

There is an open issue for better handling of applications that install side by side - https://github.com/microsoft/winget-cli/issues/2129 Currently for packages that install side-by-side, we add an `uninstallPrevious` key in the...

Regarding the original issue, this is a problem with the Portmaster package not updating the DisplayVersion string in the registry and should be brought up to the publisher to resolve....