Jump to content

Recommended Posts

Posted

Hello there,

I'm using the good old batch way to install my hotfixes for XPSP1, here is my batch:

echo Applying SP2 hotfixes...
for %%i in (%systemdrive%\install\hotfixes\1\*.exe) do start /wait %%i /u /o /z /n
for %%i in (%systemdrive%\install\hotfixes\2\*.exe) do start /wait %%i /q:a /r:n

All but the Q867801 (Cumulative for IE SP1) are correctly installed. So the question is, what am i doing wrong with this one?

I putted it in my type 2 Hotfixes folder, but when i run WU after my unattended installation, it tell me i still need this hotfix.

Any help would be greatly appreciated.

TIA


Posted

You should make sure you don't have any previous IE Cumulative updates in your hotfixes folders as they will clash with the latest and put old file versions on.

Posted

Thanks a lot Aaron, gota investigate thate.

HEre is my listof Hotfixes, in case you'll see something i wouldn't find :)

[C:\INSTALL\XPSP1\$OEM$\$1\INSTALL\HOTFIXES\1]

KB282010.exe

KB810243.exe

KB817778.exe

KB818043.exe

KB820291.exe

KB822603.exe

KB823182.exe

KB824105.exe

KB824141.exe

KB824146.exe

KB825119.exe

KB828026.exe

KB828035.exe

KB828741.EXE

KB829558.exe

KB835732.EXE

KB837001.EXE

KB839643.EXE

kb839645.exe

KB840315.exe

KB840374.EXE

KB841873.exe

KB842773.exe

Q322011.exe

Q327979.exe

Q329170.exe

Q810272.exe

Q814995.exe

Q819696.exe

[C:\INSTALL\XPSP1\$OEM$\$1\INSTALL\HOTFIXES\2]

hu1002_pro

KB823353

KB870669

q330994

q820223

q828750

q867801

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