Raoul90 Posted January 23, 2009 Posted January 23, 2009 (edited) 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):CLSColor 9EMode 62,14Title Installatie van: Updates@Echo Offecho. 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:NStart /wait %systemdrive%\UPDATES\office2003-KB921598-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB943452-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB943649-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB943973-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB945185-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB945432-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB948988-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB950213-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB951535-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB953404-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB953432-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB954478-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB955439-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB956357-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB958436-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB958620-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\office2003-KB959140-FullFile-NLD.exe /Q:A /R:NStart /wait %systemdrive%\UPDATES\compatibilitypack.exe /quiet /norestartStart /wait %systemdrive%\UPDATES\compatibilitypacksp1-kb940289-fullfile-nl-nl.exe /quiet /norestartStart /wait %systemdrive%\UPDATES\office2007-kb951550-fullfile-x86-glb.exe /quiet /norestartStart /wait %systemdrive%\UPDATES\office2007-kb951944-fullfile-x86-glb.exe /quiet /norestartStart /wait %systemdrive%\UPDATES\office2007-kb954038-fullfile-x86-glb.exe /quiet /norestartStart /wait %systemdrive%\UPDATES\office2007-kb954326-fullfile-x86-glb.exe /quiet /norestartStart /wait %systemdrive%\UPDATES\office2007-kb956828-fullfile-x86-glb.exe /quiet /norestartStart /wait %systemdrive%\UPDATES\office2007-kb958439-fullfile-x86-glb.exe /quiet /norestartECHO.echo.echo De installatie van de updates is succesvol voltooid...Sleep #5echo.EXITNow 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! Edited January 23, 2009 by Raoul90
TheSickman Posted January 23, 2009 Posted January 23, 2009 tryStart /wait %systemdrive%\UPDATES\office2003-KB907417-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB921598-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB943452-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB943649-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB943973-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB945185-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB945432-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB948988-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB950213-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB951535-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB953404-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB953432-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB954478-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB955439-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB956357-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB958436-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB958620-FullFile-NLD.exe /qStart /wait %systemdrive%\UPDATES\office2003-KB959140-FullFile-NLD.exe /q
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now