MSFN Forum: re: kb885835 & kb885250 - MSFN Forum

Jump to content



  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

re: kb885835 & kb885250 Rate Topic: -----

#1 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 February 2005 - 08:54 PM

Has anyone found a solution to this, they seem to be mutually exclusive. If either one is integrated the other will not integrate.

KB885835
Mrxsmb.sys 5.1.2600.2541
Lsasrv.dll 5.1.2600.2525
Rdbss.sys 5.1.2600.2541

KB885250
Mrxsmb.sys 5.1.2600.2598

And both are required to have no updates show on windowsupdates after an install.

EDITTED: (faster yet, warrax & anonim1979) EDITTED: (Shorter and including warrax's comments that order matters)EDIT: (moved fix here)
Barring M$ coming out with a solution try this:
Full Instructions:
Start with install which includes sp2 slipstreamed only no other hotfixes integrated.
the integrate kb885835.
edit HFINT.DAT file in i386\svcpack folder to this:

Quote

[FixesInstalled]KB885835
[BRANCHES]
KB885835=SP2GDR
[KB885835]
mrxsmb.sys.keep
lsasrv.dll
rdbss.sys


integrate all of the other patches including kb885250.

then reopen i386\svcpacks\HFINT.dat and delete '.keep'

save HFINT.DAT. and build your iso. The integrate process already puts the entries into the svpack.inf file and since we never moved it the second integration process just appended to what our first integate left behind.

So burn and install away.

ADDED (2/25/05)
The attached CMD script will integrate SP2 and all of the hot fixes located in the same folder. It just uses the integrate switch and after integrating KB885835 it modifies HFINT.DAT as noted above and then integrates the rest of the hotfixes then returns HFINT.DAT to its correct format.

To Use: (see here, for source and additional details)
leave SP2 named WindowsXP-KB835935-SP2-ENU.exe
rename hotfixes to kbxxxxxxx.exe
change second line in update.cmd from set=h:\bootcd\working to the location if you cd creation directory.

This post has been edited by IcemanND: 23 October 2006 - 02:05 PM



#2 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 09 February 2005 - 09:04 PM

Ice the only way i was able to integrate all the new hotfixes

was to make a new Base XP + SP2

i use Nlite to integrate the hotfixes. If u can wait about 35 mins I am uploading all the hotfixes to rapidshare 17.4 MB

create a new XP + SP2 and use nlite to integrate the hotfixes.

this one works tested already.

#3 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 09 February 2005 - 09:05 PM

slipstream KB885835, place KB885250 on svcpack\ folder and add to svcpack.inf
KB885250.exe /q /n /norestart /o
works for me :)

#4 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 February 2005 - 09:20 PM

M$ really s***s!

I always start out from scratch with each build just so I don't run into issues like this.

@astalavista -Unfortunately I can't use nlite, due to company policy. Have to do it the M$ way, which doesn't work, and I've written my own cmd script to integrate them anyway. I've got the updates these just don't cooperate.

@simonsays -Just trying to make my life easier, which it was sine SP2 until this batch of updates.

#5 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 09 February 2005 - 09:41 PM

http://rapidshare.de...tfixes.exe.html

can u pls share your batch file with me?

#6 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 February 2005 - 09:51 PM

echo off
start /wait sp2.exe /integrate:e:\xpcd\working /q
for %%U in (kb*.exe) do (
     echo Applying hotfix %%U
     start /wait %%U /integrate:e:\xpcd\working /q
)
pause


Just keeping it simple.
Rename the desired hotfixes and put in the same directory with the above script.

Obviously this only does hotfixes which work with the integrate switch. the other updates I install via RunOnce.

#7 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 09 February 2005 - 10:40 PM

ahhh...

so u mean to say to make integration totally silent i have to add /q

****... i am so stupid.

#8 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 10 February 2005 - 03:10 AM

SiMoNsAyS, on Feb 10 2005, 11:05 AM, said:

slipstream KB885835, place KB885250 on svcpack\ folder and add to svcpack.inf
KB885250.exe /q /n /norestart /o
works for me :)

