Jump to content

HOTFIXES: Windows XP SP2 & Windows 2000 SP4


Recommended Posts


They eventually release a roll up package which contains several updates over a period of time and it will usually eliminate the clutter in your Add / Remove Programs. It will be listed as one update.

Link to comment
Share on other sites

Actually, the updates/hotfixes cannot be removed from the Add/Remove Programs list.

Another thing I have wondered about is whether or not the updates must be installed in chronological order.

The list in the first post of this thread is in numerical order (mostly).

If it is necessary, would this list of critical updates be complete and accurate for an XP SP2 installation?

2004-09-14 - KB885626

2004-12-13 - KB885835

2004-12-13 - KB885836

2005-02-07 - KB885250

2005-02-07 - KB888113

2005-02-07 - KB888302

2005-02-07 - KB891781

2005-02-22 - KB887742

2005-04-11 - KB890859

2005-06-13 - KB890046

2005-06-13 - KB893066

2005-06-13 - KB896358

2005-06-13 - KB896422

2005-06-13 - KB896428

2005-06-27 - KB898461

2005-07-11 - KB901214

2005-08-08 - KB893756

2005-08-08 - KB894391

2005-08-08 - KB896423

2005-08-08 - KB899587

2005-08-08 - KB899591

2005-08-10 - KB899589

2005-08-10 - KB900725

2005-08-10 - KB901017

2005-08-10 - KB902400

2005-08-10 - KB905414

2005-08-10 - KB905749

2005-08-11 - KB904706

2005-09-02 - KB893803

2005-10-05 - KB896688

2005-11-07 - KB896424

2005-11-08 - KB890830-v1.10

Edited by matthewj1012
Link to comment
Share on other sites

can someone post their code for hotfixes.cmd pls that is up to date with all the old hotfixes deleted. mine is so out of date it would take hours to sort out!

i intend to do a clean install and will let everyone know if it is accurate

I am in UK

Edited by pmcx9
Link to comment
Share on other sites

@pmcx9 & SwedenXP :

Why not read the first post ?!

There are 33 critical hotfixes at this time ...

For the .cmd code use this method :

cd /d "%~dp0"
echo ... Installation ...
for %%a in (*.exe) do (
Start /wait "" %%a /quiet /norestart )
exit

and put all hotfixes in same folder as the .cmd ...

Goodbye.

Edited by sonic
Link to comment
Share on other sites

i need to do an install right now and it will take me some time to update my hotfixes.cmd

i thought i could get a copy of an up to date hotfixes.cmd and post back my findings within half hour to help others

....hmmn...shows how things have changed since i last looked at my iso. i will try your code...thx

oh does it work for 890830?

@echo off

title POST SP2 HOTFIXES

ECHO.

ECHO INSTALLING POST SP2 HOTFIXES

ECHO.

ECHO Please wait...

ECHO.

ECHO Installing Hotfix KB885626

start /wait %CDROM%\Hotfixes\KB885626.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB885250

start /wait %CDROM%\Hotfixes\KB885250.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB885835

start /wait %CDROM%\Hotfixes\KB885835.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB885836

start /wait %CDROM%\Hotfixes\KB885836.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB887742

start /wait %CDROM%\Hotfixes\KB887742.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB888113

start /wait %CDROM%\Hotfixes\KB888113.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB888302

start /wait %CDROM%\Hotfixes\KB888302.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB890046

start /wait %CDROM%\Hotfixes\KB890046.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB890859

start /wait %CDROM%\Hotfixes\KB890859.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB891781

start /wait %CDROM%\Hotfixes\KB891781.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB893066

start /wait %CDROM%\Hotfixes\KB893066.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB893756

start /wait %CDROM%\Hotfixes\KB893756.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB893803

start /wait %CDROM%\Hotfixes\KB893803.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB894391

start /wait %CDROM%\Hotfixes\KB894391.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB896358

start /wait %CDROM%\Hotfixes\KB896358.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB896422

start /wait %CDROM%\Hotfixes\KB896422.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB896424

start /wait %CDROM%\Hotfixes\KB896424.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB896428

start /wait %CDROM%\Hotfixes\KB896428.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB896423

start /wait %CDROM%\Hotfixes\KB896423.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB905749

start /wait %CDROM%\Hotfixes\KB905749.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB905414

start /wait %CDROM%\Hotfixes\KB905414.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB904706

start /wait %CDROM%\Hotfixes\KB904706.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB902400

start /wait %CDROM%\Hotfixes\KB902400.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB901214

start /wait %CDROM%\Hotfixes\KB901214.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB901017

start /wait %CDROM%\Hotfixes\KB901017.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB900725

start /wait %CDROM%\Hotfixes\KB900725.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB899591

start /wait %CDROM%\Hotfixes\KB899591.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB899589

start /wait %CDROM%\Hotfixes\KB899589.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB899587

start /wait %CDROM%\Hotfixes\KB899587.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB898461

start /wait %CDROM%\Hotfixes\KB898461.exe /Q /O /Z

ECHO.

ECHO Installing Hotfix KB896688

