Closed lackovic closed 6 months ago
What is shown when you run winget list AIMP
?
What is shown when you run
winget list AIMP
?
Name Id Version Available Source
-------------------------------------------
AIMP AIMP.AIMP > 5.01.2358 5.03.2398 winget
aimp_5.03.2398_w64.exe
Most likely, a duplicate entry from the x86 version remained in the registry. x64 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AIMP x86 HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\AIMP Or search by version number. Remove the duplicate AIMP section from the old version.
Thank you for taking the time to report this issue. In the amount of time the issue has been open, there have been several updates to the WinGet CLI which may have helped mitigate some of these concerns. I encourage you to try out the latest version of the CLI and see if your problem still persists.
If additional problems persist, it would be extremely helpful if a new issue could be opened. Thanks!
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
When running
winget upgrade -h --all
:winget
reports the update is successfulWhen running
winget upgrade -h --all
againwinget
incorrectly detects the old version as installed and install the new version again.Steps to reproduce
Actual behavior
The application is upgraded twice.
Expected behavior
The application is upgraded only once.
Environment
Screenshots and Logs