Skip to content

WindowsDesktop installer doesn't install a distinct registry key (5.0+) #541

Closed
@dagood

Description

@dagood

The WD installer places a registry key for Microsoft.NETCore.App, not Microsoft.WindowsDesktop.App. E.g. a recent daily build:

Key: SOFTWARE\dotnet\Setup\InstalledVersions\x64\sharedfx\Microsoft.NETCore.App
Name: 5.0.0-preview.2.20125.2
Value: #1

I filed dotnet/runtime#32836 tracking potentially fixing this in 3.1. (Core-Setup servicing issues are tracked in dotnet/runtime.) It has more details how this flow probably happens. Basically, a bad default:

<SharedFrameworkName>Microsoft.NETCore.App</SharedFrameworkName>

@NikolaMilosavljevic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions