Giter Site home page Giter Site logo

Comments (8)

github-actions avatar github-actions commented on July 21, 2024

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

from winget-cli.

coder114514 avatar coder114514 commented on July 21, 2024

I only have one version of desktop runtime installed.

from winget-cli.

stephengillie avatar stephengillie commented on July 21, 2024

I think the version is being misdetected. It's finding Microsoft.DotNet.DesktopRuntime.6, but I think the package you have installed might have the slightly different PackageIdentifier of Microsoft.DotNet.DesktopRuntime.8 (last digit changes).

This is based on the version you have installed showing 8.0.4, which matches the .8 package:

PS C:\ManVal> Find-WinGetPackage Microsoft.DotNet.DesktopRuntime

Name                                               Id                                      Version                 Source
----                                               --                                      -------                 ------
Microsoft .NET Windows Desktop Runtime 9.0 Preview Microsoft.DotNet.DesktopRuntime.Preview 9.0.0-preview.3.24175.3 winget
Microsoft .NET Windows Desktop Runtime 8.0         Microsoft.DotNet.DesktopRuntime.8       8.0.4                   winget
Microsoft .NET Windows Desktop Runtime 7.0         Microsoft.DotNet.DesktopRuntime.7       7.0.18                  winget
Microsoft .NET Windows Desktop Runtime 6.0         Microsoft.DotNet.DesktopRuntime.6       6.0.29                  winget
Microsoft .NET Windows Desktop Runtime 5.0         Microsoft.DotNet.DesktopRuntime.5       5.0.17                  winget
Microsoft .NET Windows Desktop Runtime 3.1         Microsoft.DotNet.DesktopRuntime.3_1     3.1.32                  winget

PS C:\ManVal>

When your system shows > 6.0.29, it means that 6.0.29 is the highest version of Microsoft.DotNet.DesktopRuntime.6 in the repo, but somehow the computer's Registry shows a higher version installed. It's showing this because it's mis-matching with the .6 version when it should be matching to the .8 version.

Why is it mis-matching? It matches Registry data against repo data. Sometimes, this is from a previous install that didn't get completely uninstalled, and still has a few lines in the Registry. Could that have happened here?

from winget-cli.

coder114514 avatar coder114514 commented on July 21, 2024

Well, I cannot figure out where the previous install is. And I've tried installing desktop runtime 6 and then uninstall it, but it is still mis-matching. (btw sry for the late response)

from winget-cli.

coder114514 avatar coder114514 commented on July 21, 2024


So there's two entries of desktop runtime in the registry. And it seems like only {f1bec...} is recognized by the system (appwiz.cpl) and winget.
After I deleted the {f1bec...} entry in the registry, the system and winget is reading the {CE4D...} entry, which isn't matched to any package id by winget at all.

from winget-cli.

cprivitere avatar cprivitere commented on July 21, 2024

Here's what's happening as of 6.0.31 being installed (automatically by windows update).

winget update --all
Name                                             Id                                Version     Available   Source
-----------------------------------------------------------------------------------------------------------------
Microsoft Windows Desktop Runtime - 6.0.31 (x64) Microsoft.DotNet.DesktopRuntime.7 < 7.0.0     7.0.20      winget

from winget-cli.

coder114514 avatar coder114514 commented on July 21, 2024

After updating to 8.0.6, the issue still isn't solved.

from winget-cli.

cprivitere avatar cprivitere commented on July 21, 2024

So for reference, it's common to need more than one version installed due to some apps not being updated to accept later versions as compatible (and thus force installing the older version).
Right now the currently valid versions of .Net are:
.Net 9 as the current preview version
.Net 8 as the latest stable and LTS
.Net 6 as the previous but still maintained LTS.

winget forcibly upgrading .Net 6 to .Net 7 is not ok as it's not maintained anymore.

===

Just noticed in another issue the experimental "sidebySide" feature. That seems to have fixed the behavior for me.

from winget-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.