-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
On a fresh Windows 10 install, trying to run xmouse-controls shows this:
It is possible to build the utility in such a way that Windows is willing to use .net-4.0 to run it: https://stackoverflow.com/a/20865375 . Since this is a simple utility, it would be nice if it listed both SKUs so that it would just work out of the box everywhere without requiring installation of .net-3.5.
I tested the app.config method and it works as long as you have the .config file next to the executable. I will make a PR soon and may investigate if I can do this with the embedded manifest somehow instead of only in the external .config file.
joelpurra
