Changes between Version 5 and Version 6 of windows/driver


Ignore:
Timestamp:
Jun 28, 2012, 5:54:57 PM (12 years ago)
Author:
joergs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows/driver

    v5 v6  
    11= Windows Driver Installation =
    22
    3   * http://www.robvanderwoude.com/unattended.php#Devices
    4   * http://www.appdeploy.com/messageboards/tm.asp?m=66246
    5   * http://www.symantec.com/connect/articles/how-package-signed-device-driver-using-wise-package-studio
    6   * {{{HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DevicePath}}}: locations where Windows will look for suitable drivers when attempting a silent device install, see http://msdn.microsoft.com/en-us/library/ff553973%28VS.85%29.aspx
    7   * Driver Install Framework: http://msdn.microsoft.com/en-us/library/ff544838%28v=vs.85%29.aspx
    8   * rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 c:\xxxx.inf
    93
    104== devcon.exe ==
     
    4842devcon.exe update c:\tmp\HECI\HECI.inf "PCI\VEN_8086&DEV_29B4"
    4943}}}
     44
     45
     46== other approaches ==
     47
     48I've read about following other approaches, but failed to use them:
     49
     50  * http://www.robvanderwoude.com/unattended.php#Devices
     51  * http://www.appdeploy.com/messageboards/tm.asp?m=66246
     52  * http://www.symantec.com/connect/articles/how-package-signed-device-driver-using-wise-package-studio
     53  * {{{HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DevicePath}}}: locations where Windows will look for suitable drivers when attempting a silent device install, see http://msdn.microsoft.com/en-us/library/ff553973%28VS.85%29.aspx
     54  * Driver Install Framework: http://msdn.microsoft.com/en-us/library/ff544838%28v=vs.85%29.aspx
     55  * rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 c:\xxxx.inf