Jump to content

Recommended Posts

Posted

Hi XC*LUSiVE

Nice to read this thread because I have just met the absolutely same problem with mass storage driver pack and autounnatend.xml :g: Unfortunately from your posts in this thread is not clear if you finally find some successful solution or not. Does such successful solution exist?

Thank you

  • 2 weeks later...
Posted

I can't find any solution but I used a different method to use MassStorage driver pack:

I copied them to "sources/$OEM$/$$/Inf/D". It seems that It works.

Posted

You can also add inside your Autounattend.xml file in: <settings pass="windowsPE">


<component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="x86" 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="1">
<Path>$WinPEDriver$</Path>
</PathAndCredentials>
</DriverPaths>
</component>

The drivers (inf files) must be compatible with Windows 7, otherwise there will be mistakes and some drivers will not install!

More infos:

http://www.msfn.org/board/topic/152813-how-to-create-an-oem-folder/

Cheers

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...