-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: WAU tries to upgrade Windows Desktop Runtime from 6.0.26 to 7.0.15 every day #551
Comments
I now see this is probably related to #539 as well, which has a pending PR. |
This issue is stale because it has been open for 30 days with no activity. |
Got the same problem. It's constantly popping up about updating Remote Desktop, says it's updated but it hasn't. 08:59:37 - Updating Remote Desktop from 1.2.4763.0 to 1.2.5112.0... \ ███▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 1024 KB / 9.24 MB No available upgrade found. |
is the 1.2.4763.0 version installed with Winget ? |
TBH I don't know how to find this out. Winget doesn't tell you, does it? Can I assume that if it was installed by other means then it won't be upgraded by WAU? |
WAU uses Winget to update apps. So if Winget knows how to update your app, WAU will do it. |
@fergusstrachan, maybe try running winget upgrade --all from an elevated command prompt and see if winget without WAU will do the upgrade. I have had some problems with winget when an appx is installed per-machine but not per-user, but that's not WAU's fault. This particular bug is where I have both .Net 6.x and 7.x installed; WAU sees that .Net 6.x is installed and that there's a "newer" version (7.x) and wants to upgrade, but 7.x is already installed. |
I stopped fighting with this kind of apps 😅 I put them in my blacklist... and from time to time, I try manually to see if things got fixed or not. |
Interesting... I had 2 versions of Remote Desktop installed (1.2.4... and 1.2.5...), so I assumed Winget didn't like the original and just installed its own alongside. So I uninstalled both. Then installed 1.2.4... with Winget. WAU came along and said it was updating RD, and what did I end up with? Both versions again. :-) |
The root cause can be traced back to winget itself |
Andrew, this article seems to be about handling multiple already existing versions of a package. My scenario is that I start by installing Microsoft.RemoteDesktopClient (a previous version, using But I guess I'll blacklist it as you say. |
Adding problematic package which is updated quite often. Microsoft.RemoteDesktopClient (https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/Microsoft/RemoteDesktopClient) Issue Romanitho#551
Unfortunately, we cannot handle all problematic apps. And sometimes it depends on the dev as well, so things that can be broken one day, can be fixed another day... |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
The problem
This is probably related to #196 but I was hoping to get some clarification.
WAU thinks that Windows Destkop Runtime 6.0.26 should be upgraded to >7. This is incorrect as 6.0.26 is the latest version of version 6, which is kinda-sorta a different product.
Log output:
However, winget-upgrade doesn't show any needed updates.
Output from winget-upgrade.ps1 as an admin user:
WAU is also not upgrading .Net 6 to the current version. In both cases just doing 'winget upgrade --all' does what I expect.
What version of WAU has the issue?
1.19.1
What version of Windows are you using (ex. Windows 11 22H2)?
Server 2022
What version of winget are you using?
1.6.3482
Log information
Additional information
I can duplicate this on other Windows versions as well.
The text was updated successfully, but these errors were encountered: