Jump to content

new hotfixes.cmd


Recommended Posts

the only thing missing are WMP updates...

CLS
@echo off
ECHO.
ECHO Installing Windows Update Hotfixes
ECHO.
ECHO Installing Q322011 Fax Preview Fix...
start /wait %systemdrive%\install\Hotfixes\Q322011_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q323183 Support for Bluetooth Wireless Devices...
start /wait %systemdrive%\install\Hotfixes\Q323183_WXP_SP2_X86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q323255 Unchecked Buffer in Windows Help Fix...
start /wait %systemdrive%\install\Hotfixes\Q323255_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q327979 Game Stops Responding When Introductory Video Clip Is Played...
start /wait %systemdrive%\install\Hotfixes\Q327979_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q328310 Flaw in Windows WM_TIMER Fix...
start /wait %systemdrive%\install\Hotfixes\Q328310_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q329048 Unchecked Buffer in File Decompression Fix...
start /wait %systemdrive%\install\Hotfixes\Q329048_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q329115 Certificate Validation Flaw Fix...
start /wait %systemdrive%\install\Hotfixes\Q329115_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q329170 Flaw in SMB Signing Fix...
start /wait %systemdrive%\install\Hotfixes\Q329170_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q329256 1394 Devices Do Not Enumerate Fix...
start /wait %systemdrive%\install\Hotfixes\Q329256_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q329390 Unchecked Buffer in Windows Shell Fix...
start /wait %systemdrive%\install\Hotfixes\Q329390_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q329441 Cannot Create a Network Connection After You Restore Windows...
start /wait %systemdrive%\install\Hotfixes\Q329441_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q329604 PostScript Print Jobs Containing MMM Fonts Are Not Printed...
start /wait %systemdrive%\install\Hotfixes\Q329604_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q329692 Explorer.exe May Generate an Application Error Fix...
start /wait %systemdrive%\install\Hotfixes\Q329692_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q329834 Unchecked Buffer in PPTP May Permit DoS Attacks...
start /wait %systemdrive%\install\Hotfixes\Q329834_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing April 2003, Cumulative Patch for OE6...
start /wait %systemdrive%\install\Hotfixes\Q330994.exe /Q:A /R:N
ECHO.
ECHO Installing Q331320 Outlook 11 Performs Slowly or Stops Responding Fix...
start /wait %systemdrive%\install\Hotfixes\Q331320_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q331953 Flaw in RPC Could Allow Denial of Service Attacks...
start /wait %systemdrive%\install\Hotfixes\Q331953_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q331958 Hard Disk May Become Corrupted Fix...
start /wait %systemdrive%\install\Hotfixes\Q331958_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q810032 Panasonic DV Camera May Not Enumerate...
start /wait %systemdrive%\install\Hotfixes\Q810032_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q810272 Audio Test Causes Computer to Stop Responding Fix...
start /wait %systemdrive%\install\Hotfixes\Q810272_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q810400 USB Devices May Not Work Fix...
start /wait %systemdrive%\install\Hotfixes\Q810400_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q810565 Hyperlinks Open in IE Instead of in Default Browser...
start /wait %systemdrive%\install\Hotfixes\Q810565_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q810577 Unchecked Buffer in Windows Redirector Fix...
start /wait %systemdrive%\install\Hotfixes\Q810577_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q810833 Unchecked Buffer in the Locator Service Fix...
start /wait %systemdrive%\install\Hotfixes\Q810833_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q811114 May 2003 Cumulative Patch for IIS...
start /wait %systemdrive%\install\Hotfixes\Q811114_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q811383 IE Connectivity and Certificate Display Issues...
start /wait %systemdrive%\install\Hotfixes\Q811383.exe /Q:A /R:N
ECHO.
ECHO Installing Q811493 Buffer Overrun in Windows Kernel Message Handling Fix...
start /wait %systemdrive%\install\Hotfixes\Q811493_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q811630 HTML Help Update to Limit Functionality...
start /wait %systemdrive%\install\Hotfixes\Q811630_WXP_SP2_x86_ENU.exe  /Q /M /Z
ECHO.
ECHO Installing Q812415 Problems When Computer with Multiple ATA Drives Enters S1...
start /wait %systemdrive%\install\Hotfixes\Q812415_WXP_SP2_x86_ENU.exe  /Q /M /Z
ECHO.
ECHO Installing Q812793 Cannot Map a Network Drive Under Different User Credentials...
start /wait %systemdrive%\install\Hotfixes\Q812793_WXP_SP2_x86_ENU.exe  /Q /M /Z
ECHO.
ECHO Installing Q814033 Cannot Install Driver Updates from Windows Update Web Site...
start /wait %systemdrive%\install\Hotfixes\Q814033_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q814995 Program Fixes Stop Working After You Install the 328310 Update...
start /wait %systemdrive%\install\Hotfixes\Q814995_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q815021 Unchecked Buffer May Cause Web Server Compromise...
start /wait %systemdrive%\install\Hotfixes\Q815021_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q815411 Heap Algorithm Update for Atypically Large Heap Requests...
start /wait %systemdrive%\install\Hotfixes\Q815411_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q815485 Overview of the WPA Wireless Security Update in Windows XP...
start /wait %systemdrive%\install\Hotfixes\Q815485_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q816506 IE or OE Quits Unexpectedly with an Error in Mshtml.dll...
start /wait %systemdrive%\install\Hotfixes\Q816506.exe /Q:A /R:N
ECHO.
ECHO Installing Q817287 Windows Update 643 Error and the Catalog Database...
start /wait %systemdrive%\install\Hotfixes\Q817287.exe /Q:A /R:N
ECHO.
ECHO Installing Q817606 Buffer Overrun in Windows Could Lead to Data Corruption...
start /wait %systemdrive%\install\Hotfixes\Q817606_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing June 2003, Cumulative Patch for IE6...
start /wait %systemdrive%\install\Hotfixes\Q818529.exe /Q:A /R:N
ECHO.
ECHO Installing Q817778 Advanced Networking Pack for Windows XP...
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB817778-x86-ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q820128 Kernel Rollup Hotfix Package...
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB820128-x86-ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q821253 Windows Error Reporting Update...
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821253-x86-ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q821557 Unchecked Buffer in the Windows Shell Fix...
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821557-x86-ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q823559 Buffer Overrun in HTML Converter Could Allow Code Execution...
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823559-x86-ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q823980 Buffer Overrun in RPC May Allow Code Execution...
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823980-x86-ENU.exe /Q /M /Z
ECHO.
ECHO Installing JScript 5.6...
start /wait %systemdrive%\install\Hotfixes\js56nde.exe /Q:A /R:N
ECHO.
EXIT

