Installation script for interception and intercept.exe #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tl;dr: This PR adds some scripts that makes the tedious process of installing interception and intercept.exe much easier.
I've now completed the first draft to the script(s) discussed in issue #26.
Please say if something should be changed (like the way i write things) and I'll make sure to look at it :D. We should maybe also update the documentation, since this PR doesn't cover that.
As I discussed in the issue It was inpractical to have everything in one script, since interception requires a restart after installation anyways. Because of that i setteled on two scripts: 'Installation.bat' and 'keymap.bat'.
Installation.bat
This file downloads, extracts, and installs all the required programs for you. It automaticly tried to ask for administrator permissions, so that the user don't need to fiqure out how to open an elevated cmd.
keymap.bat
After the installation is complete the user can use this file to automaticly generate a new keyremap.ini file that works with their keyboard. I've just copyied tarans full keyboard remap, but we could off cause change this template later if that's what we want.