Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiX Extension #2

Open
rollingmoai opened this issue Jun 26, 2022 · 0 comments
Open

WiX Extension #2

rollingmoai opened this issue Jun 26, 2022 · 0 comments

Comments

@rollingmoai
Copy link

Tracking rimas-kudelis/windows-keyboard-layouts#1 (comment):

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:

  1. RegisterKeyboard (entrypoint CA01)
  2. UnregisterKeyboard (entrypoint CA02)
  3. AddKeyboardToLangBar (entrypoint CA03)
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant