Bug 1630860 Comment 89 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This is the attached .zip file.

Please note that I have already built `mouselogger.exe` for you. If the idea of running a privileged executable compiled on someone else's computer makes you nervous, I have included the source code and a build script so you can build it yourself.

If you want to do that, you need to have Visual Studio 2017 or higher installed. You can get the free community edition from [this website](https://visualstudio.microsoft.com/vs/community/)

Once Visual Studio is installed, simply run the "build.cmd" file included in the .zip to re-compile all binaries.

If you are not comfortable with either of these 2 options (Using the one I compiled for you or compiling it yourself), I can arrange for a Mozilla CI build machine to build it for you. :)

As always, thanks for the help!
This is the attached .zip file.

Please note that I have already built `mouselogger.exe` for you. If the idea of running a privileged executable compiled on someone else's computer makes you nervous, I have included the source code and a build script so you can build it yourself.

If you want to do that, you need to have Visual Studio 2017 or higher installed with the "Desktop C++ Development" workload. You can get the free community edition from [this website](https://visualstudio.microsoft.com/vs/community/) 

Once Visual Studio is installed, simply run the "build.cmd" file included in the .zip to re-compile all binaries.

If you are not comfortable with either of these 2 options (Using the one I compiled for you or compiling it yourself), I can arrange for a Mozilla CI build machine to build it for you. :)

As always, thanks for the help!

Back to Bug 1630860 Comment 89