Link to comment
Share on other sites


these were nearly all hotfixes appearing on windowsupdate after a clean XP SP1 installation.

some were added manually, such as "Q810032 Panasonic DV Camera May Not Enumerate".

others like "Q815411 Heap Algorithm Update for Atypically Large Heap Requests" cannot even be downloaded freely from microsoft, since it's just for "premium customers", but if you search the web, you'll probably find a download location (since this one is one of the more important patches)

Link to comment
Share on other sites

you do not need Q327696 (october 2002) when you install Q811114 (may 2003).

you do not need to install 330909, 814545, 815011 & 815227 when you install the hotfix rollup package Q820128, since they're already implemented.

there is no official hotfix download available for q816868, q810243, q817979, q818060 :rolleyes:

so i forgot: q329623, q282010 & 820291 :)

Link to comment
Share on other sites

1) I found the (4) hotfixes that do not have an official download site @

http://warp2search.net/modules.php?name=Se...rticle&artid=21

Windows XP Home & Professional Post Service Pack 1 Updates Chart

2) RE: you do not need Q327696 (october 2002) when you install Q811114 (may 2003).

Q327696 states that it is for XP embedded with SP1

Q811114 only shows a download for XP Professional - not XP Home

(I have Home) - should I not install Neither - Q327696 - or Q811114? It would be nice to be able to keep in sync with everyone else who references this update...

3) I found a web site that just removed Q811383 - says it has been replaced by Q816868 (see #1 above)

4) Q812793 - can't find a download - all the links appear to refer back to MS - and the web page is not available

5) Q817287 - can't find a download - appears to be only available via the update center - yet there must have been a download at some time in the past because you have it on your list

6) Q814078 = JScript 5.6 (js56nde.exe) appears to be the german file version. I found js56nen.exe on a european ms server - this appears to be the english version. Apparently removed from the US server because of the Justice Department consent agreement regarding Sun Java...

