winfor Posted January 17, 2011 Posted January 17, 2011 (edited) 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: clickWhy 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 January 17, 2011 by winfor
Tripredacus Posted January 17, 2011 Posted January 17, 2011 1. Take a look at this thread, another update was found to have a problem as well. 2. First you need for RTM to be released.
myselfidem Posted January 17, 2011 Posted January 17, 2011 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 offColor 0Aecho."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 > nulecho."C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Image:"C:\work" /Add-Package /PackagePath:"C:\Updates"echo.pause
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now