windows updates

yeh, but takes along time. All you do is download each hotfix manually and create a batch file. Then you use switches to install them silantly so you don't need to keep clicking next and accepting agreements. I already got my own which runs off CD.

I can show you the batch script if you want it?
 
zen62619 said:
yeh, but takes along time. All you do is download each hotfix manually and create a batch file. Then you use switches to install them silantly so you don't need to keep clicking next and accepting agreements. I already got my own which runs off CD.

I can show you the batch script if you want it?

if you don't mind please? :)
 
Basically this is what I use.

Code:
Rem:  SOF
Rem:  ---------------------------------------------------------------------------------

@echo off
cls
TITLE Windows Hotfix Installations

Rem:--------------------------------------------
Rem: PART 1 INSTALL OF (A) HOTFIXES.
Rem:--------------------------------------------
ECHO.
ECHO.
ECHO  Installing Part 1 Of Updates and Hotfixes (4)(A)
START /WAIT %SystemDrive%\OEM\A\01.KB893803.exe /Q /O /N /Z
START /WAIT %SystemDrive%\OEM\A\02.KB898461.exe /Q /O /N /Z
START /WAIT %SystemDrive%\OEM\A\03.KB892130.exe /Q /O /N /Z
START /WAIT %SystemDrive%\OEM\A\04.dotnetfx3.exe /q
Rem:--------------------------------------------
CLS
Rem:--------------------------------------------
Rem: PART 2 INSTALL OF (WMP11) HOTFIXES.
Rem:--------------------------------------------
ECHO.
ECHO.
ECHO  Installing Part 2 Of Updates and Hotfixes (3)(WMP11)
START /WAIT %SystemDrive%\OEM\WMP11\01.MP11SetX.exe
START /WAIT %SystemDrive%\OEM\WMP11\02.KB911564.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\WMP11\03.KB911565.exe /Q /N /Z
Rem:--------------------------------------------
CLS
Rem:--------------------------------------------
Rem: PART 3 INSTALL OF (IE7) HOTFIXES.
Rem:--------------------------------------------
ECHO.
ECHO.
ECHO  Installing Part 3 Of Updates and Hotfixes (2)(IE7)
START /WAIT %SystemDrive%\OEM\ie7\IE7-Setup.exe /quiet /update-no /nobackup /norestart
START /WAIT %SystemDrive%\OEM\ie7\KB928089.exe /Q /N /Z
Rem:--------------------------------------------
CLS
Rem:--------------------------------------------
Rem: PART 4 INSTALL OF (SOU) HOTFIXES.
Rem:--------------------------------------------
ECHO.
ECHO.
ECHO  Installing Part 4 Of Updates and Hotfixes (13)(SOU)
START /WAIT %SystemDrive%\OEM\SOU\01.dotnet11.exe
START /WAIT %SystemDrive%\OEM\SOU\02.dotnet22.exe
START /WAIT %SystemDrive%\OEM\SOU\03.KB914440.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\SOU\04.KB904942.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\SOU\05.KB896344.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\SOU\06.KB909520.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\SOU\07.KB900930.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\SOU\08.WUAgent.exe /wuforce /quiet /norestart
START /WAIT %SystemDrive%\OEM\SOU\09.KB917275.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\SOU\10.KB920342.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\SOU\11.KB925876.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\SOU\12.KB929120.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\SOU\13.KB928388.exe /Q /N /Z
Rem:--------------------------------------------
CLS
Rem:--------------------------------------------
Rem: PART 5 INSTALL OF (HPU) HOTFIXES.
Rem:--------------------------------------------
ECHO.
ECHO.
ECHO  Installing Part 5 Of Updates and Hotfixes (67)(HPU)
START /WAIT %SystemDrive%\OEM\HPU\01.KB921883.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\02.KB923414.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\03.KB923191.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\04.KB924191.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\05.KB890830.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\06.KB922819.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\07.KB922770.msp /quiet /qn /norestart
START /WAIT %SystemDrive%\OEM\HPU\08.KB922582.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\09.KB916595.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\10.KB919007.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\11.KB885836.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\12.KB920872.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\13.KB917422.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\14.KB920670.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\15.KB920683.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\16.KB921398.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\17.KB922616.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\18.KB920214.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\19.KB917283.msp /quiet /qn /norestart
START /WAIT %SystemDrive%\OEM\HPU\20.KB914388.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\21.KB920685.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\22.KB913433.exe /Q:A /R:N
START /WAIT %SystemDrive%\OEM\HPU\23.KB886185.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\24.KB911280.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\25.KB914389.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\26.KB918439.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\27.KB913580.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\28.KB917953.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\29.KB900485.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\30.KB908531.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\31.KB917734.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\32.KB911567.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\33.KB911562.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\34.KB911927.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\35.KB896423.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\36.KB908519.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\37.KB912919.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\38.KB910437.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\39.KB904706.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\40.KB896424.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\41.KB910437.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\42.KB905749.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\43.KB900725.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\44.KB902400.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\45.KB899589.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\46.KB901017.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\47.KB905414.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\48.KB893756.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\49.KB899591.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\50.KB899587.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\51.KB894391.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\52.KB896358.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\53.KB890859.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\54.KB901214.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\55.KB890046.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\56.KB896428.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\57.KB885835.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\58.KB888302.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\59.KB891781.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\60.KB873339.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\61.KB927977.exe /quiet /qn /norestart
START /WAIT %SystemDrive%\OEM\HPU\62.KB920213.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\63.KB923980.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\64.KB924270.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\65.KB926255.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\66.KB923694.exe /Q /N /Z
START /WAIT %SystemDrive%\OEM\HPU\67.KB923689.exe /Q /N /Z
Rem:--------------------------------------------
CLS
Rem:--------------------------------------------
Rem: PART 6 INSTALL OF (APPS) HOTFIXES.
Rem:--------------------------------------------
ECHO.
ECHO.
ECHO  Installing Part 6 Of Updates and Hotfixes (5)(APPS)
START /WAIT %SystemDrive%\OEM\APPS\dxsetup\DXSETUP.exe /silent
START /WAIT %SystemDrive%\OEM\APPS\install_flash_player_active_x.msi /quiet /qb
START /WAIT %SystemDrive%\OEM\APPS\java1.5.10.exe /quiet /qn
START /WAIT %SystemDrive%\OEM\APPS\MsnMsgs.msi /quiet /qn
START /WAIT %SystemDrive%\OEM\APPS\wllogin.msi /quiet /qn
REG DELETE HKLM\software\microsoft\windows\currentversion\Run /v MsnMsgr /F
REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v MsnMsgr /F
Rem:--------------------------------------------
CLS
Rem:--------------------------------------------
Rem: PART 8 CLEANUP.
Rem:--------------------------------------------
ECHO.
ECHO.
ECHO  Cleaning Windows XP Installation (12)(CLEANUP)
net user aspnet /delete
DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk"
DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk"
DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"
DEL "%AllUsersProfile%\Start Menu\Programs\Windows Movie Maker.lnk"
DEL "%UserProfile%\Start Menu\Programs\Remote Assistance.lnk"
DEL "%UserProfile%\Start Menu\Programs\Outlook Express.lnk"
DEL "%UserProfile%\Start Menu\Programs\Accessories\Synchronize.lnk"
DEL "%UserProfile%\Start Menu\Programs\Accessories\Tour Windows XP.lnk"
DEL "%UserProfile%\Start Menu\Programs\Accessories\Program Compatibility Wizard.lnk"
DEL "%UserProfile%\Start Menu\Programs\Accessories\Command Prompt.lnk"
DEL "%UserProfile%\Start Menu\Programs\Accessories\Address Book.lnk"
SHUTDOWN -r -f -t 10 -c "The Computer Will Restart In 10 Seconds"

