http://www.microsoft.com/office/ork/2003/t...ddl/default.htm
Download the Files you need. After downloading, extract the exe-file to a directory using WinZip or WinRAR.
In this directory you will find a file named ohotfix.ini. Open this file and modify it in this way:
ShowSuccessDialog=0
UpgradeMsi=0
OHotfixUILevel=q
MsiUILevel=q
and
RebootInQuietMode=0
Then save the ohotfix.ini. Put the directories with the hotfixes in your $OEM$\$1\Install\Applications\Updates directory (or wherever you have your files). After that put the following lines in your RunOnceEX.cmd:
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\Updates\KB828041\ohotfix.exe" /f
REG ADD %KEY%\010 /V 2 /D "%systemdrive%\install\Applications\Updates\KB832333\ohotfix.exe" /f
REG ADD %KEY%\010 /V 3 /D "%systemdrive%\install\Applications\Updates\kb830000\ohotfix.exe" /f
This should give you a silent install of the Office 2003 hotfixes.
pachelbeljoe