Powershell to install drivers?
I would like to use powershell or some other script mechanism to install drivers for a particular device (samsung digital presenter). I can do this through the gui by opening device manager, right-clicking the device, selecting update driver software, and then browsing to the location where I have dropped the driver files.
Is it possible to script this out?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
philologist
12 years ago
Often you can get the driver files in an executable or msi file from the vendor. These have standard silent installation methods for scripting.
Comments:
-
Other posts often point here if you do end up having to create your own: http://itninja.com/blog/view/driver-installation-from-an-msi-using-microsoft-difx - philologist 12 years ago
Posted by:
adilrathore
12 years ago