Adding drivers to Windows 7 image with DISM

I'm trying to add Intel chipset drivers to a Windows 7 image (.wim file). I was able to add some Broadcom network drivers without any problems, but when I try to add the chipset drivers, I get this error:
"Error - An error occurred. The driver package could not be installed. For more information, check for log files in the <windir>\inf folder of the target image."
Here's an excerpt from the log file:
>>> [Import Driver Package - c:\drivers\Chipset\tcrkusb.inf]
>>> Section start 2011/05/06 14:04:54.454
os: Version = 6.1.7601, Service Pack = 1.0, Suite = 0x0100, ProductType = 1, Architecture = x86
cmd: C:\Users\b2pra\AppData\Local\Temp\56E388AA-F02D-4187-BB45-50C56E7C41D4\dismhost.exe {11D7C1E2-233E-4FF8-A893-3559C2D292E3}
sto: Importing driver package into Driver Store:
sto: Driver Store = C:\winimg\Windows\System32\DriverStore (Offline | 6.1.7601)
sto: Driver Package = c:\drivers\Chipset\tcrkusb.inf
sto: Architecture = x86
sto: Locale Name = neutral
sto: Flags = 0x00000000
inf: Opened INF: 'c:\drivers\Chipset\tcrkusb.inf' ([strings])
inf: Opened INF: 'C:\winimg\Windows\System32\DriverStore\FileRepository\usbport.inf_x86_neutral_f9abf85fd00186bd\usbport.inf' ([strings.0409])
inf: Opened INF: 'c:\drivers\Chipset\tcrkusb.inf' ([strings])
sto: Importing driver package files:
sto: Source Path = c:\drivers\Chipset
sto: Destination Path = C:\winimg\Windows\System32\DriverStore\FileRepository\tcrkusb.inf_x86_neutral_7736aa821aa7f9cc
flq: {FILE_QUEUE_COPY}
flq: CopyStyle - 0x00000000
flq: SourceRootPath - 'c:\drivers\Chipset'
flq: SourceFilename - 'tcrkusb.cat'
flq: TargetDirectory- 'C:\winimg\Windows\System32\DriverStore\FileRepository\tcrkusb.inf_x86_neutral_7736aa821aa7f9cc'
flq: {FILE_QUEUE_COPY exit(0x00000000)}
flq: {FILE_QUEUE_COPY}
flq: CopyStyle - 0x00000000
flq: SourceRootPath - 'c:\drivers\Chipset'
flq: SourceFilename - 'tcrkusb.inf'
flq: TargetDirectory- 'C:\winimg\Windows\System32\DriverStore\FileRepository\tcrkusb.inf_x86_neutral_7736aa821aa7f9cc'
flq: {FILE_QUEUE_COPY exit(0x00000000)}
flq: {_commit_file_queue}
flq: CommitQ DelNodes=0 RenNodes=0 CopyNodes=2
flq: {_commit_copy_subqueue}
flq: subqueue count=2
flq: source media:
flq: SourcePath - [c:\drivers\Chipset]
flq: SourceFile - [tcrkusb.cat]
flq: Flags - 0x00000000
flq: {_commit_copyfile}
flq: CopyFile: 'c:\drivers\Chipset\tcrkusb.cat'
flq: to: 'C:\winimg\Windows\System32\DriverStore\FileRepository\tcrkusb.inf_x86_neutral_7736aa821aa7f9cc\SET7554.tmp'
!!! flq: CopyFile: FAILED!
!!! flq: Error 5: Access is denied.
!!! flq: Error installing file (0x00000005)
!!! flq: Error 5: Access is denied.
! flq: SourceFile - 'c:\drivers\Chipset\tcrkusb.cat'
flq: TempFile - 'C:\winimg\Windows\System32\DriverStore\FileRepository\tcrkusb.inf_x86_neutral_7736aa821aa7f9cc\SET7554.tmp'
! flq: TargetFile - 'C:\winimg\Windows\System32\DriverStore\FileRepository\tcrkusb.inf_x86_neutral_7736aa821aa7f9cc\tcrkusb.cat'
flq: {SPFQNOTIFY_COPYERROR}
!!! sto: Failed to copy file 'c:\drivers\Chipset\tcrkusb.cat' to 'C:\winimg\Windows\System32\DriverStore\FileRepository\tcrkusb.inf_x86_neutral_7736aa821aa7f9cc\tcrkusb.cat'. Error = 0x00000005
sto: File 'c:\drivers\Chipset\tcrkusb.cat' is not in use by any processes.
flq: {SPFQNOTIFY_COPYERROR - returned 0x00000000}
!!! flq: SPFQNOTIFY_COPYERROR: returned SPFQOPERATION_ABORT.
!!! flq: Error 2: The system cannot find the file specified.
flq: {_commit_copyfile exit(0x00000002)}
flq: {_commit_copy_subqueue exit(0x00000002)}
!!! flq: FileQueueCommit aborting!
!!! flq: Error 2: The system cannot find the file specified.
flq: {_commit_file_queue exit(0x00000002)}
!!! sto: Failed to copy driver package to 'C:\winimg\Windows\System32\DriverStore\FileRepository\tcrkusb.inf_x86_neutral_7736aa821aa7f9cc'. Error = 0x00000005
!!! sto: Failed to import driver package into Driver Store. Error = 0x00000005
<<< Section end 2011/05/06 14:04:55.140
<<< [Exit status: FAILURE(0x00000005)]
Am I doing something wrong? Thanks!

