cdowgos Posted March 10, 2010 Posted March 10, 2010 attached is my unattend file, no matter what I do, I cant seem to get it to read the path specified for drivers. For instance, our dell E4300 laptops always show up with 2 unknown devices which are the smartcard system and bluetooth if I remember right. If I tell device manager to search C:\Drivers where I have the drivers, it finds and installs them, so I'm thinking theres maybe an issue with the driver path in the xml?another related question is, is there a way that I can get the updated drivers for each item for each pc from windows update and have those somehow update the driver store so we dont have to run win updates everytime we image a pc?
cdowgos Posted March 11, 2010 Author Posted March 11, 2010 (edited) look at my post herefrom what I'm seeing it isnt really much different than what I already have other than putting %systemdrive% instead of C:\ ill change it though, maybe the driver path doesnt like drive letters? times like this i really miss old sysprep if it makes a difference this has no winpe, we just sysprep the machine (doing /generalize /oobe /shutdown /unattend:unattend.xml) let it shut down, then upload it to an imaging server, when I pull the image to a machine it also pulls a driver layer for whatever the model is and dumps the drivers to C:\Drivers Edited March 11, 2010 by cdowgos
maxXPsoft Posted March 11, 2010 Posted March 11, 2010 (edited) did you have it in offlineServicingedit I gave a dell xml here an they have it elsewhereYou know they shut it down and image <settings pass="auditSystem" <component processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" name="Microsoft-Windows-PnpCustomizationsNonWinPE" language="neutral"> <DriverPaths> <PathAndCredentials wcm:keyValue="1"> <Path>c:\Drivers</Path> </PathAndCredentials> </DriverPaths> </component> Edited March 11, 2010 by maxXPsoft
cdowgos Posted March 17, 2010 Author Posted March 17, 2010 did you have it in offlineServicingedit I gave a dell xml here an they have it elsewhereYou know they shut it down and image <settings pass="auditSystem" <component processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" name="Microsoft-Windows-PnpCustomizationsNonWinPE" language="neutral"> <DriverPaths> <PathAndCredentials wcm:keyValue="1"> <Path>c:\Drivers</Path> </PathAndCredentials> </DriverPaths> </component>It is currently in offline servicing, I can switch it to auditsystem, pretty sure I tried that before though. Will that require the sysprep /audit command? or no?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now