Jump to content

HOTFIXES INSTALL QUESTION


Recommended Posts

Would anyone know why all of the patches in Add/Remove Programs don't display "Installed On 00/00/000" when the updates are done from a batch file? If they are done from Windows Updates it displays on all of them. See attached image.

post-12221-1150754356_thumb.jpg

Link to comment
Share on other sites


Yes, I installed all of these in one day, this is my batch file. Still working on it....

cls

@echo off

echo.

echo .net framework 1.1

echo please wait...

start /wait dotnet11\dotnetfx.exe /q:a /c:"install /q"

echo.

echo .net framework 1.1 sp1

echo please wait...

start /wait dotnet11sp1\kb867460.exe /q

echo.

echo .net framework 2.0

echo please wait...

start /wait dotnet20\dotnetfx.exe /q:a /c:"install /l /q"

echo.

echo windows media player 10

echo please wait..

start /wait wmp10\mp10setup.exe /Q:A /R:N /C:"setup_wm.exe /Q:A /R:N"

echo.

echo kb893803 09.02.2005 microsoft windows installer 3.1

start /wait kb893803.exe /q /n /z

echo.

echo kb898461 06.27.2005 update for windows xp

start /wait kb898461.exe /q /n /z

echo.

echo kb892130 00.00.00 windows genuine advantage validation tool

start /wait kb892130.exe /q

echo.

echo kb905474 00.00.00 windows genuine advantage notification

start /wait kb905474.exe /quiet /norestart

echo.

echo kb873339 12.13.2004 security Update for windows xp

start /wait kb873339.exe /q /n /z

echo.

echo kb886185 12.13.2004 critical Update for windows xp

start /wait kb886185.exe /q /n /z

echo.

echo kb885836 12.13.2004 security Update for windows xp

start /wait kb885836.exe /q /n /z

echo.

echo kb888302 02.07.2005 security Update for windows xp

start /wait kb888302.exe /q /n /z

echo.

echo kb887472 02.07.2005 security Update for windows messenger

start /wait kb887472.exe /q /n /z

echo.

echo kb891781 02.07.2005 security Update for windows xp

start /wait kb891781.exe /q /n /z

echo.

echo kb888113 02.07.2005 security Update for windows xp

start /wait kb888113.exe /q /n /z

echo.

echo kb887742 11.22.2004 update for windows xp

start /wait kb887742.exe /q /n /z

echo.

echo kb885835 12.13.2004 security Update for windows xp

start /wait kb885835.exe /q /n /z

echo.

echo kb890046 06.13.2005 security Update for windows xp

start /wait kb890046.exe /q /n /z

echo.

echo kb896422 06.13.2005 security Update for windows xp

start /wait kb896422.exe /q /n /z

echo.

echo kb896428 06.13.2005 security Update for windows xp

start /wait kb896428.exe /q /n /z

echo.

echo kb901214 07.11.2005 security Update for windows xp

start /wait kb901214.exe /q /n /z

echo.

echo kb890859 04.11.2005 security Update for windows xp

start /wait kb890859.exe /q /n /z

echo.

echo kb896358 06.13.2005 security Update for windows xp

start /wait kb896358.exe /q /n /z

echo.

echo kb893756 08.08.2005 security Update for windows xp

start /wait kb893756.exe /q /n /z

echo.

echo kb899591 08.08.2005 security Update for windows xp

start /wait kb899591.exe /q /n /z

echo.

echo kb899587 08.08.2005 security Update for windows xp

start /wait kb899587.exe /q /n /z

echo.

echo kb896423 08.08.2005 security Update for windows xp

start /wait kb896423.exe /q /n /z

echo.

echo kb894391 05.18.2005 update for windows xp

start /wait kb894391.exe /q /n /z

echo.

echo kb886903 02.08.2005 security Update for microsoft .net framework, version 1.1 service pack 1

start /wait kb886903.exe /q

echo.

echo kb902400 10.10.2005 security Update for windows xp

start /wait kb902400.exe /q /n /z

echo.

echo kb901017 10.10.2005 security Update for windows xp

start /wait kb901017.exe /q /n /z

echo.

echo kb905414 10.10.2005 security Update for windows xp

start /wait kb905414.exe /q /n /z

echo.

echo kb905749 10.10.2005 security Update for windows xp

start /wait kb905749.exe /q /n /z

echo.

echo kb900725 10.10.2005 security Update for windows xp

start /wait kb900725.exe /q /n /z

echo.

echo kb896424 11.07.2005 security Update for windows xp

start /wait kb896424.exe /q /n /z

echo.

echo kb910437 12.12.2005 update for windows xp

start /wait kb910437.exe /q /n /z

echo.

echo kb904706 12.13.2005 security Update for windows xp

start /wait kb904706.exe /q /n /z

echo.

echo kb908519 01.09.2006 security Update for windows xp

start /wait kb908519.exe /q /n /z

echo.

echo kb912919 01.05.2006 security Update for windows xp

start /wait kb912919.exe /q /n /z

echo.

echo kb911927 02.13.2006 security Update for windows xp

start /wait kb911927.exe /q /n /z

echo.

echo kb911564 02.13.2006 security Update for windows media player plug-in

start /wait kb911564.exe /q /n /z

echo.

echo kb911567 04.10.2006 cumulative security update for outlook express for windows xp

start /wait kb911567.exe /q /n /z

echo.

echo kb911562 04.10.2006 security update for windows xp

start /wait kb911562.exe /q /n /z

echo.

echo kb900485 04.25.2006 update for windows xp

start /wait kb900485.exe /q /n /z

echo.

echo kb908531 04.25.2006 security Update for windows xp

start /wait kb908531.exe /q /n /z

echo.

echo kb913433 05.09.2006 security Update for flash player

start /wait kb913433.exe /q

echo.

echo kb917734 06.12.2006 security Update for windows media player 10 for windows xp

start /wait kb917734.exe /q /n /z

echo.

echo kb914389 06.12.2006 security Update for windows xp

start /wait kb914389.exe /q /n /z

echo.

echo kb917344 06.13.2006 security Update for windows xp

start /wait kb917344.exe /q /n /z

echo.

echo kb918439 06.08.2006 security Update for windows xp

start /wait kb918439.exe /q /n /z

echo.

echo kb911280 06.12.2006 security Update for windows xp

start /wait kb911280.exe /q /n /z

echo.

echo kb916281 06.07.2006 cumulative security update for internet explorer for windows xp

start /wait kb916281.exe /q /n /z

echo.

echo kb913580 05.09.2006 security Update for windows xp

start /wait kb913580.exe /q /n /z

echo.

echo kb917953 06.12.2006 security Update for windows xp

start /wait kb917953.exe /q /n /z

echo.

echo kb890830 06.13.2006 windows malicious Software removal tool - june 2006

start /wait kb890830.exe /q

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