-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Windows PC Health Check showing upgrade but not applicable #2053
Comments
Can you post the output of |
I believe I've seen this before. I think it may be trying to do a side-by-side install. It might be related to #752. |
I installed an old version with winget, then ran winget upgrade and it didn’t install side by side. I know that I’ve had issues with this package installing side by side in the past, but I don’t recall if it was with a specific version. Perhaps the manifest needs to specify uninstallPrevious |
This is actually more related to #1967 unless you're thinking of the InstallerType override I believe this is a different kind of installation by Windows or a OEM (So its similar to our WebView2 issue) |
PS C:\> winget list Microsoft.WindowsPCHealthCheck
Name Id Version Source
-----------------------------------------------------------------------------
Windows PC Health Check Microsoft.WindowsPCHealthCheck 3.3.2110.22002 winget PS C:\> winget upgrade Microsoft.WindowsPCHealthCheck --verbose-logs
No applicable update found. |
Check the logs at |
I am stripping out some information from the logs (
|
Since that log looks Chinese to me and @Trenly didn't reply, could you post your log without --verbose-logs?
|
Not sure how this missed my notifs the first time. I think what is missing is that some of the SQL queries which were cut could be informational. |
Brief description of your issue
winget upgrade shows:
The upgrade is on a different build version.
It displays an upgrade available but it won't upgrade it.
Steps to reproduce
having PC Health Check installed version
3.2.2110.14001
upgrading to
3.3.2110.22002
won't upgrade it.
Notice that is just a minor version build.
Expected behavior
Upgrade to the reported version.
Or it should not be shown as upgrade available.
Actual behavior
it won't install it, trying running winget will return with this message:
No applicable update found.
Environment
The text was updated successfully, but these errors were encountered: