Help - Search - Members - Calendar
Full Version: Office 2003 Updates
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
pachelbeljoe
Here is a solution for a silent install of the Office 2003 Updates. Look for Updates here:
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 welcome.gif
enuffsaid
removed
pachelbeljoe
QUOTE (enuffsaid @ Feb 24 2004, 02:50 AM)
Thanks!

I'll give this a try.

Regards,
eNuffSaid

Hope it will work for you!

pachelbeljoe welcome.gif
enuffsaid
removed
Aaron
"D:\XPCD\$oem$\$1\install\Applications\Office2003\Updates\KB828041\ohotfix.exe"

should be

"%systemdrive%\install\Applications\Office2003\Updates\KB828041\ohotfix.exe" ?
Frank_Sechrist
They don't work for me either. I think they are intended to update an administrative install point, or they require that the MSOCache folder be present. When I install Office 2003 in an unattended manner, the MSOCache folder is not installed.

I'm successfully installing the updates via the .exe files, and using AutoIt to get through the OK window at the end of each update.

Does anyone know if the ohotfix method will work if the MSOCache folder is present? Amd does anyone know how to get the MSOCache folder installed via the unattended mode?

Thanks!
enuffsaid
removed
pachelbeljoe
QUOTE (enuffsaid @ Mar 3 2004, 03:14 AM)
Hi Aaron,

I'm running all my software updates etc from my D:\ partition. Else it wont fit on the CD. So the location "D:\XPCD\..." is correct.

But it doesn't really matter. What I don't get about this is, why use the "ohotfix.exe" method described here by Pacheljoe, if you can just simply use the /Q parameter!!!  mad.gif

I'm using those now. Don't need to extract the patch, don't need to edit the .ini, don't have to place each and everyone of those patches in its own directory. Whoever came up with the extraction method should be...  blink.gif  wacko.gif

So I'm wondering now, pacheljoe, WHY is it you use this method rather than execute the original download with a /Q?

Regards,
eNuffSaid

Iīm using this method because it was the only one that was working for me. And it works fine using the RunOnceEx method. I created an administrativ installation point and install the hotfixes after installing office and it works absolutly correct.
And donīt attack me if you are not able to use my way. Just use your way if it works for you. We are all here to learn and not to pee on each other!
No need to get angry. And there are many possible situations in which you will need the extraction of files to make an unattended, silent install of an application.

pachelbeljoe
utln
@Frank_Sechrist
The link pachelbeljoe provided is for updating an Administrative Install Point. These files always have 'fullfile' in the name.

@enuffsaid
It might make things easier for you if you created an Admin Install Point on your applications partition and slipstreamed the hotfixes into Office.

Upside:
* It would cut down on your installation time (no need to run post install hotfixes)
* Admin Point with slipstreamed hotfixes will fit onto a CD for archiving purposes

Downside:
* You must use 'fullfile' updates in the future as well. This means you cannot go to the product updater at office.microsoft.com and update your installation. You'll be able to see what you need to install, but 99+% of those updates will require you to download and install the hotfix on your own.
enuffsaid
removed
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.