How to make an MSIX (or standalone executable) for a Windows keyboard layout
Hi,
I've been trying to make an MSIX which would install a keyboard layout on Windows. I have a folder exported from MSKLC which contains a few dlls, 3 msi files (ia64, i386 and amd64) and a setup (exe) file. Running the exe or any of the 3 msi's installs the keyboard just fine. I'd like to upload the keyboard layout to the Microsoft store - which requires an MSIX or standalone exe/msi file.
I've already tried apps like MSIX packaging tool and Advanced Installer - but the MSIX files they provide don't work (my guess is that they are unable to capture system actions for adding keyboard layouts): saying they've installed the keyboard successfully without it being added to input languages.
Are there any other ways to combine the files into an MSIX, or to create a standalone exe/msi which includes the required dlls in it? Thanks