Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Office 2003 - Updates - Batch

Featured Replies

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

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.