Jump to content

Office Shink total failure with Oct.06 updates


Recommended Posts

As of October's updates (to Offfice 2K3), office shink no longer works.

It had been skiping a handfull of files that I kept track of and added manually in past months. However, one of the recent .msp patches has really thrown the office shrink autoit script off, too bad. :(

And, with no update in 2 yrs....

I guess the creator is long gone.

If any one feels like assisting, I'm about to decompile shrink_lang02.exe. My autoit skills at this point are weak but may be improoving shortly. I may rewritre as a batch as I don't care about cosmetics, well see what the decompiler spits out.

In recent months updates have increased and it's difficult to track down which one(s) are causing this process to fail. I doubt anyone knows right now (only yesterday was patch Tues.).

Here's a tested, complete list of required patches should it proove to be usefull....

E:\OfficeUpdater\Office_Updates\SP2

==================================

MAINSP2ff.msp 95103 KB

OWC11SP2ff.msp 6071 KB

Total 2 file(s); Size: 103602688 Byte(s)

E:\OfficeUpdater\Office_Updates\KB892843

=======================================

OLKINTLff.msp 3914 KB

OUTLOOKff.msp 9138 KB

Total 2 file(s); Size: 13366272 Byte(s)

E:\OfficeUpdater\Office_Updates\KB894542

=======================================

MSPUB.msp 5084 KB

Total 1 file(s); Size: 5206528 Byte(s)

E:\OfficeUpdater\Office_Updates\KB907417

=======================================

OTKLOADR.msp 2815 KB

Total 1 file(s); Size: 2883072 Byte(s)

E:\OfficeUpdater\Office_Updates\KB914455

=======================================

GPFILTff.msp 497 KB

Total 1 file(s); Size: 509440 Byte(s)

E:\OfficeUpdater\Office_Updates\KB920103

=======================================

INFOPATH.msp 4471 KB

Total 1 file(s); Size: 4578816 Byte(s)

E:\OfficeUpdater\Office_Updates\KB921566

=======================================

MSO.msp 12004 KB

Total 1 file(s); Size: 12292096 Byte(s)

E:\OfficeUpdater\Office_Updates\KB923088

=======================================

EXCEL.msp 14143 KB

Total 1 file(s); Size: 14482944 Byte(s)

E:\OfficeUpdater\Office_Updates\KB923091

=======================================

POWERPNT.msp 10016 KB

Total 1 file(s); Size: 10256384 Byte(s)

E:\OfficeUpdater\Office_Updates\KB923094

=======================================

WINWORD.msp 13416 KB

Total 1 file(s); Size: 13737984 Byte(s)

E:\OfficeUpdater\Office_Updates\KB923095

=======================================

OUTLFLTR.msp 5054 KB

Total 1 file(s); Size: 5175808 Byte(s)

E:\OfficeUpdater\Office_Updates\KB923097

=======================================

STLIST.msp 6106 KB

Total 1 file(s); Size: 6253056 Byte(s)

E:\OfficeUpdater\Office_Updates\KB924424

=======================================

MSXML5.msp 8079 KB

Total 1 file(s); Size: 8272896 Byte(s)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Total 13 folder(s); 15 file(s)

Total files size: 196 MB; 195916 KB; 200617984 Bytes

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Here's a simple batch i use to apply the patches:

TITLE Micro$oft Office 2003 .MSP patch integration
color f9
MODE CON: COLS=65 LINES=15
CLS
@echo off
ECHO.
ECHO.
ECHO Office 2003 Updater is ready to begin.
ECHO.
pause
ECHO.
ECHO Applying Service Pack 2
msiexec /p e:\OfficeUpdater\Office_Updates\SP2\MAINSP2ff.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
msiexec /p e:\OfficeUpdater\Office_Updates\SP2\OWC11SP2ff.msp /a e:\OfficeUpdater\Office_Source\OWC11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying 2 Post SP2 Updates from KB892843
msiexec /p e:\OfficeUpdater\Office_Updates\KB892843\OLKINTLff.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
msiexec /p e:\OfficeUpdater\Office_Updates\KB892843\OUTLOOKff.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB923095
msiexec /p e:\OfficeUpdater\Office_Updates\KB923095\OUTLFLTR.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB907417
msiexec /p e:\OfficeUpdater\Office_Updates\KB907417\OTKLOADR.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB914455
msiexec /p e:\OfficeUpdater\Office_Updates\KB914455\GPFILTff.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB920103
msiexec /p e:\OfficeUpdater\Office_Updates\KB920103\INFOPATH.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB921566
:: PVMSO.msp not for this version
msiexec /p e:\OfficeUpdater\Office_Updates\KB921566\MSO.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB894542
msiexec /p e:\OfficeUpdater\Office_Updates\KB894542\MSPUB.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB923088
msiexec /p e:\OfficeUpdater\Office_Updates\KB923088\EXCEL.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB923091
msiexec /p e:\OfficeUpdater\Office_Updates\KB923091\POWERPNT.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB923094
msiexec /p e:\OfficeUpdater\Office_Updates\KB923094\WINWORD.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB923097
msiexec /p e:\OfficeUpdater\Office_Updates\KB923097\STLIST.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Applying Post SP2 Update KB924424
msiexec /p e:\OfficeUpdater\Office_Updates\KB924424\MSXML5.msp /a e:\OfficeUpdater\Office_Source\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO.
ECHO Office SP2 and all updates applied.
ECHO.
ECHO Ready to exit,
pause
EXIT

Ideas welcome.

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