forked from umanovskis/win-kbd-usint-nodead
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Right now, this repo is not very useful for normal users: An installer is needed.
Since I did not find a way to easily use the command line utilities provided by MSKLC to build the installer that pops up when using Project -> "Build DLL and Setup Package" via GUI:
Let's build a simple PowerShell script has a smaller footprint, I think that it is "good enough" to build a PowerShell-base installer that is self-contained (i.e. includes all DLLs in various architectures) and extracts these to a file from Base-64 which is then installed to the %SystemRoot%\System32 folder (at least on x64 systems).
The installer is currently drafted as installer-wip.
Reactions are currently unavailable