Jump to content

KB873333 Integrate ERROR?!?!


Recommended Posts

Posted (edited)

:wacko: Hey guys, just integrating my wonderful list of hotfixes and stumbled upon this when trying to integrate KB873333 and KB885835:

post-9418-1128399999_thumb.jpg

Using this command in RUN:

C:\KB873333.exe /integrate:C:\XPCD

C:\KB885835.exe /integrate:C:\XPCD

what the hell's going on?

Edited by XL-DJK95355

Posted (edited)

Below in order from TOP to BOTTOM is the list of Hotfixes that installed on my machine from MS Update in the particular order displayed. I d/l all of the below and started integrating all the ones that support "/integrate" switch (shown in blue)... I'm running WindowsXP Pro SP2 and have made sure that the hotfixes with errors were the RIGHT hotfixes to use, so why the error? (shown in RED)

P.S. > Picture of error displayed in above post <

KB893803 integrated

KB898461 integrated

KB892130 (Advantage Tool Unavailable for download)

KB890859 integrated

KB894391 integrated

KB896428 integrated

KB893086 integrated

KB899588 integrated

KB886185 integrated

KB888302 integrated

KB901214 integrated

KB873333 error!!!!

KB893066 integrated

KB890046 integrated

KB891781 integrated

MSRVT - Latest - download when ready

KB896358 integrated

KB887742 integrated

KB888113 integrated

KB896727 integrated

KB873339 integrated

KB896423 integrated

KB893756 integrated

KB899591 integrated

KB885250 integrated

KB885836 integrated

KB885835 error!!!

KB896422 integrated

KB899587 integrated

.NET FRAMEWORK Use RunOnce?

KB831240 Use RunOnce?

KB887797 integrated

KB896344 integrated

KB900930 integrated

MediaPlayer10 Use RunOnce?

KB867460 Use RunOnce? (NET FRAMEWORK SP1)

Windows Media Connect Use RunOnce?

KB888656 integrated

KB886903 Use RunOnce? (NET Framework SP1 hotfix)

C'mon guys, you gotta be able to help me out with this one... ;)

Edited by XL-DJK95355
Posted

Hi!

You have to integrate them separate!

Make a Copy of your i386 folder before you run any integrate command And run integrate KB873333 and KB885835 on the copy of i386

Intergate all other Hotfixes to i386 folder.

After that go to svcpack folder from "copy of i386" and copy all except "HFINT.dat" and "branches.inf" to svcpack folder from i386 folder , open HFINT.dat from "copy of i386" folder with Notepad and copy all to HFINT.dat from i386 do the same thing with svcpack.inf from "copy of i386" and svcpack.inf from i386(copy all)

It's all about an conflict between KB873333, KB885835 (KB887797) and other new

Hotfixes (ican't remember now which one ,you can revers the order when integrating to find out wich one)

Posted

What do you mean...."on the copy"? I made a copy of the i386 folder and then ran C:\KB873333.exe /integrate:C:\i386 and received the same error.... :(

Posted (edited)

C:\KB873333.exe /integrate:C:\"copy of the i386 folder "

You have to integrate KB873333, KB885835 (KB887797) in another "i386 folder"

("copy of the i386 folder ")

C:\KB873333.exe /integrate:C:\i386 it is incorrect

C:\KB873333.exe /integrate:C:\ it is correct and i386 folder it is situated on c:\ drive

Take a look here:

I copy two i386 folders one in "D:\" and another in "D:\CDDVDImaging"

My Hotfixes are in "D:\CDDVDImaging\SDK\WindowsXP-KB" folder

@echo off

COLOR 9E

Title INTEGRATE 1

ECHO 1 - WindowsXP-KB885835-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB885835-x86-ENU.exe /integrate:D:

ECHO 2 - WindowsXP-KB873333-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB873333-x86-ENU.exe /integrate:D:

ECHO 3 - WindowsXP-KB887797-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB887797-x86-ENU.exe /integrate:D:

AND

@echo off

COLOR 9E

Title INTEGRATE

echo 01 - WindowsXP-KB896727-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB896727-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 02 - WindowsXP-KB894391-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB894391-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 03 - WindowsXP-KB896423-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB896423-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 04 - WindowsXP-KB899587-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB899587-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 05 - WindowsXP-KB899591-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB899591-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 06 - WindowsXP-KB893756-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB893756-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 07 - WindowsXP-KB899588-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB899588-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 08 - WindowsXP-KB896358-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB896358-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 09 - WindowsXP-KB900930-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB900930-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 10 - WindowsXP-KB890859-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB890859-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 11 - WindowsXP-KB901214-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB901214-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 12 - WindowsXP-KB896344-v2-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB896344-v2-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 13 - WindowsXP-KB893066-v2-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB893066-v2-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 14 - WindowsXP-KB896428-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB896428-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 15 - WindowsXP-KB896422-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB896422-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 16 - WindowsXP-KB890046-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB890046-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 17 - WindowsXP-KB885250-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB885250-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 18 - WindowsXP-KB885835-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB885835-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 19 - WindowsXP-KB893086-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB893086-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 20 - WindowsXP-KB887742-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB887742-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 21 - WindowsXP-KB873333-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB873333-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 22 - WindowsXP-KB888113-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB888113-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 23 - WindowsXP-KB891781-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB891781-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 24 - WindowsXP-KB887472-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB887472-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 25 - WindowsXP-KB888302-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB888302-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 26 - WindowsXP-KB885836-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB885836-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 27 - WindowsXP-KB887797-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB887797-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 28 - WindowsXP-KB886185-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB886185-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 29 - WindowsXP-KB873339-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB873339-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 30 - WindowsXP-KB898461-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB898461-x86-ENU.exe /integrate:D:\CDDVDImaging

echo 31 - KB888111xpsp2.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\KB888111xpsp2.exe /integrate:D:\CDDVDImaging

echo 32 - WindowsInstaller-KB893803-v2-x86.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsInstaller-KB893803-v2-x86.exe /integrate:D:\CDDVDImaging

echo 33 - WindowsXP-KB907865-x86-ENU.exe

start /wait D:\CDDVDImaging\SDK\WindowsXP-KB\WindowsXP-KB907865-x86-ENU.exe /integrate:D:\CDDVDImaging

echo Exit

Edited by Mercury_22

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