AnimaliX Posted September 24, 2008 Posted September 24, 2008 (edited) this is critical part from my Autounattend.xml ... windows installed correct but drivers arent on system drive<Path> is path into folder with inf, sys, cat files directly on DVD <settings pass="auditSystem"> <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DriverPaths> <PathAndCredentials wcm:action="add" wcm:keyValue="Network"> <Path>\\drivers\network</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="Printer"> <Path>\\drivers\printer</Path> </PathAndCredentials> </DriverPaths> </component> </settings> Edited September 24, 2008 by AnimaliX
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now