Rem:  EOF
Rem:  ---------------------------------------------------------------------------------
Rem:  Date: 19/12/2006

If you have XP pro inc SP2 that will be ok but dont use it if you have xp home.
 
Last edited by a moderator:
Zen do you still post the monthly update patcher ISO? Mine is out of date by a few months now. Thanks.
 
Duke said:
Zen do you still post the monthly update patcher ISO? Mine is out of date by a few months now. Thanks.

no I don't I got banned from 5 forums because I posted my scripts and the mods administrators thought it was "warez".. I'm sorry. Alough the one above is the batch file for Decembers updates + directX december.
 
Last edited by a moderator:
zen62619 said:
[snip]
If you have XP pro inc SP2 that will be ok but dont use it if you have xp home.
Is there any particular update there that doesn't work with XP Home (SP2), as the batch file I made a couple of months back worked fine with both Pro and Home?
 
this_is_gav said:
Is there any particular update there that doesn't work with XP Home (SP2), as the batch file I made a couple of months back worked fine with both Pro and Home?

Not sure what the updates are like on home. if its the same that batch file might work on home then.

I don't know because I don't use pro. You might want to test it ?
 
zen62619 said:
Not sure what the updates are like on home. if its the same that batch file might work on home then.

I don't know because I don't use pro. You might want to test it ?
Generally it simply won't install an update that doesn't have the core components installed. It just pops-up an error, you hit "OK", and it carries on.
 
zen62619 said:
no I don't I got banned from 5 forums because I posted my scripts and the mods administrators thought it was "warez".. I'm sorry. Alough the one above is the batch file for Decembers updates + directX december.
Oh right :( I'll give it a go myself :) ta
 
Duke said:
Oh right :( I'll give it a go myself :) ta

best way to try it the way i do it is use vmware to install basic xp inc sp2.

then go to the updates site and print out every kb article there is available. Go through bit by bit downloading and archiving it into a named folder for example all High Pritority updates in a HP folder. rename the KB article number to 1.KBNUMBER. As you can see from my batch file. Then I just amke sure the batch file matches the CD folder archive and then all I do is create the ISO file and burn it.

Next time I install XP I install XP inc sp2 then before my drivers i bang in the updateCD and let it roll. autoloads itself and takes about 5 mins to finish itself. It automatically reboots my pc and then i install the drivers.
 
Back
Top Bottom