FWIW (thanks)

Link to comment
Share on other sites

Did a little more checking:

810243 is for Media Center XP only - (not home or Professional)

817979 is available from MS web site - posted 6/18/2003

818060 is available from MS web site - posted 6/21/2003

816868 is available form MS web site - posted 7/14/2003

Link to comment
Share on other sites

"Q815411 Heap Algorithm Update for Atypically Large Heap Requests"

I did a quick search for that patch in Google. Seems to cause some major performance issues for some users which is probably why it is not widely available.

It is probably a good idea to stay away from non-officially released hotfixes, unless you absolutely need them. And in that case, I would not personally put them in my unattended batch script, you can always install them separately.

Link to comment
Share on other sites

Q811114 only shows a download for XP Professional - not XP Home

(I have Home) - should I not install Neither - Q327696 - or Q811114? It would be nice to be able to

keep in sync with everyone else who references this update..

Q327696 and Q811114 are updates for IIS which is only available in Professional version of Windows XP. So if you have Home Edition you don't need to install these updates.

Link to comment
Share on other sites

"Q815411 Heap Algorithm Update for Atypically Large Heap Requests"

I did a quick search for that patch in Google. Seems to cause some major performance issues for some users which is probably why it is not widely available.

you have to test it for each individual system! it may run much faster or slow down...

it works just great for me.

For all users working with a German version of WinXP, get a Post-Sp1-Update here (released today):

http://www.winhelpline.info/

Link to comment
Share on other sites

" Q327696 and Q811114 are updates for IIS which is only available in Professional version of Windows XP. So if you have Home Edition you don't need to install these updates. "

*************

Is there any problem if I include HotFixes in my procedures that are only for professional (so I don't have to account for the application suitability) when I create my procedures?

That way I could use the same hotfix directory and bat file for both home and professional installs.

Is there any harm if I were to include these on the Home version - based upon the earlier posts - I would expect that the system would hopefully ignore those that are obsolete or unnecessary....

Link to comment
Share on other sites

As we are all talking about cmd and Hotfixes here is my "install all hotfixes"-batch.

ECHO.

ECHO Installing All Pre-SP2 Hotfixes...

ECHO Please Wait...

CD "%systemdrive%\install\Hotfixes

for %%i in (*.exe) do start /wait %%i -u -f -o -z -q -m

ECHO Done.

:rolleyes:

I actually have no idea what swgreed's 3 pages long batch is supposed to stand for. No offense man, but I actually don't want to sit infront of the PC an be childish amused about what hotfix is next. :) It's enough for me to know that the are all being installed. An my batch does exactly that not more, not less. As the DX9 or Java stuff isn't listed under "Hotfixes" and as they do need a different flag to be installed silently they where put into a different part of my batch and where put into a different folder.

But I appreciate your hard work, though. Must have been tough to add all informations about which hotfix is for what.

Link to comment
Share on other sites

But I appreciate your hard work, though. Must have been tough to add all informations about which hotfix is for what.

Wait till you see mine, complete with emulated CHOICE command (to abort for quick testing on second PC)... :)

BTW, it's for german XP.

CLS
@echo off
ECHO.

:LOOP
SET Choice=
SET /P Choice="Windows XP Pre-SP2 Hotfixes installieren? (J/N)"

IF NOT '%Choice%'=='' SET Choice=%Choice:~0,1%

ECHO.
IF /I '%Choice%'=='J' GOTO Los
IF /I '%Choice%'=='N' GOTO Ende
ECHO Bitte J oder N eingeben!
ECHO.
GOTO Loop

:Los
cls
ECHO.
ECHO *** Installiere Pre-SP2 Hotfixes, bitte warten ***

ECHO.
ECHO (01/40) Windows XP Professional Hilfe Update
start /wait %systemdrive%\install\Hotfixes\hu1002_pro.exe /q:a /r:n

ECHO.
ECHO (02/40) Installiere Q816093: Microsoft Java VM 5.00.3810
start /wait %systemdrive%\install\Hotfixes\msjavwu.exe /q:a /r:n

