Jump to content

HOTFIXES: Windows XP SP2 & Windows 2000 SP4


Recommended Posts

Hi I can't integrate 885835.

It gives an error that the integration of the package with updates of software had a failure. Check processor type, language en version of service pack from this update.

Sorry for the translation but the message is in Dutch.

I downloaded the hotfix again but still the same message. All the other hotfixes went great not a problem.

Link to comment
Share on other sites


Hi I can't integrate 885835.

It gives an error that the integration of the package with updates of software had a failure. Check processor type, language en version of service pack from this update.

Sorry for the translation but the message is in Dutch.

I downloaded the hotfix again but still the same message. All the other hotfixes went great not a problem.

Same error here but with another hotfix: http://www.msfn.org/board/index.php?showtopic=38746

Link to comment
Share on other sites

use the /Q /N /Z /O switch for the update's tested and works

i only did not use the mydoom patch i did the reg tweak

Thanks ... but i meant slipstreamed. I used the /Xp switch to extract the .msp file but i forgot the manipulation to do after. I've done this same kind of process a long time ago when i slipstreamed the SP 1.1. Unfortunately, i lost the guide :\

Link to comment
Share on other sites

use the /Q /N /Z /O switch for the update's tested and works

i only did not use the mydoom patch i did the reg tweak

Thanks ... but i meant slipstreamed. I used the /Xp switch to extract the .msp file but i forgot the manipulation to do after. I've done this same kind of process a long time ago when i slipstreamed the SP 1.1. Unfortunately, i lost the guide :\

i did edit my post

i respond to quick to your post sorry for this

Link to comment
Share on other sites

meaby RyanVM can make a nice new Microsoft .NET Framework 1.1 installer with this update

:)

Yep, that'd be good. I'll need to do it myself though .. because i use the french version. By the way, do you know when Ryan forum will be back ? It was suppose to take a "couple of days" but it's still offline :/

Link to comment
Share on other sites

I used the method at the page 24 of the thread.I added new patch to the batch and it worked good for me.When I go to update page no NET update

You should have dotnetfx.exe,NDP1.1sp1-KB867460-X86.exe,NDP1.1sp1-KB886903-X86.exe,7za.exe,7zS.sfx,StartX.exe,upx.exe at the same location.

make.bat

%~d0
CD "%~p0"
MD tmp
MD netfxsp1
START /wait dotnetfx.exe /C /T:"%~dp0tmp"
START /wait NDP1.1sp1-KB867460-X86.exe /XP:"%~dp0tmp"
START /wait NDP1.1sp1-KB886903-X86.exe /XP:"%~dp0tmp"

CD tmp
START /wait msiexec /a netfx.msi TARGETDIR="%~dp0netfxsp1" /QB
START /wait msiexec /p S867460.msp /a "%~dp0netfxsp1\netfx.msi"
START /wait msiexec /p M886903.msp /a "%~dp0netfxsp1\netfx.msi"

CD..
COPY StartX.exe "%~dp0netfxsp1\StartX.exe"
RMDIR /S /Q tmp
CD netfxsp1
..\7za.exe a "%~dp0netfxsp1.7z" -r -mx=7 -mfb=255 -md=48m *
CD..
RMDIR /S /Q netfxsp1
COPY 7zS.sfx 7zSC.sfx
upx.exe 7zSC.sfx
ECHO ;!@Install@!UTF-8!>config.txt
ECHO RunProgram="StartX.exe /WAIT \"msiexec /i netfx.msi /qb\"">>config.txt
ECHO ;!@InstallEnd@!>>config.txt
COPY /b 7zSC.sfx + config.txt + netfxsp1.7z netfxsp1.exe
DEL 7zSC.sfx
DEL config.txt
DEL netfxsp1.7z

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...