summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuri Benditovich <yuri.benditovich@daynix.com>2017-04-02 20:07:40 +0300
committerDmitry Fleytman <dfleytma@redhat.com>2017-04-03 11:19:10 +0300
commit6863d52c3f0ad3fd3305ca60185961df575e0689 (patch)
treeda0dee51cdb40011912d799bdfc4168f98faabdd /README.md
parent6da5b27ca6093e226e352551f5c7716702be18ad (diff)
README: Added notice about Windows 7 and required KB update
https://technet.microsoft.com/en-us/library/security/3033929 required on Windows 7, otherwise UsbDk driver's signature is not recognized properly and OS fails to load driver. Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com> Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5146d05..7e78575 100644
--- a/README.md
+++ b/README.md
@@ -33,3 +33,10 @@ desired configuration.
Use UsbDkController.exe to install/uninstall and verify basic operation.
Run UsbDkController.exe without parameters for command line options.
+
+## Known issues
+
+* Installation on 64-bit versions of Windows 7 fails if security update
+ [3033929](https://technet.microsoft.com/en-us/library/security/3033929)
+ is not installed. Reason: UsbDk driver is signed by SHA-256 certificate. Without this update
+ Windows 7 does not recognize the signature properly and fails to load the driver.