Jump to content

Office 2003 - Updates - Batch


Raoul90

Recommended Posts

Hello,

I have created the following batch to install the office 2003 updates which came out after SP3. (also 2007 compatibility package + SP1 and some office 2007 hotfixes):

CLS

Color 9E

Mode 62,14

Title Installatie van: Updates

@Echo Off

echo.

echo.

echo Installatie van de updates starten...

ECHO.

echo De installatie duurt circa 15 minuten...

ECHO.

Start /wait %systemdrive%\UPDATES\office2003-KB907417-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB921598-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB943452-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB943649-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB943973-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB945185-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB945432-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB948988-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB950213-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB951535-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB953404-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB953432-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB954478-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB955439-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB956357-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB958436-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB958620-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\office2003-KB959140-FullFile-NLD.exe /Q:A /R:N

Start /wait %systemdrive%\UPDATES\compatibilitypack.exe /quiet /norestart

Start /wait %systemdrive%\UPDATES\compatibilitypacksp1-kb940289-fullfile-nl-nl.exe /quiet /norestart

Start /wait %systemdrive%\UPDATES\office2007-kb951550-fullfile-x86-glb.exe /quiet /norestart

Start /wait %systemdrive%\UPDATES\office2007-kb951944-fullfile-x86-glb.exe /quiet /norestart

Start /wait %systemdrive%\UPDATES\office2007-kb954038-fullfile-x86-glb.exe /quiet /norestart

Start /wait %systemdrive%\UPDATES\office2007-kb954326-fullfile-x86-glb.exe /quiet /norestart

Start /wait %systemdrive%\UPDATES\office2007-kb956828-fullfile-x86-glb.exe /quiet /norestart

Start /wait %systemdrive%\UPDATES\office2007-kb958439-fullfile-x86-glb.exe /quiet /norestart

ECHO.

echo.

echo De installatie van de updates is succesvol voltooid...

Sleep #5

echo.

EXIT

Now the problem is, it installs the compatibilitypackage and office 2007 updates perfectly.

But it wont install the 2003 updates silently?

What am i doing wrong? Wrong switches or something?

Thanks in advance! :thumbup

Edited by Raoul90
Link to comment
Share on other sites


try

Start /wait %systemdrive%\UPDATES\office2003-KB907417-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB921598-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB943452-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB943649-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB943973-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB945185-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB945432-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB948988-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB950213-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB951535-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB953404-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB953432-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB954478-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB955439-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB956357-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB958436-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB958620-FullFile-NLD.exe /q

Start /wait %systemdrive%\UPDATES\office2003-KB959140-FullFile-NLD.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...