Jump to content

Integrate KB977074 with DISM fail


Recommended Posts

Hi.

I`m new and sorry for by poor English :) I have two problems.

1.)

Yesterday I tried integrate 'aka KB patch' for Windows 7. I used this command:

DISM.exe /image:d:\dismtool\wim /add-package /packagepath:d:\dismtool\updates\XXXXX.msu 

First 11 patch integrated correctly. But KB977074 not. I have error. This is my dism.log: click

Why this KB do not integrated correctly? :(

2.)

How I can integrate Service Pack 1 RTM to my Windows 7 DVD?

Regards, and please reply.

Edited by winfor
Link to comment
Share on other sites


If you have installed WAIK for Windows 7 on your computer, you can use this command to integrate updates inside an offline image:

Adapt the paths to your needs!

Example for Windows 7 Ultimate x86.


@echo off
Color 0A
echo.
"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Mount-Wim /Wimfile:"C:\Win7\sources\install.wim" /index:5 /MountDir:"C:\work"
echo.
choice /t 5 /c on /cs /d o > nul
echo.
"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Image:"C:\work" /Add-Package /PackagePath:"C:\Updates"
echo.
pause

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...