You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I booted to Windows and used burn.exe from WiX toolset to decompile the MSI file. What it creates from it is a source WXS file and a single DLL binary containing custom actions for the installer. The custom actions that it provides are:
RegisterKeyboard (entrypoint CA01)
UnregisterKeyboard (entrypoint CA02)
AddKeyboardToLangBar (entrypoint CA03)
RemoveKeyboardFromLangBar (entrypoint CA04)
So the only thing that currently prevents us from having a completely open-source MSI version of that MSKLC-generated installer is this DLL.
With this extension at hand, proper per-platform (and maybe even cross-platform, if MSI allows that) MSI files could be generated.
The text was updated successfully, but these errors were encountered:
Tracking rimas-kudelis/windows-keyboard-layouts#1 (comment):
The text was updated successfully, but these errors were encountered: