Fixed Issue 387. The new implementation does not try to start a ring 0 driver that already exists, but could not be opened. It tries to delete the driver and install it new. The driver is now stored temporarily in the application folder. The driver is not correctly removed on system shutdown.

This commit is contained in:
Michael Möller
2012-09-23 18:37:43 +00:00
parent 5a8544454e
commit c2f1a51725
4 changed files with 24 additions and 23 deletions

View File

@@ -10,5 +10,5 @@
using System.Reflection;
[assembly: AssemblyVersion("0.5.1.2")]
[assembly: AssemblyInformationalVersion("0.5.1.2 Alpha")]
[assembly: AssemblyVersion("0.5.1.4")]
[assembly: AssemblyInformationalVersion("0.5.1.4 Alpha")]