Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Office > Office XP / 2003 General Issues
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

slipstream hotfixes

slipstream hotfixes

this thread has 5 replies and has been viewed 5037 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10th November 2006, 07:33
rhaynes0010 rhaynes0010 is offline
Casual
Casual
 
 Join Date: Nov 2006
  6 month star 12 month star
 Posts: 4
 Reputation: rhaynes0010 is on a distinguished road (10)
Thumbs down slipstream hotfixes

BEFORE posting I visited the following Web page:

http://support.microsoft.com/kb/906323

AND READ this thread:

http://www.petri.co.il/forums/archiv...hp?t-4282.html

----------------------------------------------------------------------------

I have an OFFICE 2003 PRO Admin Point /w SERVICE PACK TWO integrated.

Code:
%systemdrive%\Office\SETUP.EXE TRANSFORMS=PRO11.MST /qn
OFFICE installs perfectly.

FOR now I install the remaining hotfixes with a BATCH file:

Code:
@echo off

rem Modified October 17, 2006

color 9f


echo.
echo. Installing Update for Outlook 2003 Junk Email Filter (KB906173)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB906173.exe /q
cls
echo.
echo. Installing security update for Outlook 2003 (KB892843)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB892843.exe /q
cls
echo.
echo. Installing update for Office 2003 (KB907417)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB907417.exe /q
cls
echo.
echo. Installing Update for Outlook 2003 Junk Email Filter (KB905648)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB906173.exe /q
cls
echo.
echo. Installing Security Update for Word 2003 (KB917334)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB917334.exe /q
cls
echo.
echo. Installing Security Update for PowerPoint 2003 (KB916518)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB916518.exe /q
cls
echo.
echo. Installing Security Update for Office 2003 (KB917151)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB917151.exe /q
cls
echo.
echo. Installing Security Update for Office 2003 (KB914455)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB914455.exe /q
cls
echo.
echo. Installing Security Update for Excel 2003 (KB918419)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB918419.exe /q
cls
echo.
echo. Installing Update for Outlook 2003 Junk Email Filter (KB919031)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB919031.exe /q
cls
echo.
echo. Installing Update for Outlook 2003 (KB913807)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB913807.exe /q
cls
echo.
echo. Installing Security Update for Publisher 2003 (KB894542)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB894542.exe /q
cls
echo.
echo. Installing Security Update for Office 2003 (KB921566)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB921566.exe /q
cls
echo.
echo. Installing Update for InfoPath 2003 (KB920103)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB920103.exe /q
cls
echo.
echo. Installing Update for Outlook 2003 Junk Email Filter (KB921580)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB921580.exe /q
cls
echo.
echo. Installing Security Update for PowerPoint 2003 (KB923091)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB923091.exe /q
cls
echo.
echo. Installing Security Update for Excel 2003 (KB923088)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB923088.exe /q
cls
echo.
echo. Installing Security Update for Word 2003 (KB923094)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB923094.exe /q
cls
echo.
echo. Installing Security Update for Office 2003 (KB924424)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB924424.exe /q
cls
echo.
echo. Installing Security Update for Office 2003 (KB923272)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB923272.exe /q
cls
echo.
echo. Installing Update for Office 2003 (KB923097)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB923097.exe /q
cls
echo.
echo. Installing Update for Outlook Junk Email Filter 2003 (KB923095)
Start /wait %systemdrive%\OemPreinstall\Office\updates\KB923095.exe /q

exit
This too works perfectly, but as I add more hotfixes to the batch file Obviously, the longer it takes.

A friend suggested integrating the .msp files to the OFFICE installation rather than installing them afterwards.

My Admin installation point: C:\Office



I EXTRACT say, kb873381.exe to C:\PATCH (WinRAR)



I type the following in RUN:

Code:
msiexec /p C:\PATCH\MSGR3FRff.msp /a C:\Office\pro11.msi shortfilenames=true /qb
I THEN Get the Following ERROR:



I've tried multiple hotfixes and variations with the same ERROR, any suggestions are appreciated. Thank you for your time.
  #2  
Old 10th November 2006, 16:24
JeremyW JeremyW is offline
Moderator
 
 Join Date: May 2006
  6 month star 12 month star
 Location: Washington DC metro area
 Posts: 3,309
 Reputation: JeremyW is a glorious beacon of lightJeremyW is a glorious beacon of lightJeremyW is a glorious beacon of lightJeremyW is a glorious beacon of lightJeremyW is a glorious beacon of light (497)
Default Re: slipstream hotfixes

Did you update your Windows Installer to 3.1?
http://www.microsoft.com/downloads/d...8-DE776FD4138C
__________________
Regards,
Jeremy

Network Consultant/Engineer
Baltimore - Washington area and beyond
www.gma-cpa.com
  #3  
Old 10th November 2006, 17:46
rhaynes0010 rhaynes0010 is offline
Casual
Casual
 
 Join Date: Nov 2006
  6 month star 12 month star
 Posts: 4
 Reputation: rhaynes0010 is on a distinguished road (10)
Default Re: slipstream hotfixes

Yes, is there anything else it could be or more information I could share?
  #4  
Old 10th November 2006, 18:07
AndyUK's Avatar
AndyUK AndyUK is offline
Junior Member
Staying around
 
 Join Date: Apr 2006
  6 month star 12 month star
 Location: East Yorkshire UK
 Posts: 225
  Send a message via MSN to AndyUK
 Reputation: AndyUK is on a distinguished road (49)
Default Re: slipstream hotfixes

Just a suggestion.

I have come across the same thing recently during updates when there are two msp files in the unpacked hotfix folder. One is applied and the other will give the same error you get. I suspect that its a case of order of installation. I'm not 100% on this as I'm still in the process of upgrading to office 2003 on my sites. But from what I have found if you apply a hotfix that has superseeded the one your trying to apply you will get this error.

Hope this helps if only a little.
__________________
The Univurse is still winning!

W2K AD, WSUS, RIS 2003. ISA also AVG Server
** If contributors help you, recognise them and give reputation points where appropriate **
  #5  
Old 10th November 2006, 18:42
rhaynes0010 rhaynes0010 is offline
Casual
Casual
 
 Join Date: Nov 2006
  6 month star 12 month star
 Posts: 4
 Reputation: rhaynes0010 is on a distinguished road (10)
Default Re: slipstream hotfixes

I believe I see what your saying, I'll try numerous more to see if any are successful and take note of which ones are.

I have took down the following notes that may be of some help to someone:

Code:
KB905648 - OUTLFLTR.msp

KB917151 - MSO.msp AND PVMSO.msp

KB920103 - INFOPATH.msp

kb873381 - MSGR3FRff.msp

kb885828 - MSOff.msp

kb887979 - WINWORDff.msp

kb887982 - INFPXSNff.msp

kb892258 - MSSP3FRff.msp

kb892843 - OLKINTLff.msp AND OUTLOOKff.msp

KB894542 - MSPUB.msp

KB896999 - OUTLFLTR.msp

KB906173 - ""

KB907417 - OTKLOADR.msp

KB913807 - OLKINTLff.msp AND OUTLOOKff.msp

KB914455 - GPFILTff.msp

KB916518 - POWERPNTff.msp

KB917334 - WINWORDff.msp

KB918419 - EXCELff.msp

KB919031 - OUTLFLTR.msp

KB921566 - MSO.msp AND PVMSO.msp

KB921580 - OUTLFLTR.msp

KB923088 - EXCEL.msp

KB923091 - POWERPNT.msp

KB923094 - WINWORD.msp

KB923095 - OUTLFLTR.msp

KB923097 - STLIST.msp

KB923272 - MSO.msp AND PVMSO.msp

KB924424 - MSXML5.msp AND PVMSXM5.msp
  #6  
Old 10th November 2006, 19:12
AndyUK's Avatar
AndyUK AndyUK is offline
Junior Member
Staying around
 
 Join Date: Apr 2006
  6 month star 12 month star
 Location: East Yorkshire UK
 Posts: 225
  Send a message via MSN to AndyUK
 Reputation: AndyUK is on a distinguished road (49)
Default Re: slipstream hotfixes

I'm using the Standard edition.

But what I did was installed the SP2 version on a PC via the command line generated by the installation wizard and then confirmed what updates that particular version required to bring it upto date.

Use the MS Office update site. http://office.microsoft.com/en-gb/do...incatalog.aspx
Do a custom update and then note the required KB article numbers.
That way you should get an acurate list and just install in order (numeric)

This may help more
__________________
The Univurse is still winning!

W2K AD, WSUS, RIS 2003. ISA also AVG Server
** If contributors help you, recognise them and give reputation points where appropriate **
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Slipstream Local Source? sherman Office XP / 2003 General Issues 1 11th November 2006 13:42
Consolidating Win XP Hotfixes after SP2 Stolichnaya Windows Server 2000 / 2003 6 11th November 2006 04:44
Integrated Hotfixes Office - Can't run new Updates zaqxsw Office XP / 2003 General Issues 1 13th October 2006 16:44
CD-ROM not recognised after creating XP Pro SP2 slipstream paulororke Windows 2000 Pro, XP Pro 1 23rd November 2005 01:11
[help] howto slipstream a Office XP (SP2)-CD spike_scramble Windows Server 2000 / 2003 1 7th December 2003 10:07


All times are GMT +3. The time now is 15:39.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri