'.NET 6: How to distribute - Web Installer?

My Desktop application currently uses .NET Framework 4.5. The redistributable for that is very easy to include with the application: There's a web installer weighing only 1MB, and it automatically downloads either the x86 or the x64 version.

Is there a similarly elegant way to distribute the .NET 6 Desktop Runtime? It seems like there is no web installer, instead there's two different installers for x86 and x64 respectively. Each one is 50MB.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source