How install drivers?
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 07 Feb 2010 23:43:36 +0200
changeset 301 072d4cc9d726
parent 300 a39e5f8bd767
child 302 99a26974a053
How install drivers?
driver-win.rst
--- a/driver-win.rst	Sun Feb 07 13:57:36 2010 +0200
+++ b/driver-win.rst	Sun Feb 07 23:43:36 2010 +0200
@@ -112,3 +112,23 @@
 
   http://msdn.microsoft.com/en-us/library/ms791134.aspx
                 System-Supplied Device Setup Classes
+
+* How install drivers?
+
+Driver Install Frameworks (DIFx) tools allow installing driver under following
+OSes:
+
+  Windows Server 2008 R2
+  Windows 7
+  Windows Server 2008
+  Windows Vista
+  Windows Server 2003
+  Windows XP
+  Windows 2000
+
+It consist from API (from library, DIFxAPI, DIFxApp) and command line tool
+(DPInst) which can be found in WDK and their licence allow redistribution.
+
+  http://www.microsoft.com/whdc/driver/install/DIFxFAQ.mspx
+                Information about Driver Install Frameworks Tools
+