Answered by:
Install driver after OSD

Question
Answers
-
Create an SCCM driver package. You don't need to worry about commands then.
And this can be used to install drivers outside OSD?
si124 was asking if he can "install driver using SCCM after OS is already installed."Torsten Meringer | http://www.mssccmfaq.de
- Marked as answer by Juke ChouMicrosoft contingent staff, Moderator Sunday, September 22, 2013 4:36 PM
-
Hi,
If it is a setup.exe file for instance, you can run it unattended as a package/program. If it is a driver + .inf file you can use PNPutil -i -a newsec.inf to install the new driver. PNPUtil exists on Vista and forward.
Regards,
Jörgen-- My System Center blog ccmexec.com -- Twitter @ccmexec
- Marked as answer by Juke ChouMicrosoft contingent staff, Moderator Sunday, September 22, 2013 4:36 PM
All replies
-
You have to create a custom package or application (depending on the driver). There's no built-in step that could accomplish that.
Torsten Meringer | http://www.mssccmfaq.de
-
-
Create an SCCM driver package. You don't need to worry about commands then.
See here for how to do that.
http://www.gerryhampsoncm.blogspot.ie/2013/02/sccm-2012-sp1-step-by-step-guide-part-9.html
Gerry Hampson | Blog: www.gerryhampsoncm.blogspot.ie | LinkedIn: Gerry Hampson | Twitter: @gerryhampson
- Edited by Gerry HampsonMVP Monday, September 09, 2013 9:34 AM edit
-
All drivers should be installed using .inf file.
What command should I use?
Hi,
Is this posible to install drivers (.inf) into an exisiting machine in normal scenario ?
I think we need to use some tools for this like dpinst.....etc in package
shinu
- Edited by shinub Monday, September 09, 2013 9:35 AM ''
-
Create an SCCM driver package. You don't need to worry about commands then.
And this can be used to install drivers outside OSD?
si124 was asking if he can "install driver using SCCM after OS is already installed."Torsten Meringer | http://www.mssccmfaq.de
- Marked as answer by Juke ChouMicrosoft contingent staff, Moderator Sunday, September 22, 2013 4:36 PM
-
Hi,
If it is a setup.exe file for instance, you can run it unattended as a package/program. If it is a driver + .inf file you can use PNPutil -i -a newsec.inf to install the new driver. PNPUtil exists on Vista and forward.
Regards,
Jörgen-- My System Center blog ccmexec.com -- Twitter @ccmexec
- Marked as answer by Juke ChouMicrosoft contingent staff, Moderator Sunday, September 22, 2013 4:36 PM