SCCM 2007 SP1 and Windows XP/Server 2003 Mass Storage Drivers
One of the features in SCCM to facilitate deployment of Windows XP and Windows Server 2003 is the ability to inject mass storage controller drivers offline. Traditionally mass storage drivers had to be included in the image (present when Sysprep is run) for these operating systems.To do this in SCCM, for each computer model to be supported for XP or Server 2003, you must do the following:
* Import all device drivers for the model.
* Create a driver package for the model from the imported drivers.
* Add an Apply Driver Package step to the deployment task sequence for each driver package, filtered by the model (typically WMI make and model).
* If the driver package contains a mass storage controller driver, check the "Select the mass storage driver..." box and then select the driver and model for the controller.
(continue at source)