ECHO.
ECHO (03/40) Installiere Q322011: Faxvorschau auf Faxkonsole nicht möglich
start /wait %systemdrive%\install\Hotfixes\Q322011_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (04/40) Installiere Q323183: Bluetooth Unterstützung für Windows XP SP1
start /wait %systemdrive%\install\Hotfixes\Q323183_WXP_SP2_X86_DEU.exe /u /q /z /n

ECHO.
ECHO (05/40) Installiere Q323255: Ungeprüfter Puffer in Windows-Hilfefunktion kann Angreifern die Ausführung von Code ermöglichen
start /wait %systemdrive%\install\Hotfixes\Q323255_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (06/40) Installiere Q327979: Während der Wiedergabe des einführenden Videoclips reagiert das Spiel nicht mehr (hängt) oder wird unerwartet beendet
start /wait %systemdrive%\install\Hotfixes\Q327979_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (07/40) Installiere Q328310: Fehler in Windows WM_TIMER-Nachrichtenbehandlung kann Erschleichen höherer Berechtigungen ermöglichen
start /wait %systemdrive%\install\Hotfixes\Q328310_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (08/40) Installiere Q329048: Ungeprüfter Puffer in Dateikomprimierungsfunktionen kann Angreifern die Ausführung von Code ermöglichen
start /wait %systemdrive%\install\Hotfixes\Q329048_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (09/40) Installiere Q329115: Sicherheitslücke in Zertifikatsprüfung ermöglicht vorgetäuschte Identität
start /wait %systemdrive%\install\Hotfixes\Q329115_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (10/40) Installiere Q329170: Schwachstelle bei SMB-Signierung ermöglicht Änderung von Gruppenrichtlinie
start /wait %systemdrive%\install\Hotfixes\Q329170_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (11/40) Installiere Q329390: Ungeprüfter Puffer in Windows-Shell könnte Systemsicherheit beeinträchtigen
start /wait %systemdrive%\install\Hotfixes\Q329390_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (12/40) Installiere Q329441: Nach Wiederherstellung von Windows XP kann keine Netzwerkverbindung hergstellt werden
start /wait %systemdrive%\install\Hotfixes\Q329441_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (13/40) Installiere Q329834: Ungeprüfter Puffer in PPTP-Implementierung kann Denial-of-Service-Angriffe ermöglichen
start /wait %systemdrive%\install\Hotfixes\Q329834_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (14/40) Installiere Q330994: Kumulativer Patch für Outlook Express, April 2003
start /wait %systemdrive%\install\Hotfixes\q330994.exe /q:a /r:n

ECHO.
ECHO (15/40) Installiere Q331953: Fehler in RPC-Endpunktzuordnung kann Denial-of-Service-Angriffe ermöglichen
start /wait %systemdrive%\install\Hotfixes\Q331953_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (16/40) Installiere Q810400: USB-Geräte funktionieren nach dem Trennen eines untergeordneten USB-Hubs vom Hostcontroller eventuell nicht mehr
start /wait %systemdrive%\install\Hotfixes\Q810400_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (17/40) Installiere Q810565: Hyperlinks werden nicht im Standardbrowser oder Hilfe- und Supportcenter, sondern im Internet Explorer geöffnet
start /wait %systemdrive%\install\Hotfixes\Q810565_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (18/40) Installiere Q810577: Ungeprüfter Puffer in Windows-Redirector kann Erschleichung höherer Berechtigungen ermöglichen
start /wait %systemdrive%\install\Hotfixes\Q810577_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (19/40) Installiere Q810833: Ein ungeprüfter Puffer im Locator-Dienst kann die Ausführung von böswilligem Code ermöglichen
start /wait %systemdrive%\install\Hotfixes\Q810833_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (20/40) Installiere Q811493: Pufferüberlauf in der Nachrichtenbehandlung des Windows-Kernels führt möglicherweise zu erhöhten Berechtigungen
start /wait %systemdrive%\install\Hotfixes\Q811493_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (21/40) Installiere Q811630: HTML-Hilfe-Update zur Einschränkung der Funktionalität, wenn es mit der Methode window.showHelp( ) aufgerufen wird
start /wait %systemdrive%\install\Hotfixes\Q811630_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (22/40) Installiere Q812415: Probleme mit mehreren ATA-Laufwerken im S1-Energiemodus
start /wait %systemdrive%\install\Hotfixes\Q812415_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (23/40) Installiere Q814033: Treiber-Updates von der Windows Update Webseite können nicht installiert werden
start /wait %systemdrive%\install\Hotfixes\Q814033_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (24/40) Installiere Q814078: Sicherheitsanfälligkeit in Windows Script Engine ermöglicht eventuell Ausführung von Code
start /wait %systemdrive%\install\Hotfixes\js56nde.exe /q

