You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just noticed that while it is possible to first install Microsoft.DotNet.DesktopRuntime.6 and then Microsoft.DotNet.DesktopRuntime.8, it is not possible the other way round.
PS C:\Users\Marco> winget list |Select-String"Microsoft.DotNet.DesktopRuntime"
PS C:\Users\Marco> winget install --exact --id Microsoft.DotNet.DesktopRuntime.8
Found Microsoft .NET Windows Desktop Runtime 8.0 [Microsoft.DotNet.DesktopRuntime.8] Version 8.0.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/8.0.0/windowsdesktop-runtime-8.0.0-win-x64.exe
██████████████████████████████ 55.4 MB /55.4 MB
Successfully verified installer hash
Starting package install...
Successfully installed
PS C:\Users\Marco> winget install --exact --id Microsoft.DotNet.DesktopRuntime.6
Found an existing package already installed. Trying to upgrade the installed package...
No available upgrade found.
No newer package versions are available from the configured sources.
PS C:\Users\Marco> winget list |Select-String"Microsoft.DotNet.DesktopRuntime"
Microsoft Windows Desktop Runtime -8.0 Microsoft.DotNet.DesktopRuntime.88.0.0 winget
Expected behavior
Successful installation of both packages.
Environment
Windows Package Manager v1.6.3482
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.19045.3803
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.21.3482.0
The text was updated successfully, but these errors were encountered:
marco-eckstein
changed the title
[Package Issue]: Microsoft.DotNet.DesktopRuntime.6 - Order matters for Side-By-Side installations
[Package Issue]: Microsoft.DotNet.DesktopRuntime.6 - Order matters for Side-By-Side installations, "Schrödinger's install status"
Dec 30, 2023
marco-eckstein
changed the title
[Package Issue]: Microsoft.DotNet.DesktopRuntime.6 - Order matters for Side-By-Side installations, "Schrödinger's install status"
[Package Issue]: Microsoft.DotNet.DesktopRuntime.6 - Order matters for Side-By-Side installations
Dec 30, 2023
Category of the issue
Side-By-Side installation.
Brief description of your issue
I have just noticed that while it is possible to first install
Microsoft.DotNet.DesktopRuntime.6
and thenMicrosoft.DotNet.DesktopRuntime.8
, it is not possible the other way round.Steps to reproduce
Actual behavior
Expected behavior
Successful installation of both packages.
Environment
The text was updated successfully, but these errors were encountered: