<html><p>Hello everyone,</p><p>does jpackage support building native ARM64 MSI packages? Building an jpackage MSI on Windows ARM64, the resulting package contains x64 DLLs.<br><br>I looked further into the JDK code and apparently, the wix Command builder (WixPipeline.java) only supports x86 or x64 (see <a href="https://github.com/openjdk/jdk/blob/a84946dde4283fd423ef00ce3176bbe1985d7046/src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WixPipeline.java#L211).">https://github.com/openjdk/jdk/blob/a84946dde4283fd423ef00ce3176bbe1985d7046/src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WixPipeline.java#L211).</a><br>According to the wix docs, aarch64 is supported since version 4.0: https://docs.firegiant.com/wix/tools/wixexe/#build<br><br>I already created a patched JDK locally, but maybe this can be a contribution/enhancement for the JDK in general.<br><br>Best regards,</p><p>Armin Schrenk<br> </p></html>