I am working on a project at work in which we are briefly trying to use Advanced Installer to convert an .exe application over to .msix or .appx to be used on a Microsoft Hololens 2.
My issue is that when we convert the file to .msix, it is a x64 application when we need it to be ARM64 instead since that's what the Hololens runs. I'm able to switch to ARM64 on .msi or .appv files but not on .msix so far.
Is there any way to do this?
Thanks
FOLLOW US