Closed
Description
Idea from @voronoipotato at dotnet/core#3765 (comment)
We aren't realistically able to create an arm64 installer for win-arm64 yet due to lack of support from the installer tech we depend on (https://github.com/dotnet/core-setup/issues/5456) but running an installer under x86 emulation is another option to jump ahead on making .NET Core easier to use on win-arm64 machines.
This issue covers the .NET Core Runtime, but this would also need to be done in the various other repos that create MSI and bundle installers for bits of the runtime.