ECHO.
ECHO (25/40) Installiere Q814995: Einige Programmkompatibilitäts-Updates funktionieren nach Installation von Update 328310 eventuell nicht mehr
start /wait %systemdrive%\install\Hotfixes\Q814995_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (26/40) Installiere Q815021: Ungeprüfter Puffer in einer Windows-Komponente kann die Sicherheit des Webservers gefährden
start /wait %systemdrive%\install\Hotfixes\Q815021_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (27/40) Installiere Q815485: Windows XP-Supportpatch für Wireless Protected Access
start /wait %systemdrive%\install\Hotfixes\Q815485_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (28/40) Installiere Q817287: Windows Update Fehler 643
start /wait %systemdrive%\install\Hotfixes\Q817287_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (29/40) Installiere Q817606: Buffer Overrun in Windows Could Lead to Data Corruption - Deutsch
start /wait %systemdrive%\install\Hotfixes\Q817606_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (30/40) Installiere Q818529: Kumulativer Patch für Internet Explorer, Juni 2003
start /wait %systemdrive%\install\Hotfixes\Q818529.exe /q:a /r:n

ECHO.
ECHO (31/40) Installiere Q819639: Fehler in Windows Media Player kann den Zugriff auf die Medienbibliothek ermöglichen
start /wait %systemdrive%\install\Hotfixes\WindowsMedia9-KB819639-x86-DEU.exe /q:a /r:n

ECHO.
ECHO (32/40) Installiere Q819696: Ungeprüfter Puffer in DirectX kann zu einer Kompromittierung des Systems führen
start /wait %systemdrive%\install\Hotfixes\Q819696_WXP_SP2_x86_DEU.exe /u /q /z /n

ECHO.
ECHO (33/40) Installiere KB282010: Jet 4.0 Service Pack 7
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB282010-x86-DEU.exe /u /q /z /n

ECHO.
ECHO (34/40) Installiere KB820128: Kernel Rollup Hotfix Package
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB820128-x86-DEU.exe /u /q /z /n

ECHO.
ECHO (35/40) Installiere KB820291: Neues Symbol und Hilfethema für das Feature "Programmzugriff und Standardeinstellungen festlegen"
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB820291-x86-DEU.exe /u /q /z /n

ECHO.
ECHO (36/40) Installiere KB821253: Windows Error Reporting Update - Deutsch
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821253-x86-DEU.exe /u /q /z /n

ECHO.
ECHO (37/40) Installiere KB821557: Unchecked Buffer in Windows Shell Could Enable System Compromise - Deutsch
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821557-x86-DEU.exe /u /q /z /n

ECHO.
ECHO (38/40) Installiere KB823559: Buffer Overrun In HTML Converter Could Allow Code Execution - Deutsch
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823559-x86-DEU.exe /u /q /z /n

ECHO.
ECHO (39/40) Installiere KB823980: Buffer Overrun In RPC Interface Could Allow Code Execution - Deutsch
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823980-x86-DEU.exe /u /q /z /n

ECHO.
ECHO (40/40) Installiere KB817778: Erweitertes Netzwerkpaket für Windows XP
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB817778-x86-DEU.exe /u /q /z /n

ECHO.
ECHO Fertig.

:Ende

ECHO.
ECHO Installiere DirectX 9.0b...
start /wait %systemdrive%\install\Apps\Directx9b\dxsetup.exe /windowsupdate
ECHO Fertig.

ECHO.
EXIT

Link to comment
Share on other sites

Wait till you see mine, complete with emulated CHOICE command (to abort for quick testing on second PC)... :D

BTW, it's for german XP.

hey not bad! maybe you should integrate a timer, so if the user doesn't sit in front of the computer (i.e. doesn't press a key after some time) the setup will install the fixes :)

but i've got a probleme here with nero 5:

nero.jpg

i've set the parameters like in the manual "/silent /noreboot", but i always receive this weird 183 error... google couln't help me out either :rolleyes:

Link to comment
Share on other sites

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