Jump to content

Add mass storage driver


hurrij

Recommended Posts

Hi

How can i add mass storage driver to an exsiting .wim image?

I know the metod to add mass storage driver in syspre.inf, before you sysprep the machine.

But i need a method to do it, when you have captured the image, and you want to update you mass storage driver?

If it is possible?

/Kristian

Link to comment
Share on other sites


Installing drivers to offline Windows Vista image:

1. Collect the drivers you wish to install and save them to a folder based on the device they are designed for.

C:\drivers\LAN C:\drivers\MSD etc.

2. Extract the drivers from their compressed packages; this process will vary depending upon the method used by the manufacturer. Place each driver in its own sub-folder under its device type folder c:\drivers\net, c:\drivers\msd, etc.

c:\drivers\net\intel100 c:\drivers\net\broadcom100 c:\drivers\MSD\intel c:\drivers\MSD\AMD etc.

3. Run the following command for each folder, where <source path> is the directory containing the driver INF file, and <destination path> (i.e. c:\winpe_x86\mount) is the path to you mounted Windows PE image: peimg /inf:<source path>\*.inf <destination path>\windows

If you are referring to n XP WIM image you really can't.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...