winfor Posted May 11, 2011 Posted May 11, 2011 Hi all.When I tried integrate KB2533552 update:DISM.exe /image:d:\7Work\wim /add-package /packagepath:d:\7Work\updates I got "Error: 0x800f082e". How integrate this update properly?Regards.
Tripredacus Posted May 11, 2011 Posted May 11, 2011 It looks like this update is for Windows 7 RTM. Are you trying to put it into an SP1 image?Also, have you checked the DISM log for the error?
winfor Posted May 11, 2011 Author Posted May 11, 2011 Image is Windows 7 SP1 but when I install Windows from this image in Windows Update I have KB2533552.THIS IS my dism.log file.
johnhc Posted May 11, 2011 Posted May 11, 2011 (edited) winfor, I am running W7 Ultimate x64 with SP1 and just got notified that KB2533552 is available. The KB article indicates it is for SP1 and well as no SP1. How did you create your image with SP1? I used sysprep but have not tried to inject this update or install it on my running machine. Enjoy, John.EDIT: I just noticed that KB2533552 is not checked in Windows Update. I am going to try installing on my VM. Edited May 11, 2011 by johnhc
ricktendo Posted May 11, 2011 Posted May 11, 2011 This update is intetionally blocked from integration, you have to install it online or during sysprepProcessing 1 of 1 - Package_for_KB2533552: The specified package cannot be added to an offline image.Add this package to a running operating system using the /Online option. Error: 0x800f082e
MagicAndre1981 Posted May 11, 2011 Posted May 11, 2011 the Updates prevents your Windows 7 to get the 0xc0000034 error when installing the Sp1. So integrating the update into a Sp1 Image is useless.
johnhc Posted May 11, 2011 Posted May 11, 2011 the Updates prevents your Windows 7 to get the 0xc0000034 error when installing the Sp1. So integrating the update into a Sp1 Image is useless.MagicAndre1981, so why does MS present this update to us that have SP1 and why does the KB article say it applies to SP1? Enjoy, John.
MagicAndre1981 Posted May 11, 2011 Posted May 11, 2011 to get the source code to the same level for the RTM and Sp1 branch and to prevent the issue with Sp2.
ArnisLav Posted December 31, 2011 Posted December 31, 2011 (edited) Extract the "Windows6.1-KB2533552-x86.cab" file from update MSU file. Create a folder named KB2533552 un the drive C:\ Then using command prompt enterexpand "<path to uddate cab file>" -F:* "C:\KB2533552"The update files from CAB will be extracted.Go to C:\KB2533552 and open the file "update.mum" with notepad and change allowedOffline="false" to allowedOffline="true"And that's it. Now you can integrate this update into Install.wim using DISMDon't forget to add this path when integrating updatesdism /Image:<your install.wim mount directory> /Add-Package /PackagePath:C:\KB2533552 Edited December 31, 2011 by ArnisLav
MagicAndre1981 Posted December 31, 2011 Posted December 31, 2011 don't do this, this let Windows trust the update as not trustworthy.
ricktendo Posted December 31, 2011 Posted December 31, 2011 (edited) Not a good idea, it may cause problems (they have their reasons for blocking it from integration) KB2658165 Edited December 31, 2011 by ricktendo64
cluberti Posted December 31, 2011 Posted December 31, 2011 Indeed - this update modifies the servicing engine, and if you do this while installing or staging any other updates (that *includes running setup for Windows itself*), you could break Windows. This one just should not be added offline, and should be installed as part of setup post-sysprep.
ArnisLav Posted January 2, 2012 Posted January 2, 2012 Not a good idea, it may cause problems (they have their reasons for blocking it from integration) KB2658165Thanks for your information. I really didn't know that.
Zilver Posted October 24, 2013 Posted October 24, 2013 Extract the "Windows6.1-KB2533552-x86.cab" file from update MSU file. Create a folder named KB2533552 un the drive C:\ Then using command prompt enterexpand "<path to uddate cab file>" -F:* "C:\KB2533552"The update files from CAB will be extracted.Go to C:\KB2533552 and open the file "update.mum" with notepad and change allowedOffline="false" to allowedOffline="true"And that's it. Now you can integrate this update into Install.wim using DISMDon't forget to add this path when integrating updatesdism /Image:<your install.wim mount directory> /Add-Package /PackagePath:C:\KB2533552Remember to also edit exclusive="false" --> exclusive="true" or you end up not being able to add more updates due to exclusive update pending.
jimathome Posted October 25, 2013 Posted October 25, 2013 Winfor certain hotfixes have problems with offline installation, I have two, KB2533552 and KB2844286 for NET Framework 3.5.1, darned if I know why, I just wanted it installed at the end of my build. You don't say if your installing other software, if not use Setupcomplete.cmd With this line:start /wait wusa.exe %WINDIR%\Setup\Scripts\Windows6.1-KB2533552-x86.msu /quiet /norestart /nobackupIf you are installing other software just include it with your usual deployment.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now