Microsoft Office XP Service Pack 3 (SP3) includes significant improvements that provide more stability, better performance, and enhanced security. Office XP SP3 rolls up all previously released product updates, critical security updates, and service packs, including the following:
- Office XP Update: Service Pack 1 (SP1)
- Office XP Update: Service Pack 2 (SP2)
- Excel 2002 Update: October 16, 2002
- Word 2002 Update: October 16, 2002
- Outlook 2002 Update: December 4, 2002
- Outlook 2002 Update: January 22, 2003
- Office XP Italian Grammar Tools Update: KB813682
- Office XP Security Patch: KB822036
- Access 2002 Snapshot Viewer Security Patch: KB 826293
- Office XP WordPerfect 5.x Converter Security Patch: KB824938
- Word 2002 Security Patch: KB824934
- Excel 2002 Security Patch: KB830350
- Word 2002 Security Patch: KB830346
For a complete catalog of changes made by the Office XP Service Pack 3 (SP3) update, download the Office XP Service Pack 3 version changes document.
Unlike previous service packs, Office XP SP3 installs successfully on any previous baseline of Office XP, including SP1, SP2, and the original release version of Office XP. For that reason, Office XP SP3 represents an opportunity to establish a new baseline throughout your organization and proceed with the most efficient patching strategy for the future.
Toolbox The full-file version of Office XP Service Pack 3 (SP3) consists of two Windows Installer patch files (MSP format) packaged in a downloadable file (OfficeXpSp3-kb832671-fullfile-enu.exe). You can find this downloadable file on the Office XP Resource Kit Downloads page. If you double-click the file after it has been downloaded, installation of the update will begin — a behavior that is new for this release. Detailed instructions for installing SP3 are provided later in this document.
Localized versions of this update are listed later in this article in the section titled "Localized versions of the Office XP SP3 update."
Order the CD Office XP Service Pack 3 (SP3) can be ordered from the topic Order Office XP Service Pack 3 on CD.
Strategies for updating your Office XP installations
Like all other Office updates, Office XP SP3 is available as a full-file (administrative) patch and a binary (client) patch. You can apply the Office XP SP3 update to users’ computers in one of three ways:
- Apply the full-file version of the patch directly to client computers.
Because full-file updates install complete files, rather than patched files, the administrative version of the patch can correctly replace any files that have been modified with previous updates. Users can usually apply them even when they do not have access to an installation source.
- Apply the full-file version of the patch to the administrative installation point and then recache and reinstall Office on client computers.
Users must have access to the network source. To avoid becoming out of sync with a patched administrative image, users must also recache and reinstall Office promptly.
- Distribute the binary version of the patch to users.
Binary patches are smaller and more efficient to distribute over the network; however, in most cases users must have access to the installation source to apply the patch.
For a detailed comparison of these three patching strategies, see Recommended Methods for Updating Office XP and Office 2000 Installations.
Note To install update files on client computers, you must be running Windows Installer version 2.0 or later on your computers. Windows Installer 2.0 is included by default in Windows 2000 Service Pack 3 and Microsoft Windows® XP or later. For organizations running a previous version of Windows, Windows Installer 2.0 is available as a separate download from the Microsoft Download Center:
Windows Installer 2.0 for Windows 95, Windows 98, and Windows Me
Windows Installer 2.0 for Windows NT 4.0 (SP-6) and Windows 2000
Applying the full-file patch to client computers
The recommended method for distributing the full-file version of the Office XP SP3 update is to apply it directly to client computers. This approach allows you to maintain an unmodified baseline administrative image and manage the patching process on the client side. In this scenario, client computers do not become unsynchronized with a patched administrative image, and tasks such as install on demand and detect and repair continue to work correctly regardless of which patches users have applied. For users installing Office from the administrative image for the first time, you can chain any patches deployed since that baseline version.
The full-file administrative update files for Office XP Service Pack 3 (SP3) are Microsoft Windows Installer patches (MSP files) that you apply by using a command line with specific parameters. The following table lists the MSP files included in the SP3 update.
| MSP file name |
Description |
| Mainsp3ff.msp |
Updates core components for Office XP. |
| Owc10sp3ff.msp |
Updates Office Web Components. |
Use the following command line to apply the full-file update to client computers:
[start] msiexec /p [path\name of update MSP file]
For more information about applying administrative patches directly to client computers, see Strategies for Updating Office 2000 Installations.
Applying the binary patch to client computers
An alternative to using the full-file update is to apply the binary version of the Office XP SP3 update directly to users' computers within your organization. This approach may be useful if you have experienced synchronization problems between your administrative installation points and your client computers. Details on this strategy are covered in the topic Distributing Office 2000 Client Updates to Users. The client version of the Office XP Service Pack 3 is available from the Microsoft Download Center.
Important If you have already patched your administrative installation point, then you cannot install the binary version of Office XP SP3 or later service packs on client computers. Instead, you must install the full-file patch on clients or apply the full-file patch to the administrative image and then recache and reinstall on client computers. Once you have established SP3 or a later service pack as the new baseline on both the administrative image and all client computers, you can proceed with a binary patch strategy for updates released between service packs.
Applying the full-file patch to the administrative image
If you support users in an environment where Office can be recached and reinstalled promptly each time the administrative installation point is patched, you may choose to apply the Office XP SP3 update to the administrative image and update client computers from there. If applied consistently, this method benefits users who install from the administrative image by giving them the most up-to-date version. Note that the procedure for applying the full-file version of SP3 has changed slightly from previous service packs.
To update your administrative installation point with Office XP SP3
- Download the Office XP SP3 update (OfficeXpSp3-kb832671-fullfile-enu.exe) to a folder on your computer.
Note If you double-click the downloaded EXE file, installation of the SP3 patch begins automatically.
- Extract the MSP files. To do this, click Start, click Run, and then type the following command line in the Open box:
folder\OfficeXpSp3-kb832671-fullfile-enu.exe
/t:c:\OfficeXpSp3-kb832671-fullfile-enu /c
where folder is the location in which you stored the EXE file. The /c command line option extracts the files without installing them. If you do not specify a target folder for the extracted files by using the /t [path] option, then you are prompted for a target folder.
- Apply the patch to your administrative installation point. To do this, click Start, click Run, and then type the following command line in the Open box:
[start] msiexec /a [path\name of MSI file] /p
c:\OfficeXpSp3-kb832671-fullfile-enu\name of update MSP
file SHORTFILENAMES=TRUE /qb /L*
[path\name of log file]
After you have applied the update to the administrative image, use the following command line to recache and reinstall Office on client computers:
[start] msiexec /i [path to updated .msi
file on the administrative image]
REINSTALL=ALL REINSTALLMODE=vomu /qb
For more information about updating an administrative installation point and then recaching and reinstalling Office on client computers, see Deploying Product Updates from an Administrative Installation Point.
Office products updated by the SP3 release
The full-file version of the Office XP SP3 update can be applied to any the following Office XP suites or applications:
- Microsoft Office XP Professional
- Microsoft Office XP Professional with FrontPage®
- Microsoft Office XP Standard
- Microsoft Office XP Standard for Students and Teachers
- Microsoft Office XP Small Business edition
- Microsoft Word 2002
- Microsoft Excel 2002
- Microsoft FrontPage® 2002
- Microsoft Outlook® 2002
- Microsoft PowerPoint® 2002
- Microsoft Access 2002
- SharePoint™ Team Services from Microsoft
- Microsoft Publisher 2002
- Microsoft Office XP Web Components
SP3 and the Office XP Multilingual User Interface Pack
If you are using Office XP Multilingual User Interface Pack, you must install both the Office XP SP3 release and an SP3 release for the MUI Pack. For more information, see Office XP Service Pack 3 (SP3) for Multilingual User Interface Pack.
Localized versions of the Office XP SP3 update
Localized versions of the Office XP SP3 update are available in the following languages and can be downloaded from the Office 2003 Resource Kit Localized Downloads page:
| Arabic |
German |
Portuguese (Portugal) |
| Bulgarian |
Greek |
Romanian |
| Chinese (Pan) |
Hebrew |
Russian |
| Chinese (Simplified) |
Hungarian |
Slovak |
| Chinese (Trad.) |
Italian |
Slovenian |
| Croatian |
Japanese |
Spanish |
| Czech |
Korean |
Swedish |
| Danish |
Latvian |
Thai |
| Dutch |
Lithuanian |
Turkish |
| Estonian |
Norwegian |
Ukrainian |
| Finnish |
Polish |
|
| French |
Portuguese (Brazil) |
|
Files changed by the Office XP SP3 update
The following table lists the files changed by the full-file Office XP SP3 update. If you need to confirm whether a share has been updated, you can check the related file version number.
| File |
Version |
| ACCWIZ.DLL |
10.0.6308.0 |
| ACWIZRC.DLL |
10.0.6515.0 |
| ACWZLIB.MDE |
|
| ACWZMAIN.MDE |
|
| ACWZTOOL.MDE |
|
| ADMIN.DLL |
10.0.6308.0 |
| ANALYS32.XLL |
2003.1100.5606.0 |
| ANIMATE.JS |
|
| AUTHOR.DLL |
10.0.6308.0 |
| BIDI32.DLL |
4.2.0.0 |
| BJABLR32.DLL |
10.0.4024.0 |
| BLNMGR.DLL |
10.0.3409.0 |
| BLNMGRPS.DLL |
10.0.3409.0 |
| CDO.DLL |
5.5.2656.94 |
| CDO.DLL |
5.5.2656.94 |
| CDRIMP32.FLT |
2003.1100.5531.0 |
| CFGWIZ.EXE |
10.0.6308.0 |
| CGMIMP32.FLT |
2003.1100.5510.0 |
| CONTAB32.DLL |
10.0.5417.0 |
| DEFAULT.HTM |
|
| DELETE.HTX |
|
| DLGSETP.DLL |
10.0.6308.0 |
| DUMPSTER.DLL |
10.0.6313.0 |
| EMABLT32.DLL |
10.0.5104.0 |
| EMSABP32.DLL |
10.0.6515.0 |
| EMSMDB32.DLL |
10.0.6515.0 |
| EMSUI32.DLL |
10.0.6308.0 |
| ENVELOPE.DLL |
10.0.6308.0 |
| EPSIMP32.FLT |
2003.1100.5516.0 |
| EUROTOOL.XLA |
|
| EXCEL.EXE |
10.0.6501.0 |
| EXCHCSP.DLL |
10.0.5328.0 |
| EXSEC32.DLL |
10.0.6308.0 |
| FDATE.DLL |
10.0.6308.0 |
| FM20.DLL |
11.0.5709.0 |
| FM20ENU.DLL |
11.0.5601.0 |
| FNAME.DLL |
10.0.6308.0 |
| FP5AMSFT.DLL |
10.0.6308.0 |
| FP5AREG.DLL |
10.0.4205.0 |
| FP5AUTL.DLL |
10.0.6308.0 |
| FP5AVNB.DLL |
10.0.6308.0 |
| FP5AWEC.DLL |
10.0.6308.0 |
| FP5AWEL.DLL |
10.0.6417.0 |
| FPCUTL.DLL |
10.0.6308.0 |
| FPDB.DLL |
10.0.5119.0 |
| FPDBRGN1.INC |
|
| FPEDITAX.DLL |
10.0.6612.0 |
| FPEDSAT.DLL |
10.0.6515.0 |
| FPERSON.DLL |
10.0.6308.0 |
| FPEXPSAT.DLL |
10.0.6515.0 |
| FPEXT.MSG |
|
| FPIMPSAT.DLL |
10.0.6515.0 |
| FPLACE.DLL |
10.0.6308.0 |
| FPMMC.DLL |
10.0.6308.0 |
| FPUTLSAT.DLL |
10.0.6515.0 |
| FRONTPG.EXE |
10.0.6308.0 |
| FSTOCK.DLL |
10.0.6308.0 |
| GIFIMP32.FLT |
2003.1100.5510.0 |
| GRAPH.EXE |
10.0.6308.0 |
| GRINTL32.DLL |
10.0.6605.0 |
| HTML32.CNV |
2003.1100.5510.0 |
| IMPMAIL.DLL |
10.0.4406.0 |
| INTLDATE.DLL |
2.0.0.1934 |
| JPEGIM32.FLT |
2003.1100.5510.0 |
| LFBMP12N.DLL |
12.1.0.53 |
| LFCMP12N.DLL |
12.1.0.53 |
| LFEPS12N.DLL |
12.1.0.53 |
| LFFAX12N.DLL |
12.1.0.53 |
| LFGIF12N.DLL |
12.1.0.53 |
| LFMSP12N.DLL |
12.1.0.53 |
| LFPCD12N.DLL |
12.1.0.53 |
| LFPCX12N.DLL |
12.1.0.53 |
| LFPNG12N.DLL |
12.1.0.53 |
| LFRAS12N.DLL |
12.1.0.53 |
| LFTGA12N.DLL |
12.1.0.53 |
| LFTIF12N.DLL |
12.1.0.53 |
| LFWMF12N.DLL |
12.1.0.53 |
| LTDIS12N.DLL |
12.1.0.53 |
| LTFIL12N.DLL |
12.1.0.53 |
| LTIMG12N.DLL |
12.1.0.53 |
| LTKRN12N.DLL |
12.1.0.53 |
| LTTWN12N.DLL |
12.1.0.53 |
| MCDLC.EXE |
10.0.3905.0 |
| MCPS.DLL |
10.0.6313.0 |
| MOFL.DLL |
10.0.6308.0 |
| MORPH9.DLL |
10.0.6308.0 |
| MSACC.OLB |
10.0.6308.0 |
| MSACCESS.EXE |
10.0.6501.0 |
| MSAEXP30.DLL |
10.0.4016.0 |
| MSAIN.DLL |
10.0.6515.0 |
| MSCAL.OCX |
10.0.0.6308 |
| MSCDM.DLL |
10.0.0.5730 |
| MSCOMCTL.OCX |
6.1.95.45 |
| MSCONV97.DLL |
2003.1100.5510.0 |
| MSDAIPP.DLL |
10.145.6011.7 |
| MSDMENG.DLL |
8.0.760.0 |
| MSDMINE.DLL |
8.0.760.0 |
| MSDMINE.RLL |
8.0.760.0 |
| MSIMPORT.EXE |
10.0.6410.0 |
| MSMAPI32.DLL |
10.0.6515.0 |
| MSMDCB80.DLL |
8.0.760.0 |
| MSMDGD80.DLL |
8.0.760.0 |
| MSMDUN80.DLL |
2000.80.382.0 |
| MSO.DLL |
10.0.6626.0 |
| MSOEURO.DLL |
1.2.0.207 |
| MSOHELP.EXE |
10.0.6515.0 |
| MSOINTL.DLL |
10.0.6515.0 |
| MSOLAP80.DLL |
8.0.760.0 |
| MSOLAP80.RLL |
8.0.760.0 |
| MSOLUI80.DLL |
8.0.0.382 |
| MSONSEXT.DLL |
10.145.6011.8 |
| MSORUN.DLL |
11.0.5510.0 |
| MSOWC.DLL |
9.0.0.8028 |
| MSOWCI.DLL |
9.0.0.8116 |
| MSPPT.OLB |
10.0.4016.0 |
| MSPST32.DLL |
10.0.6515.0 |
| MSPUB.EXE |
10.0.6308.0 |
| MSQRY32.EXE |
10.0.6308.0 |
| MSSP3EN.LEX |
|
| MSSP3ENA.LEX |
|
| MSSP3FR.DLL |
1.7.2.28 |
| MSSP3FR.LEX |
|
| MSSP3PFR.LEX |
|
| MSSPELL3.DLL |
1.1.0.6215 |
| MSTH3FR.DLL |
7.0.1.8 |
| MSTORDB.EXE |
10.0.4128.0 |
| MSTORE.EXE |
10.0.6308.0 |
| MSTORES.DLL |
10.0.6313.0 |
| MSWRD832.CNV |
2003.1100.5510.0 |
| OLAPPT.FAE |
10.0.3409.0 |
| OLAPUIR.RLL |
8.0.382.0 |
| OLKFSTUB.DLL |
10.0.6515.0 |
| OUTEX.DLL |
10.0.6515.0 |
| OUTLCM.DLL |
10.0.6308.0 |
| OUTLCMR.DLL |
10.0.6515.0 |
| OUTLCTL.DLL |
10.0.6501.0 |
| OUTLLIB.DLL |
10.0.6515.0 |
| OUTLLIBR.DLL |
10.0.6605.0 |
| OUTLMIME.DLL |
10.0.6308.0 |
| OUTLOOK.EXE |
10.0.6626.0 |
| OUTLPH.DLL |
10.0.6308.0 |
| OUTLRPC.DLL |
10.0.6308.0 |
| OUTLVBS.DLL |
10.0.6501.0 |
| OWC10.DLL |
10.0.6619.0 |
| OWCI10.DLL |
10.0.6619.0 |
| OWSADM.EXE |
10.0.6308.0 |
| OWSCLT.DLL |
10.0.6403.0 |
| OWSSUPP.DLL |
10.0.6403.0 |
| PCDIMP32.FLT |
2003.1100.5510.0 |
| PICTIM32.FLT |
2003.1100.5510.0 |
| PNG32.FLT |
2003.1100.5510.0 |
| POWERPNT.EXE |
10.0.6501.0 |
| PPINTL.DLL |
10.0.6605.0 |
| PRES0.HTM |
|
| PROFLWIZ.EXE |
10.0.6515.0 |
| PRTF9.DLL |
10.0.6308.0 |
| PSTPRX32.DLL |
10.0.6308.0 |
| PTXT9.DLL |
10.0.6308.0 |
| PUB6INTL.DLL |
10.0.3416.0 |
| PUBCONV.DLL |
10.0.6308.0 |
| RECALL.DLL |
10.0.4721.0 |
| RECOVR32.CNV |
2003.1100.5510.0 |
| RICHED20.DLL |
5.40.11.2212 |
| RM.DLL |
10.0.6308.0 |
| RTFHTML.DLL |
10.0.3409.0 |
| SECREC.CFG |
|
| SETLANG.EXE |
10.0.4109.0 |
| SETUP.EXE |
10.0.3325.0 |
| SHTML.DLL |
10.0.6308.0 |
| SNAPVIEW.EXE |
10.0.6515.0 |
| SNAPVIEW.OCX |
10.0.6515.0 |
| SOA.DLL |
10.0.6308.0 |
| UCS20.DLL |
2.0.0.3411 |
| UNBIND.EXE |
10.0.6308.0 |
| UPDATE.HTX |
|
| VBE6.DLL |
6.4.99.69 |
| VTIDB.EXE |
10.0.5119.0 |
| WAVTOASF.EXE |
4.1.0.3928 |
| WINWORD.EXE |
10.0.6612.0 |
| WPFT532.CNV |
2003.1100.5510.0 |
| WPFT632.CNV |
2003.1100.5723.0 |
| WPGIMP32.FLT |
2003.1100.5515.0 |
| WWINTL.DLL |
10.0.6515.0 |
| XLINTL32.DLL |
10.0.6515.0 |
Related link
For an overview of Office XP Service Pack 3 (SP3), see Description of Microsoft Office XP Service Pack 3 in the Microsoft Knowledge Base.