simon

i tried your method but it did not work

#9 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 10 February 2005 - 03:41 AM

I found this on google

I was just wondering what is going on and why the /integrate command does
not work as expected. To get around the problem until a solution is
discovered, I extracted the update files using the /x command manually
integrated KB885250 into the installation files.

I am not sure, but wonder if it is somehow related to the mrxsmb.sys file
that is being updated by KB885250. Note that KB885835 / MS04-044 updates the
mrxsmb.sys file as well, but KB885250 contains version 5.1.2600.2598 - which
is the newest version.

Thank you. I hope a fix can be found.

can we repack the kb to sfx instead?

#10 User is offline   mrnxdmx 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 17-November 04

Posted 10 February 2005 - 05:00 AM

Used nlite for integrating all hotfixes, first i didn't choose to integrate kb885250, all went done.but then i wanted to integrated kb885250, it didn't give a solution...
any ideas......

#11 User is offline   buletov 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 518
  • Joined: 08-September 04

Posted 10 February 2005 - 07:03 AM

yes, wait for ryanvm to finish 1.0.6 pack :)

#12 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 February 2005 - 07:18 AM

Did somebody actually tried to add theses hotfixes manually? I bet it would work with the usual switches /q /n /z... this is how I installed them manually on my computer.

#13 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 10 February 2005 - 07:30 AM

KB885835 is not needed anymore. test it with a clean install of xpsp2 without hotfixes.

#14 User is offline   turbomcp 

  • Never give out your password or credit card number in an insta
  • PipPip
  • Group: Members
  • Posts: 173
  • Joined: 04-March 04

  Posted 10 February 2005 - 07:51 AM

i use svcpack.inf
works great easier to troubleshoot and replace new updates that replace older hotfixes
and doesnt cause the i386 to be dirty by integrate options

#15 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 February 2005 - 08:04 AM

eirogge, on Feb 10 2005, 08:30 AM, said:

KB885835 is not needed anymore. test it with a clean install of xpsp2 without hotfixes.

try again, still required.

#16 User is offline   Aston 

  • Group: Members
  • Posts: 6
  • Joined: 30-August 04

Posted 10 February 2005 - 08:39 AM

Hi,working solution for integrate this Kb:

First,move your svcpack folder into another location;
Integrate the hotfix (Without errors,this time);
open the HFINT.dat in the new svcpack folder genareted by installation of this kb with notpad and copy the lines and past inside the other HFINT.dat (Look at the sections inside this one);copy the files generated inside the other svcpack folder..Now you have
svcpack folder with all hotfix integrated,just move this one inside I386.

Tested,work fine.

Hope your understand,xcuss for my bad English. :rolleyes:

#17 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 February 2005 - 08:45 AM

eirogge, on Feb 10 2005, 07:30 AM, said:

KB885835 is not needed anymore. test it with a clean install of xpsp2 without hotfixes.

Sorry but this is the list I get from Windows Update this morning:

Posted Image

#18 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 10 February 2005 - 08:47 AM

anyone speak french pls pm Aston and ask him what he did

i dont understand what he said.

#19 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 February 2005 - 09:12 AM

Astalavista -

Integrate only kb885835 or kb885250 then look in i386\svcpacks
move the files to another location.
integrate all of your other hotfixes.
copy contents of HFINT.dat which we copied out earlier into the newly created HFINT.dat now in the i386\svcpacks folder.

#20 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 10 February 2005 - 09:20 AM

Posted Image

you can see windows update and hfnetchk.exe with no needed updates and you can see the the add/remove software dialogue displaying the updates installed.

and these are the entries in my svcpack.inf:

[SetupHotfixesToRun]
dotnet11.exe
KB867282.exe /q /n /z
KB873333.exe /q /n /z
KB873339.exe /q /n /z
KB885250.exe /q /n /z
KB885836.exe /q /n /z
KB886185.exe /q /n /z
KB888113.exe /q /n /z
KB888302.exe /q /n /z
KB890175.exe /q /n /z
KB891781.exe /q /n /z
KB890830.exe /q


Share this topic:


  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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