Hi,
Did these drivers support to Windows 7? Could you please point where did you download the chipset drivers? I will make a test to add on my WIM to check if the drivers
have problem.
Furthermore,
check if you really need these drivers for your computer:
http://www.intel.com.../support/detect
Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does
not guarantee the accuracy of this information.
And there’s the steps about
How to add Chipsets drivers inside the image install.wim:
1) Expand the file ***.zip
2) You will see the files for Windows 7 inside the folder ***\WIN7
3) Copy/paste all the files (.inf and .cat files) inside a folder (example: C:\Drivers\Chipsets)
4) Mount the image you want to integrate the drivers (example above).
5) Integrate drivers with the command line
6) Unmount /Commit
Hope that helps.
Regards,
Leo  
Huang
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • Integrate apps into image with DISM

    Does DISM have ability to integrate apps into Windows 7 image? In the most cases I have seen DISM used for integrating updates and drivers into os image but very rarely for integrating apps. Only allowed file extension is, if I am right, .msp so .exe and
    .msi are out of question. One more thing - do I have to care about switches for silent apps installation (in MDT 2012 if app has silent switches then the rest of the job is more or less easy)? If so how to pass these switches to non .exe or .msi app package.
    After reading many books and forums it seems that the most efficient way of deploying images with integrated apps is by having a reference computer with all apps installed, syspreping that computer, capturing image of it with DISM and deploying captured
    image to target computers. If I understood well, every partition can be captured including a 100 MB System Reserved partition, not only partition with os which is very good.

    Practically this means apps packaged in .exe or .msi are always installed via postosinstallation task - i did that via MDT 2012 for many apps like adobe reader, .net framework, java, silverlight, ms office, symantec endpoint protection, 7zip . . . Speaking
    of System Partition, will it be automatically created when deploying captured image to target computer and what about Windows/Office activation - those keys will be "removed" during sysprep of reference computer - I use MAK activation for Windows 7 and KMS
    for Office?
    We have HP 6000, 6200 and 6300 pro sff models at our disposal - since the first two have 2 GB of RAM I am installing x86 flavour of Windows 7 Pro with SP1 on them. On the latter one I am installing Windows 7 Pro with SP1 x64 (it has 4 Gigs of RAM). Depending
    on who I am preparing computer for, there is two variants - one with MS Office and the other with Open Office. So I should have at least 6 images. Luckily HP 6300 pro sff has recovery disks thus giving me ability to do factory reset - that is ok but that image
    dates back to 2012 so there are bunch of Windows Updates waiting to be install after factory reset has been done.

  • How to change screen refresh rate in windows 7sp1 and windows 8.1 iso image using dism

    sir when i install windows 7sp1 and windows 8.1 then after the completion of setup when first time windows boots up then task bar is not shown and display is not clear and when i check under monitor settings the screen refresh rate is 60 Hertz and when i
    set the screen refresh rate from 60 Hertz to 75 Hertz, then everything is OK, plz tell me why this happens?
    why windows 7 sp1 and windows 8.1 automatically sets the screen refresh rate to 60Hertz instead of 75Hertz.
    how can i set screen refresh rate 75 Hertz permanently in iso image using DISM ?

    That is not a function of DISM. Resolution and refresh rate capabilities can be determined by multiple causes. Drivers are one, another is that most modern displays will report their capabilities to Windows.
    You can specify display settings with an answer file however:
    <Display>
    <HorizontalResolution>640</HorizontalResolution>
    <VerticalResolution>480</VerticalResolution>
    <ColorDepth>16</ColorDepth>
    <RefreshRate>60</RefreshRate>
    </Display>
    http://technet.microsoft.com/en-us/library/ff716344.aspx

  • Image deployment Stuck at Applying Unattend.xml with DISM.EXE

    Hello All, 
    I've integrated around 90 Patches into MDT Image of windows Server 2012. so far, only Image and Packages are in Media contents.
    When I am deploying Image on a VM- then it is working fine till applying Operating system Image upto (100%)...and gets stuck at Applying Unattend.xml with DISM.exe which is very next step, see screenshot below.
    This process is going on for a longer time and after this I am getting below Error and Image is not getting deployed ...
    Please advise!!!
    Please....

    In the task sequence folder ([deploymentsharename] -> Control -> [task
    id]) do you see an unattend.xml file there?

  • MDT : creating windows 7x64 images with required applications and deploying it

    Hi,
    We have to create windows 7 x64 and windows 8 images with all the custom applications and which can also be used on all the hardwares. I heard MDT can be used. How can I do this and what are the pre-requisites for installion and steps for configuring MDT
    tool ?
    do we need ADK for installing MDT ? I tried installing ADK ,but it says you need have ADK documentation_x86_en_us.msi.
    Thanks.

    For drivers, I have always used the .inf files.
    For applications, it depends upon how you want to deploy them.  Lots of people build their 'gold' image to contain all the applications they want installed, and then use that as a basis for deployment.  Others build special scripts in to select
    specific applications based on security groups.
    The thing about MDT is that it is very flexible and can be adapted to a lot of different situations.  You first need to define exactly how you plan to use it and then build your image(s) accordingly.
    The guides you can find online will assist you in the specific steps for the solution option you chose.  There is not a single, simple answer to cover all cases.
    .:|:.:|:. tim

  • Hi. I have set up the trial versions of Photoshop CC 2014 and Lightroom 5.6 (ie the Photography plan) on a desktop that I have added a new drive to with Windows 7. Everything works fine BUT it is an old computer and I'm thinking that it may pack up unexpe

    Hi. I have set up the trial versions of Photoshop CC 2014 and Lightroom 5.6 (ie the Photography plan) on a desktop that I have added a new drive to with Windows 7. Everything works fine BUT it is an old computer and I'm thinking that it may pack up unexpectedly. These things happen. I want to sign up for the Photography plan but I also have a Windows Vista laptop, and that is old too so I may want to put the apps on a new desktop and a new laptop, having already installed on my desktop. That makes three activations. Am I allowed to do this? Cheers. Paul

    You cannot have three activations. It's simply not technically possible. If and when the time comes, you simply deactivate/ sign out on one of the old systems and install on the new one. If the system goes belly up, you contact support to reset your account. No need to make it more complicated than that and overthink it.
    Mylenium

  • TS3648 great, but my MBA did not come with an installion disc, only a tiny jump drive that is not recognized by windows; and I can't get the contents of that burned to a DVD either. So how the heck do I get the drivers into Windows 7? My MBA has bootcamp

    great, but my MBA did not come with an installion disc, only a tiny jump drive that is not recognized by windows; and I can't get the contents of that burned to a DVD either. So how the heck do I get the drivers into Windows 7? My MBA has bootcamp 3.0.4.

    Here's what I get:
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
    inet 127.0.0.1 netmask 0xff000000
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
    gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
    stf0: flags=0 mtu 1280
    en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    ether 00:11:24:7d:e7:1e
    media: autoselect (none) status: inactive
    supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback>
    en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    inet6 fe80::211:24ff:fe28:2e71%en1 prefixlen 64 scopeid 0x5
    inet 169.254.115.141 netmask 0xffff0000 broadcast 169.254.255.255
    ether 00:11:24:28:2e:71
    media: autoselect status: active
    supported media: autoselect
    fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 2030
    lladdr 00:11:24:ff:fe:7d:e7:1e
    media: autoselect <full-duplex> status: inactive
    supported media: autoselect <full-duplex>

  • I have a 2009 macbook pro with os x10.9.2 and can't find drivers for windows

    i have a 2009 macbook pro with os x10.9.2 and can't find drivers for windows. i trying to install windows using bootcamp but does not allows me to download the drivers..

    From the system requirements page: http://support.apple.com/kb/HT5634 for your computer
    MacBook Pro
    (13-inch, Mid 2009)
    4
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (15-inch, 2.53 GHz, Mid 2009)
    4
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (15-inch, Mid 2009)
    4
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (17-inch, Mid 2009)
    4
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (17-inch, Early 2009)
    4
    4
    DVD
    DVD
    DVD
    The drivers are located on the OS DVD that came with your computer.

  • Fieldpoint Hardware Drivers that are compatible with LV 8.5 and Windows Vista

    I trying to develop in LabVIEW for some Fieldpoint hardware. I was going to download the hardware drivers from NI, but only see drivers that are compatible with Windows XP and LV 8.2
    Or, am I just misinterpreting this?
    Also, are there any potential conflicts with me developing on Vista, if my end-user, is uding another OS?
    Daddy-O
    One should welcome adversity as an opportunity to excel.

    Hi Daddy-O,
    Thank you for contacting National Instruments.  This is a little misleading, and unfortunately the driver you are looking for is currently not directly searchable.  In order to use your FieldPoint hardware with LabVIEW 8.5 and Windows Vista, you will need the FieldPoint 6.0 driver.  This can be found within the disk that is distributed with new FieldPoint hardware, and any Device Drivers CD from August 2007 forward.  Unfortunately, a standalone installer is not available for this driver, and if you do not have a hard copy of the Device Drivers, you can download this here.  From this installer, you should be able to select FieldPoint 6.0 and install this software.
    I hope this helps!  Let me know if there is anything else I can clarify.  Have a great day!
    Jason W.
    National Instruments
    Applications Engineer

  • I've installed windows 7 with the help of bootcamp on my macbook pro 2011. Please help me how to install mac drivers for windows7 64 bit???

    I've installed windows 7 with the help of bootcamp on my macbook pro 2011.
    Please help me how to install mac drivers for windows7 64 bit???

    You either download drivers from within Boot Camp Assistant and save to USB FAT disk, or you insert and use 10.6.x OS X DVD when in Windows and install and run the SETUP from there.
    General Help:
    Boot Camp 4.0, OS X Lion: Frequently asked question
    http://support.apple.com/kb/HT4818
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.7.pdf
    create a Windows support software (drivers) CD or USB storage media
    http://support.apple.com/kb/HT4407
    Installation Guide   Instructions for all features and settings.
    Boot Camp 4.0 FAQ   Get answers to commonly asked Boot Camp questions.
    Windows 7 FAQ   Answers to commonly asked Windows 7 questions.
    - support articles and tips, how to.
    http://www.apple.com/support/bootcamp/
    Macs that work with 64-bit editions of Microsoft Windows Vista and Windows 7
    http://support.apple.com/kb/HT1846
    Step 4: Install the Boot Camp Drivers for Windows
    After installing Windows, install Mac-specific drivers and other software for Windows using your Mac OS X installation disc.  The Mac OS X disc installs drivers to support Mac components, including AirPort,built-in iSight camera, the Apple Remote, the trackpad on a portable Mac, and thefunction keys on an Apple keyboard. 
    The Mac OS X disc also installs the Boot Camp control panel for Windows and theApple Boot Camp system tray item.
    To install the Boot Camp drivers:
    1 Eject the Windows installation disc.
    2 Insert the Mac OS X disc.  If the installer doesn’t start automatically, browse the disc using Windows Explorerand double-click the setup.exe file in the Boot Camp directory.
    3 Follow the onscreen instructions.
    If a message appears that says the software you’re installing has not passed Windows  Logo testing, click Continue Anyway.
    Windows that appear only briefly during the installation don’t require your input.
    If nothing appears to be happening, there may be a hidden window that you mustrespond to. Check the taskbar and look behind open windows.
    Important: Do not click the Cancel button in any of the installer dialogs.
    4 After your computer restarts, follow the instructions in the Found New Hardware  Wizard to update your software drivers (Windows XP only).
    5 Follow the instructions for any other wizards that appear.
    6 Check for updated Boot Camp drivers by using Apple Software Update or going to www.apple.com/support/bootcamp.
      If You Have Problems Installing the Device Drivers 
    If it appears that the Boot Camp drivers weren’t successfully installed, try repairing them.
    To repair Boot Camp drivers:
    1 Start up your computer in Windows.
    2 Insert your Mac OS X installation disc.
    3 If the installer doesn’t start automatically, browse the disc using Windows Explorerand double-click the setup.exe file in the Boot Camp directory.
    4 Click Repair and follow the onscreen instructions.
    If a message appears that says the software you’re installing has not passed Windows  Logo testing, click Continue Anyway. 
    If you need to reinstall specific drivers, you can install one driver at a time. For example,if your built-in iSight camera isn’t working, you can reinstall just the iSight driver.
    Individual drivers are in the Drivers folder on the Mac OS X installation disc.

  • I have an iMac with mountain lion 10.8.3 with boot camp 5.0.2 .i installed windows 7 -64 bit with boot camp but the boot camp didn't install drivers for windows please guide me for trouble shooting .

    i have an iMac with mountain lion 10.8.3 with boot camp 5.0.2 .i installed windows 7 -64 bit with boot camp but the boot camp didn't install drivers for windows please guide me for trouble shooting .

    Kappy wrote:
    Boot Camp doesn't install the drivers. You have the drivers on a separate USB device if you followed directions. Once in Windows connect the USB drive with the driver software. It should startup automatically and install the drivers.
    You don't even need to do that. As downloading the drivers from within Boot Camp Assistant can be unreliable, it is better to get the package directly from here:
    http://support.apple.com/kb/DL1638
    Copy the .zip file to a USB flash drive or burn it to a DVD in OS X. Install Windows as normal, insert the flash drive/DVD in Windows, copy the .zip file to the hard drive, extract it, then run the setup executable.

  • Image engineering of windows xp with WADK 8.1 and deployed with MDT

    Hello,
    We know that image engineering of Windows XP with WADK 8.1 is not compatible then even if there is any ways to achieve this anyway....(by refresh scenario or any enabling setting).
    Thanks
    Richa KM

    No you need the older version MDT 2012 Update 1 with ADK 8.0 to deploy XP

  • Qosmio X300-130: Problems with some drivers in windows 7 64 bit.

    I have installed normally in my laptop windows 7 64 bit version. Before I continue with my main problems I am in the forum for answers and I found this [post |http://forums.computers.toshiba-europe.com/forums/thread.jspa?messageID=232906&#232906] . How can I see if have a 32 or a 64 bit BIOS? If I have a 32 how can I make it a 64?
    And now my problems:
    1. I have installed a 64 bit sound drive for windows 7 of Realtek the version 6.0.1.6392 and it only recognizes the 2 speakers above the keyboard. How can I fix this?
    2. My media controller manager is not responding with the drivers for windows 7 64 bit. Should I have the bluetooth on? I tried with media player and VLC and it wasn't responding. How can I fix this?

    >How can I see if have a 32 or a 64 bit BIOS? If I have a 32 how can I make it a 64?
    Start the notebook and press F2. Then you should be able to access the BIOS.
    There you should see the version number. Furthermore you can download the latest BIOS from the Toshiba European driver page.
    >1. I have installed a 64 bit sound drive for windows 7 of Realtek the version 6.0.1.6392 and it only recognizes the 2 speakers above the keyboard. How can I fix this?
    The notebook supports the speakers: main x2 + tweeter x2 + woofer harman/kardon
    All speakers are controlled by sound chip. So you need to install just the Realtek sound driver.
    Further settings can be found in control panel Realtek HD audio manger.

  • ZCM 11.2 Beta Windows 7 with Office 2010 imageing

    Hi we are testing the ZCM 11.2 for imaging Windows 7 Clients.
    Now we have a nice Bug with the new Image.
    Fresh installation Win7 incl. Office 2010 syspreped --> imaged with zcm11.1 everything is normal (of cause image up/download is slow). Imaged with zcm11.2, the hole Office 2010 installation is dead, no Outlook Profile, starting Excel it will reinstall VB for Access, word will reconfig him self....(3rd party imaging tools work also fine). An Office repair fix it, but its not an solution.

    Hi Shaun,
    One of my customers experienced the same thing, and when I looked at the image, all the 8.3 folder names have been removed by the imaging engine either during the image capture or during the image restore. Obviously, the issue with this that most applications relying on the PATH variable do not run correctly or do not run at all, as the PATH is full of 8.3 path names, but they cannot be resolved by the OS as they do not exists after the image restore (including the ZCM Agent commands such as zac).
    Would you be so kind to put this onto the list of bugs please, as I don't know how to.
    The conference calls for ZCM are at 4:30am NZ time and this is too early to attend and anyway they are not the right place to raise individual issues.
    Kind regards,
    Ljubisa Pavic
    NETSYS Limited

  • Windows 7 Imaging with ZCM Agent installed

    Has anyone successfully made a Windows 7 image with the ZCM agent already installed on the base image?
    I am trying to get the unattended setup to login once to but the workstation prompts for the ZCM login information?
    Any suggestions?

    Yes
    You have to disable the zcm logon prompt, then run a reghack to enable zcm logon as your last step after the first auto logon.

Maybe you are looking for

  • Custom Report - Open Order

    Dear All, We are in a Process to Develop certain Z-Reports. One of the Z-Reports is Open Order Status, which includes following informations: Sales Office--Customer Code-Sales Order No.--Item No.Material Description-Booking Qty--Delivered QtyOpen Qty

  • Performance degradation with -g compiler option

    Hello Our mearurement of simple program compiled with and without -g option shows big performance difference. Machine: SunOS xxxxx 5.10 Generic_137137-09 sun4u sparc SUNW,Sun-Fire-V250 Compiler: CC: Sun C++ 5.9 SunOS_sparc Patch 124863-08 2008/10/16

  • Business Area postings in Tax line items

    Hi Experts, As we know that Business Area is not updated in the tax line items, In one our company code we have done BA adjustment through F.5D and F.5E in 2007, after that there are thousands of line items in the system without business areas, now m

  • Customer Statement using SAP Script and Standard print program RFKORD10

    Using sap script and standard print program RFKORD10 I need to create a customer statement where the main window will be as follows Invoice #     InvoiceDate  CustomerPO  Debit Amt  Credit Amt  Total     6        7           8               9        

  • ERROR when taking an export using EXPDP

    Hi There, I am receiving the following error when perform the scheduled nightly backup. The strange thing is the production instance has the same setup and it is not having this problem. The following parameters (memory_target, memory_max_target and