WiX
WiX is a toolset to create windows installation packages. See https://wixtoolset.org/
Status
WiX added native support for Windows Arm64 from WiX v4.
Wix4 was released on 5th April 2023: https://wixtoolset.org/docs/releasenotes/#v4
Installation
Wix can be installed using dotnet tools
$ dotnet tool install --global wix --version 4.0.0
Â
Â