expand FILE.cab -F:* c:\tmp\dir
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 25 May 2016 22:08:56 +0300
changeset 1965 2ddf10980e8f
parent 1964 2945703c8dbd
child 1966 5f7b046c246e
expand FILE.cab -F:* c:\tmp\dir
windows.rst
--- a/windows.rst	Sun May 22 15:28:34 2016 +0300
+++ b/windows.rst	Wed May 25 22:08:56 2016 +0300
@@ -44,6 +44,12 @@
   VEN_10DE DEV_0247
   VID_22B8 PID_2A62
 
+After obtaining ``.cab`` file for driver unpack files::
+
+  cmd> expand FILE.cab -F:* c:\tmp\dir
+
+and use that directory in "Update driver" dialog.
+
 Also you can find updates on:
 
   http://www.microsoft.com/downloads/ru-ru/default.aspx
@@ -54,6 +60,12 @@
 
   cmd> wmic qfe
 
+http://catalog.update.microsoft.com/v7/site/faqgeneric.aspx
+  Microsoft Update Catalog FAQ
+https://support.microsoft.com/en-us/kb/323166
+  How to download updates that include drivers and hotfixes from the Windows
+  Update Catalog.
+
 Check system files integrity.
 =============================
 ::