start /wait %CDROM%\Hotfixes\KB896688.exe /Q /O /Z

ECHO.

ECHO FINISHED INSTALLING POST SP2 HOTFIXES

ECHO.

EXIT

Edited by pmcx9
Link to comment
Share on other sites

This is a dutch version, but it works for other languages too.

CLS
@echo off
TITLE Windows XP SP2 - installatie updates

GOTO START

@author Telenut
@version 9/11/2005


:START

SET /A NUMOFUPDATES=0

ECHO Installatie windows update V6
SETLOCAL
ECHO SET objFSO = CreateObject("Scripting.FileSystemObject") >_temp.vbs
ECHO Wscript.stdout.write objFSO.GetFileVersion("%SystemRoot%\system32\wuapi.dll") >>_temp.vbs
FOR /F %%a IN ('CSCRIPT /NOLOGO _temp.vbs') DO IF "%%a" NEQ "5.8.0.2469" START WUv6.exe /wuforce /quiet /norestart
DEL _temp.vbs
ENDLOCAL

ECHO Controle op .NET Framework 1.1 Service Pack 1
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\.NETFramework\1.1\S867460" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
netfxsp1.exe
REGEDIT /S "dotnet.reg"
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB890830-V1.10 Microsoft Windows Malicious Software Removal Tool V1.10
REG QUERY "HKLM\SOFTWARE\Microsoft\RemovalTools\MRT" /v "Version" | FIND "1F5BA617-240A-42FF-BE3B-14B88D004E43" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB890830.exe /q
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB873374 Microsoft GDI+ Detection Tool registratie
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\GdiDetectionTool" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f > nul 2>&1
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB885250 Vulnerability in server message block could
ECHO allow remote code execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB885250" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB885250.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB885835 Vulnerabilities in Windows Kernel and LSASS could allow
ECHO elevation of privilege
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB885835" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB885835.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB885836 A vulnerability in WordPad could allow code execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB885836" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB885836.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

REM ECHO KB887472 Security update to Microsoft Windows Messenger
REM REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB887472" > nul 2>&1
REM IF %ERRORLEVEL% EQU 0 (
REM ECHO is reeds aanwezig
REM ) ELSE (
REM ECHO Bezig met installeren...
REM KB887472.exe /quiet /norestart
REM SET /A NUMOFUPDATES+=1
REM ECHO Installatie compleet.
REM )

ECHO KB887742 You receive the Stop error Stop 0x05 (INVALID_PROCESS_ATTACH_ATTEMPT)
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB887742" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB887742.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB888113 Vulnerability in hyperlink object library could allow remote code
ECHO execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB888113" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB888113.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB888302 Vulnerability in Windows could allow information disclosure
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB888302" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB888302.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB890046 Vulnerability in Microsoft agent could allow spoofing
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB890046" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB890046.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB890859 Vulnerabilities in Windows kernel could allow elevation of privilege and denial of service
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB890859" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB890859.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB891781 Vulnerability in the DHTML editing component ActiveX control could
ECHO allow code execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB891781" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB891781.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB893066 Vulnerabilities in TCP/IP could allow remote code execution and denial of service (v2)
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB893066" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB893066.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)


ECHO KB893803 Microsoft Windows Installer 3.1
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB893803v2" > nul 2>&1
REM REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB893803\FileList\0" /v "Version" | FIND "3.1.4000.1823" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB893803.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB896358 A vulnerability in HTML Help could allow remote code execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896358" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB896358.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB896422 Vulnerability in Server Message Block could allow remote code execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896422" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB896422.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB896428 Vulnerability in Telnet client could allow information disclosure
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896428" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB896428.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB898461 Met deze update wordt een volledige versie van Package Installer voor Windows geïnstalleerd waarmee het downloadformaat van softwareupdates aanzienlijk kan worden verkleind.
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB898461" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB898461.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB901214 Vulnerability in Microsoft Color Management Module could allow remote code execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB901214" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB901214.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB892130 Kontroleren legale windows
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\LegitCheckControl.LegitCheck" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB892130.exe
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB893756 Vulnerability in Telephony Service Could Allow Remote Code Execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB893756" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB893756.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB896424 Vulnerabilities in Graphics Rendering Engine Could Allow Code Execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896424" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB896424.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB899591 Vulnerability in Remote Desktop Protocol Could Allow Denial of Service
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB899591" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB899591.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB899587 Vulnerabilities in Kerberos Could Allow Denial of Service, Information Disclosure, and Spoofing
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB899587" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB899587.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB896423 Vulnerability in Print Spooler Service Could Allow Remote Code Execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896423" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB896423.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB894391 DBCS attachment file names are not displayed in Rich Text e-mail messages and you may receive a "Generic Host Process" error message after you install security update MS05-012
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB894391" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB894391.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB896688 Cumulative Update for Internet Explorer
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896688" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB896688.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB899589 Vulnerability in the Client Service for NetWare Could Allow Remote Code Execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB899589" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB899589.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB900725 Vulnerabilities in Windows Shell Could Allow Remote Code Execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB900725" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB900725.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB901017 Security Update for Windows XP
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB901017" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB901017.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB902400 Vulnerabilities in MSDTC and COM+ Could Allow Remote Code Execution
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB902400" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB902400.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB904706 Vulnerability in DirectShow Could Allow Remote Code Execution (te testen!)
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB904706" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB904706.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB905414 Vulnerability in Network Connection Manager Could Allow Denial of Service
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB905414" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB905414.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)

