electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
318 stars 91 forks source link

Adding arm64 support #150

Open bkervaski opened 2 years ago

bkervaski commented 2 years ago

Currently when building on Windows 11 arm, candle fails on the arch:

candle.exe : error CNDL0264 : The parameter 'arch' is missing or has an invalid value arm64. Possible values are x86, x64, or ia64.

With the inevitable shift to arm64 (Apple, Microsoft, AWS) we're adding arm64 builds to everything.

Any efforts to add arm64 targets for msi packages?

xianfei commented 2 months ago

In lastest version, it works. electron-wix-msi 5.1.3, light.exe (3.14.1.8722) and candle.exe (3.14.1.8722) legal options for 'arch': 'msil', 'x86', 'x64', 'arm', 'arm64', or 'ia64'.