Jump to content

Office 2003 Hotfix, HELP!


pacardon

Recommended Posts

Ok... I read I don't know how many guides on integrating hotfixes into a Office 2003 install.

You use the following command:

msiexec /p <path\msp> /a <path>\pro11.msi SHORTFILENAMES=TRUE /qb

Correct?

I have tried I don't know how many times... but the hotfixes I integrated still appear in MBSA and Microsoft Updates as not installed after using the Admin install. Are they applied but just don't have the proper registry entries? Is there anway to run them afterward instead of integrating using a transform?

Link to comment
Share on other sites


I have the same problem, not sure what I am doing wrong either. BUT they don't show up in office update though. So I know they get installed. (I.E, when I don't slip stream, they show up in office update, when I do slipstream, they are no longer in office update). Not been able to figure this out for a while. Any suggestions would help.

Edited by JuMz
Link to comment
Share on other sites

well this is aknown error or some of M$ update progies

the integrated patches dont show up on office update but they show on mu or mbsa.... so the only help can be provided by M$.......

Link to comment
Share on other sites

I'm not claiming to be an expert on this, but...

After this last round of updates, I created a fresh Office 2003 administrative install point, then integrated SP2 and all the latest updates, then ran an administrative reinstall of Office 2003, and came up with no updates at Office Update.

I used batch files to update the install point. Here's the code that worked for me (OFFICE2003 is location for install point, OfficeUpdates is location for updates):

CLS
@echo off
TITLE Microsoft Office 2003 Professional Service Pack Integrator

ECHO.
ECHO Now integrating Office 2003 Installation Files to SP2...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\MAINSP2ff.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Office 2003 Web Component Files to SP2...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\OWC11.MSI /p D:\Install\OfficeUpdates\OWC11SP2ff.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Office Update (907417)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\PRO11.MSI /p D:\Install\OfficeUpdates\OTKLOADR.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Outlook Update (913807)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\OUTLOOKff.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Outlook Update (913807)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\OLKINTLff.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating PowerPoint Update (916518)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\POWERPNTff.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Word Update (917334)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\WINWORDff.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Excel Update (918419)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\EXCELff.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Office Update (917151)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\MSO.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Office Update (917151)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\PVMSO.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Office Update (914455)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\GPFILTff.MSP SHORTFILENAMES=true /qb-

ECHO.
ECHO Now integrating Outlook Spam Update (919031)...
ECHO Please wait...
start /wait msiexec /a d:\Install\OFFICE2003\pro11.MSI /p D:\Install\OfficeUpdates\OUTLFLTR.MSP SHORTFILENAMES=true /qb-


EXIT

The required updates are listed above - many old updates have been superseded and are no longer needed.

Code for reinstall:

msiexec /i d:\Install\OFFICE2003\PRO11.MSI REINSTALL=all REINSTALLMODE=vomus

Office Update shows no updates needed. I'd say as long as Office Update says no updates needed, you're in the clear...of course, Microsoft Update will probably still try to install the updates unless you tell it not to...

Edited by jrf2027
Link to comment
Share on other sites

  • 11 months later...

Does anyone have the solution for Office updates still showing up in Microsoft Update, despite being slipstreamed? They do not show up in Office Update, just in Microsoft Update...I know there has been no response in over a year but I never did find a solution for this and I have come across this again...

Link to comment
Share on other sites

Does anyone have the solution for Office updates still showing up in Microsoft Update, despite being slipstreamed?

This question pops up every once in a while. There may never be a solution from MS, the only solution I've seen is to add registry entries for each hotfix you slipstream. You can find out more at Siginet's forum and his Office Integrator.

Edit: Attached are the English Version registry settings for:

KB894542

KB907417

KB914455

KB919029

KB920103

KB920813

KB923097

KB924085

KB924424

KB925251

KB933666

KB933669

KB934180

KB934181

(No Outlook Junk Email Filter KB because it changes so often)

Also Proofing Tools KB921585

This should keep Windows Update happy for now.

Office11_Patches.zip

Edited by beeker
Link to comment
Share on other sites

@beeker Hey, thanks for that. This one has plagued me for a long time. I'm going to give Sigint's Office Integrator a whirl, but it's nice to have the registry settings information you provided as a starting point in case I want to do this manually down the road.

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...