ECHO KB905749 Vulnerability in Plug and Play Could Allow Remote Code Execution and Local Elevation of Privilege
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB905749" > nul 2>&1
IF %ERRORLEVEL% EQU 0 (
ECHO is reeds aanwezig
) ELSE (
ECHO Bezig met installeren...
KB905749.exe /quiet /norestart
SET /A NUMOFUPDATES+=1
ECHO Installatie compleet.
)


ECHO Er werden %NUMOFUPDATES% updates geinstalleerd.
IF %NUMOFUPDATES% GTR 0 ECHO De pc herstarten is aangeraden.




exit

Edited by Telenut
Link to comment
Share on other sites

KB899588 replaced by KB905749

KB896727 replaced by KB896688

Would like to know which updates replace this:

KB873339 Vulnerability in HyperTerminal Could Allow Code Execution

KB886185 critical update for Windows Firewall

I don't belive that windows cure this by itself :)

Link to comment
Share on other sites

KB899588 replaced by KB905749

KB896727 replaced by KB896688

Would like to know which updates replace this:

KB873339 Vulnerability in HyperTerminal Could Allow Code Execution

KB886185 critical update for Windows Firewall

I don't belive that windows cure this by itself :)

Maybe KB873339 and KB886185 were replaced by another hotfixe last month but since they were showing up on Windows Update, I kept them on the list... until now

Link to comment
Share on other sites

Here is my svcpack.inf

*** EDIT ***

I added the missing KB873339 and KB886185

[CatalogHeader][Version]

BuildNumber=2600

MinorVersion=1

MajorVersion=5

Signature="$WINDOWS NT$"

[setupData]

CatalogSubDir="\I386\svcpack"

[setupHotfixesToRun]

KB905749.exe /q /n /z

KB905414.exe /q /n /z

KB904706.exe /q /n /z

KB902400.exe /q /n /z

KB901017.exe /q /n /z

KB900725.exe /q /n /z

KB899589.exe /q /n /z

KB896688.exe /q /n /z

KB899591.exe /q /n /z

KB899587.exe /q /n /z

KB896424.exe /q /n /z

KB896423.exe /q /n /z

KB894391.exe /q /n /z

KB893756.exe /q /n /z

KB890046.exe /q /n /z

KB901214.exe /q /n /z

KB898461.exe /q /n /z

KB896428.exe /q /n /z

KB896422.exe /q /n /z

KB896358.exe /q /n /z

KB893066.exe /q /n /z

KB893803v2.exe /q /n /z

KB890859.exe /q /n /z

KB887742.exe /q /n /z

KB891781.exe /q /n /z

KB888302.exe /q /n /z

KB888113.exe /q /n /z

KB886185.exe /q /n /z

KB885250.exe /q /n /z

KB885836.exe /q /n /z

KB885835.exe /q /n /z

KB885626.exe /q /n /z

KB873339.exe /q /n /z

KB873374.exe /Q:A /R:N (Modified version so no Halt Box)

KB835221.exe /q /n /z (Microsoft High Definition Audio)

KB890830.exe /q (Microsoft Removal Tool)

WU6.exe /wuforce /quiet /norestart (Windows Update v6)

[ProductCatalogsToInstall]

KB905749.cat

KB905414.cat

KB904706.cat

KB902400.cat

KB901017.cat

KB900725.cat

KB899589.cat

KB896688.cat

KB899591.cat

KB899587.cat

KB896424.cat

KB896423.cat

KB894391.cat

KB893756.cat

KB890046.cat

KB901214.cat

KB898461.cat

KB896428.cat

KB896422.cat

KB896358.cat

KB893066.cat

KB893803v2_wxp.cat

KB890859.cat

KB887742.cat

KB891781.cat

KB888302.cat

KB888113.cat

KB886185.cat

KB885250.cat

KB885836.cat

KB885835.cat

KB885626.cat

KB873339.cat

Edited by Incroyable HULK
Link to comment
Share on other sites

I was reading the KB article for updates in list on first page and don't find

no information about such replacement. Maybe some bug occur in windows

update service and many people has very big hole in their system :blink::wacko:

Well, I did a test under simulation after adding the new hotfixe and removing the other one and everything checks out

Link to comment
Share on other sites

Maybe KB873339 and KB886185 were replaced by another hotfixe last month but since they were showing up on Windows Update, I kept them on the list... until now

I think I have to disagree with your findings.

I followed your recommendations and removed 873339 and 886185 and rebuilt my CD.

I did a full install and now both of those packages are showing up as new updates that need to be installed.

So unless you know of something that specifically says they replaced those files, I think they are still needed.

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