Completely Unattended with Custom WIM Question


  1. Posts : 3
    Windows 7 Ultimate x64
       #1

    Completely Unattended with Custom WIM Question


    I made an imagex of 7 Enterprise, did an unattended XML, oobe, and generalized it. When I boot the system that was imaged, it goes straight to through as expected.

    However, when I installed the custom install.wim version (I took the original DVD and replaced the install.wim with my imagex version), multiple drivers were missing. I could have sworn that I used the same media base to do an installation on this hardware before. Since I will be deploying to multiple new (various hardware) workstations, is there a way to add a large driver package to the installation media? I'm not asking about specific drivers for specific systems. I would like to add a large driver package that will cover most of the hardware that I bump into. Dual-layer media will be used, so size isn't a problem.
      My Computer


  2. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #2

    mount the wim file using DISM command. Now add drivers , then save the wim

    Code:
     
    Dism /Get-WimInfo /WimFile:D:\install.wim
    ---- now you know what index to use!
    Dism /Mount-Wim /WimFile:D:\install.wim /index:1 /MountDir:C:\mountpointWIM
    Dism /image:C:\mountpointWIM /Add-Driver /driver:C:\root_drivers /recurse
    Dism /Unmount-Wim /MountDir:C:\mountpointWIM /commit
    D:\install.wim = location of WIM file to patch
    C:\mountpointWIM = extract location
    C:\root_drivers = location of extra drivers. Put them in subfolders below that folder

    use the right index(es)
      My Computer


  3. Posts : 3
    Windows 7 Ultimate x64
    Thread Starter
       #3

    So are you saying that I will have to find individual driver sets for the hardware? I can't take advantage of all the drivers that are usually already available in Windows 7?
      My Computer


  4. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #4

    yaemish said:
    So are you saying that I will have to find individual driver sets for the hardware? I can't take advantage of all the drivers that are usually already available in Windows 7?
    of course you can! But they are already in install.wim if you used the install.wim from install DVD as a base
      My Computer


  5. Posts : 3
    Windows 7 Ultimate x64
    Thread Starter
       #5

    The image was installed via install.wim, then I customized it and did a sysprep. After I used imagex to make a new install.wim and I replaced the original one. So that is what you mean by "using it as a base"?

    If so, then I must have got my installation media mixed up. I didn't have to manually install the drivers when I first set the system up.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:38.
Find Us