oooorrrrr you can now just add drivers directly to your Windows Deployment (WDS) Server:
Open your WDS MMC, expand the server in question and then expand DRIVERS
Select ADD DRIVER PACKAGE,
Select SELECT ALL DRIVER PACKAGES FROM A FOLDER and browse to a folder that contains your unpacked drivers
Unpacked drivers means that your driver files must be extracted from their .EXE or .MSI or .ZIP file.
If you do not already know how to do this, download, 7-ZIP and start 7ZIP, select your driver package and click the EXTRACT button
In the AVAILABLE DRIVER PACKAGES window just click NEXT
In the DRIVER GROUPS window, make sure you choose, SELECT AN EXISTING DRIVER GROUP.
If you do not select a group your drivers will be in WDS but will NOT be applied to any of your images
In the TASK COMPLETE window you can click MODIFY THE FILTERS FOR THIS GROUP NOW but I would not
If you add a filter, the drivers will only be applied to devices that meet that filter… I want Windows to figure out if it is needed or not.
The default is “…install all packages that match the installed hardware…” which is good with me 🙂
I have confirmed that after these steps are complete, the drivers are sucked into WDS and you original source files can be deleted. However, as far as I know there is no easy way to migrate these drivers to a new server (should you upgrade in the future) so I would keep them around and use a naming convention that makes sense to you (like DELL-VIDEO-LAT6440) so that you can re-add them to a new server in the future.
View Comments