MSFN Forum: Can't integrate KB2533552 - 0x800f082e error - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Can't integrate KB2533552 - 0x800f082e error Windows 7

#1 User is offline   winfor 

  • Group: Members
  • Posts: 8
  • Joined: 17-January 11
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 11 May 2011 - 08:01 AM

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.


#2 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,670
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 11 May 2011 - 08:18 AM

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?

#3 User is offline   winfor 

  • Group: Members
  • Posts: 8
  • Joined: 17-January 11
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 11 May 2011 - 08:27 AM

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.

#4 User is offline   johnhc 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,362
  • Joined: 02-March 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2011 - 08:52 AM

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.

This post has been edited by johnhc: 11 May 2011 - 08:56 AM


#5 User is online   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2011 - 08:53 AM

This update is intetionally blocked from integration, you have to install it online or during sysprep

Processing 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


#6 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 11 May 2011 - 09:27 AM

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.

#7 User is offline   johnhc 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,362
  • Joined: 02-March 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2011 - 09:46 AM

View PostMagicAndre1981, on 11 May 2011 - 09:27 AM, said:

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.

#8 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 11 May 2011 - 10:19 AM

to get the source code to the same level for the RTM and Sp1 branch and to prevent the issue with Sp2.

#9 User is offline   ArnisLav 

  • Group: Members
  • Posts: 2
  • Joined: 28-December 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 December 2011 - 04:35 AM

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 enter

expand "<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 DISM

Don't forget to add this path when integrating updates

dism /Image:<your install.wim mount directory> /Add-Package /PackagePath:C:\KB2533552

This post has been edited by ArnisLav: 31 December 2011 - 04:37 AM


#10 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 31 December 2011 - 09:07 AM

don't do this, this let Windows trust the update as not trustworthy.

#11 User is online   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 December 2011 - 09:31 AM

Not a good idea, it may cause problems (they have their reasons for blocking it from integration) KB2658165

This post has been edited by ricktendo64: 31 December 2011 - 09:35 AM


#12 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,208
  • Joined: 09-September 01
  • OS:Windows RT
  • Country: Country Flag

Posted 31 December 2011 - 05:44 PM

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.

#13 User is offline   ArnisLav 

  • Group: Members
  • Posts: 2
  • Joined: 28-December 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 January 2012 - 06:30 AM

View Postricktendo64, on 31 December 2011 - 09:31 AM, said:

Not a good idea, it may cause problems (they have their reasons for blocking it from integration) KB2658165

Thanks for your information. I really didn't know that. :blushing:

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy