Office 2003 Hotfix, HELP! Integrating MSPs into office install... ripping out my hair.
#1
Posted 13 July 2006 - 02:35 AM
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?
#2
Posted 13 July 2006 - 10:33 AM
This post has been edited by JuMz: 13 July 2006 - 10:33 AM
#3
Posted 13 July 2006 - 12:00 PM
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$.......
#4
Posted 13 July 2006 - 12:29 PM
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...
This post has been edited by jrf2027: 13 July 2006 - 12:44 PM
#5
Posted 13 July 2006 - 01:49 PM
#6
Posted 27 June 2007 - 01:25 PM
#7
Posted 30 June 2007 - 08:27 AM
JuMz, on Jun 27 2007, 03:25 PM, said:
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.
Attached File(s)
-
Office11_Patches.zip (2.39K)
Number of downloads: 80
This post has been edited by beeker: 01 July 2007 - 05:31 PM
#8
Posted 06 July 2007 - 11:39 AM



Help
Back to top









