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 |
| 44 | |
| 45 | |
| 46 | == other approaches == |
| 47 | |
| 48 | I'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 |