installer icon indicating copy to clipboard operation
installer copied to clipboard

.NET SDK Installer

Results 157 installer issues
Sort by recently updated
recently updated
newest added

### Describe the bug Typo in Dotnet SDK Installer on German Windows, here a `2` is displayed instesd of `"` ### To Reproduce Run `dotnet-sdk-8.0.300-win-x64.exe` on German Windows 10 x64...

![image](https://user-images.githubusercontent.com/2608468/84609066-33f9d980-ae6a-11ea-9d31-93fe4de407c8.png)

WiX5

.NET 6 is the future of .NET development, and MSIX is the future of Windows app deployment. Please add support for Framework Packaging to allow creation of .NET 5 apps...

Add the installers for runtime, windowsdesktop, and aspnetcore to the build table, at least for 5.0+

dotnet-deb-tool is restored even when SkipBuildingInstallers is set to true, which causes the prebuilt dotnet-deb-tool package to be downloaded. Source-build currently works around this with [this patch](https://github.com/dotnet/source-build/blob/9bb1c85e13bc44f8a0c6de41779366da6e5c61ac/patches/core-sdk/0003-Remove-debian-package-generation.patch) which is a...

Original issues: https://github.com/dotnet/source-build/pull/1231, https://github.com/dotnet/source-build/issues/1202, https://github.com/dotnet/source-build/issues/1232. Source-build currently uses [this patch](https://github.com/dotnet/source-build/blob/9bb1c85e13bc44f8a0c6de41779366da6e5c61ac/patches/core-sdk/0003-Don-t-add-target-rid-to-NetCoreRuntimePackRids.patch) to remove the currently building RID from this list. Prior to the patch, this was causing issues with RID-specific publish...

https://dev.azure.com/dnceng/internal/_build/results?buildId=2540980 (internal Microsoft link)

untriaged

Branch [release/6.0.1xx](https://github.com/dotnet/installer/commits/release/6.0.1xx/) in `dotnet/installer` repo can't be mirrored from GitHub to Azure [internal/release/6.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-installer?version=GBinternal%2Frelease%2F6.0.1xx&_a=history) via internal merge. There are conflicting commits in the target branch. The branch is configured to be...

Branch [release/6.0.4xx](https://github.com/dotnet/installer/commits/release/6.0.4xx/) in `dotnet/installer` repo can't be mirrored from GitHub to Azure [internal/release/6.0.4xx](https://dev.azure.com/dnceng/internal/_git/dotnet-installer?version=GBinternal%2Frelease%2F6.0.4xx&_a=history) via internal merge. There are conflicting commits in the target branch. The branch is configured to be...

# Description Add registry search operations to SDK installer bundles. The search operation will check for a global and version specific registry key. The version specific key takes precedence when...