Office 2000 Service Pack 3 (SP3) provides the latest updates to Microsoft® Office 2000 and contains significant security enhancements as well as stability and performance improvements. Some of the fixes included with SP3 have been previously released as separate updates. This service pack combines them into one update.
Office 2000 SP3 also includes stability improvements developed as a result of user input from the Error Reporting Tool and Microsoft Product Support feedback.
Office 2000 SP3 addresses the issues described in the following Microsoft Security Bulletins:
This service pack also includes all updates released since Office 2000 SR1:
- Office 2000 Update: Service Pack 2 (SP-2)
- Access 2000 and SQL Server 2000 Readiness Update
- Excel 2000 SR1 Macro Modification Security Update: April 25, 2002
- Excel 2000 SR1 Update: Eurotool Add-in
- Office 2000 Clip Gallery Update: June 19 2002
- Office 2000 Security Update: UA Control Vulnerability
- Office 2000 Speller Update
- Office 2000 SR1 Update: Web Client Security
- Outlook 2000 SR1 Update: Extended E-mail Security
- Outlook 2000 SR1 Update: Java Permissions Security
- Outlook 2000 SR1 Update: View Control Security
- PowerPoint 2000 SR1 Security Update: Extended Parsing Vulnerability
- Word 2000 Security Update: Macro Vulnerability
- Word 2000 Update: April 25, 2002
- Word 2000 Update: October 16, 2002
Note Office 2000 SP3 includes the Outlook 2000 SR1 Extended E-mail Security Update, which changes the way Outlook handles certain types of e-mail attachments. The new e-mail attachment handling behavior is customizable, however, so you can specify the types of attachments to block or support. For more information, see Cannot access attachments in the Microsoft Knowledge Base.
Toolbox The full-file version of Office 2000 SP3 consists of three Windows Installer patch files (MSP format) packaged in a self-extracting executable (O2ksp3a.exe). You can find this downloadable file on the Office 2000 Resource Kit Downloads page.
Localized versions of this service pack are listed later in this article in the section titled "Localized versions of the Office 2000 SP3 update."
Requirements for an Office 2000 SP3 deployment
Before you install Office 2000 SP3 on either an administrative installation point or a stand-alone computer, the current installation of Office 2000 must be updated to version SR1 or SR1a. The SR1 update is a prerequisite for the fixes contained in SP3, as it provides a broad set of enhancements to the original release of Office 2000.
If you attempt to install the SP3 update on a computer without SR1, a message will be displayed advising you to install SR1 before proceeding. For more information on the SR1 update, see Deploying Office 2000 Service Release 1 in the Office Resource Kit Journal.
Office 2000 SP3 will apply to the following Office 2000 suites and applications:
- Microsoft Access 2000 SR1
- Microsoft Access Runtime 2000 SR1
- Microsoft Excel 2000 SR1
- Microsoft FrontPage® 2000 SR1
- Microsoft Office 2000 Developer
- Microsoft Office 2000 SR1 Premium
- Microsoft Office 2000 SR1 Professional
- Microsoft Office 2000 SR1 Small Business
- Microsoft Office 2000 SR1 Standard
- Microsoft Outlook® 2000 SR1
- Microsoft PowerPoint® 2000 SR1
- Microsoft Publisher 2000 SR1
- Microsoft Word 2000 SR1
If you are using the Office 2000 SR1 MultiLanguage Pack, you will need to deploy both the core Office 2000 SP3 update, as well as the Office 2000 Service Pack 3 for Office 2000 SR1 MultiLanguage Pack. The SP3 for MultiLanguage Pack will be available at a later date from the Office Resource Kit Web site.
Office 2000 SP3 supports either Windows Installer 1.1 or 2.0 for both client and full-file versions of the update.
Strategies for updating your Office 2000 installations
The recommended method for distributing the Office 2000 SP3 update is first to update your administrative installation point, and then recache and reinstall Office 2000 on your users' computers to apply the changes. This is the standard update procedure presented for all previous Office 2000 updates, and it's still the most effective way to distribute software in a controlled environment. Details on using this method are covered later in this article in the section titled "Applying Office 2000 SP3 to an administrative installation point."
An alternative to the administrative update strategy is to apply the binary (client) version of Office 2000 SP3 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 Office 2000 SP3 is available from the Office Update Web site.
A third option is to apply the full-file updates directly to client computers. This method is an efficient way to ensure that all users have the most current version of the software when you do not know which updates users have applied. In addition, users can apply a full-file patch even if they do not have access to the administrative source. However, these client computers remain out of sync with the updated source until they reinstall Office 2000 from the original installation point.
Details on this strategy, and a more complete comparison of the three update methods, can be found in the article Strategies for Updating Office 2000 Installations.
Applying Office 2000 SP3 to an administrative installation point
The full-file administrative update files for Office 2000 SP3 are Microsoft Windows Installer patches (MSP files) you apply to your administrative share by using a command line with specific parameters. The following table lists the MSP files.
| MSP file name |
Description |
| MAINSP3FF.msp |
Updates core components for Office 2000. |
| Artsp3ff.msp |
Updates Access Runtime files. |
| SP3CD2ff.msp |
Updates Disc 2 included with Office Premium, Professional, and Small Business suites. |
| Outlctlx.exe |
Updates Outlook client installations that use Outlook View Control functionality. |
Note For best results, the update should be applied from the computer that contains the administrative installation point. Make sure the files on the administrative installation point are not in use when you apply the update. Copy the updated administrative installation image to all installation points after you back up any custom transform, Setup.ini, or other custom files.
To apply Office 2000 SP3 to an administrative installation point
- Download O2ksp3a.exe and double-click the file name to extract the MSP files.
- Connect to the administrative installation point.
Note that you must have write access to the administrative installation point on the server and the appropriate privileges to carry out the task.
- On the Start menu, click Run and then type the command line for Windows Installer with the appropriate options for the update. Use the following syntax:
[start] msiexec /p [path\name of update MSP file]
/a [path\name of MSI file]
SHORTFILENAMES=TRUE /qb /L*v [path\name of log file]
You must run the command line separately for each MSP file you apply to the administrative installation point — you cannot reference multiple MSP files on the same command line. The following table describes the command-line options.
| Command-line option |
Description |
| [start] |
Required only for Microsoft Windows® 98 systems where Msiexec is not directly in the path. |
| Msiexec |
Executable file name for Windows Installer. |
| /p |
Enables Windows Installer to apply an update to an existing installation. |
| [path\name of update MSP file] |
Path and file name of the MSP file for the update. |
| /a |
Enables Windows Installer to perform an administrative installation of a product on a network share. |
| [path\name of MSI file] |
Path and file name to updated MSI file on the administrative image. For example: \\server\share\Proplus.msi |
| SHORTFILENAMES=TRUE |
Directs Windows Installer to create all file names and folders with MS-DOS-compatible file names. Required when you run Windows Installer from the command line. |
| /qb |
Sets the user interface to the basic level (simple progress and error handling). This switch is optional on the command line. |
| /L*v |
Turns on logging and sets a path for the log file. The * flag causes the switch to log all information. This switch is optional on the command line. |
| [path\name of log file] |
Path and file name of the Windows Installer log file. Used only with the /L*v switch. |
Updating client computers from an administrative installation point
After you update your administrative installation point, you must recache and reinstall Office 2000 SP3 on client computers that use the administrative image. Any new client installations from the administrative installation image will automatically include Office 2000 SP3.
Note If you originally installed Office 2000 on a client computer from an administrative installation point, you must follow the recache and repair procedure to update that client. If you update the client directly by using the end-user patch from the Office Update Web site, the client and administrative images become out-of-sync, which may cause future updates to fail.
Office 2000 SP3 and Microsoft Access
If Access 2000 is installed on client computers that use the administrative image, you will need to carry out the following steps before recaching and reinstalling Office 2000 SP3.
- Locate the three acwz*.mde files on the client computers. The English version of Office 2000 installs these files in C:\Program Files\Microsoft Office\Office\1033 by default. The files are: acwztool.mde, acwzmain.mde, and acwzlib.mde.
- Rename the three files from acwz*.mde files to acwz*.old, keeping the files in the same location. You can do this by right-clicking each file, selecting Rename, and typing the new file name. Or, in the command line, you can type ren acwz*.mde acwz*.old.
- Update the existing client installations using the instructions listed below.
Running the installation script
To update an existing client installation from an administrative installation point, run the following command line on the client computer:
start msiexec /i [path to updated .msi file on the admin image]
REINSTALL=[list of features]
UPGRADEWITHRECACHE=TRUE REINSTALLMODE=vomu /qb
You can run this command line by creating a logon script, distributing it as a batch file, deploying it by using Systems Management Server, or using other software installation tools. The following table describes the command-line options.
| Command-line option |
Description |
| [start] |
Required only for Windows 98 systems where Msiexec is not directly in the path. |
| Msiexec |
Executable file name for Windows Installer. |
| /i |
Enables Windows Installer to apply an update to an existing installation. |
| [path to updated .msi file on the administrative image] |
Path and file name of the Microsoft Installer package (MSI file) on the administrative installation point. |
| REINSTALL=[list of features] |
Specifies whether you want to reinstall specific features or reinstall all applications on the administrative image. |
| UPGRADEWITHRECACHE=TRUE |
Required to properly update product support files. This property causes the End User License Agreement acceptance dialog to appear. |
| REINSTALLMODE=vomu |
Triggers the recache and reinstallation on the client computer. |
| /qb |
Suppress the End User License Agreement dialog box so administrators or end users will not be prompted by this dialog box. |
For Office 2000 SP3, the value for [list of features] varies by product. You can specify the appropriate value for your product version, or optionally, you can substitute the parameter REINSTALL=ALL to reinstall all Office 2000 components on the client computer. The values for the different Office 2000 products are as follows:
Microsoft Publisher 2000
CD2NonBootFiles,ClipGalleryFiles,MSDrawFiles,ProductFiles,
PubPrimary,SpellingFiles,TCWord6ExportFiles,WebPublFiles
Microsoft Access 2000
ACCESSFiles,ACCESSNonBootFiles,AccessWizards,
ClipGalleryFiles,DeveloperWizards,GRAPHFiles,GrammarFiles,
MSVisualDesignTool,OfficeWebComponents,PhotoEditorFiles,
ProductFiles,ProductNonBootFiles,QueryFiles,SpellingFiles,
SpellingFiles_ESN,TCWord6ExportFiles,ThesaurusFiles,WebDiscussFiles,
WebPublFiles
Microsoft FrontPage 2000
ClipGalleryFiles,FPClientFiles,FPClientNonBootFiles,
FPLangSupport,FPWecCom,ProductFiles,ProductNonBootFiles,
SpellingFiles,SpellingFiles_ESN,TCWord6ExportFiles,
ThesaurusFiles,WebPublFiles
Microsoft Outlook 2000
ClipGalleryFiles,GRAPHFiles,GrammarFiles,OUTLOOKFiles,
OUTLOOKNonBootFiles,OutlookCDO,OutlookCcMailImporter,
OutlookDVFiles,OutlookHelpFiles,OutlookHelpFiles_SR1Patch,
OutlookImportExportFiles,OutlookMAPI,OutlookMAPICONTAB,
OutlookMAPIEMS,OutlookMAPIIMEP,OutlookMAPILDAP,OutlookMAPIPST,
OutlookMAPIPST95,OutlookMessaging,OutlookOMI,PhotoEditorFiles,
ProductFiles,ProductNonBootFiles,QueryFiles,SpellingFiles,
SpellingFiles_ESN,TCWord6ExportFiles,ThesaurusFiles,
WebDiscussFiles,WebPublFiles
Microsoft PowerPoint 2000
ClipGalleryFiles,GRAPHFiles,GrammarFiles,PPTFiles,
PPTNonBootFiles,PhotoEditorFiles,ProductFiles,
ProductNonBootFiles,QueryFiles,SpellingFiles,SpellingFiles_ESN,
TCWord6ExportFiles,ThesaurusFiles,WebDiscussFiles,WebPublFiles
Microsoft Office 2000 Premium CD 1
ACCESSFiles,ACCESSNonBootFiles,AccessWizards,
ClipGalleryFiles,DeveloperWizards,EXCELFiles,EXCELNonBootFiles,
ExcelAddInEuroToolFiles,ExcelAddinATPFiles,ExcelAddinSolverFiles,
ExcelHelpFiles,FPClientFiles,FPClientNonBootFiles,FPLangSupport,
FPWecCom,GRAPHFiles,GrammarFiles,MSVisualDesignTool,
OUTLOOKFiles,OUTLOOKNonBootFiles,OfficeWebComponents,OutlookCDO,
OutlookCcMailImporter,OutlookDVFiles,OutlookHelpFiles,
OutlookHelpFiles_SR1Patch,OutlookImportExportFiles,OutlookMAPI,
OutlookMAPICONTAB,OutlookMAPIEMS,OutlookMAPIIMEP,
OutlookMAPILDAP,OutlookMAPIPST,OutlookMAPIPST95,
OutlookMessaging,OutlookOMI,PPTFiles,PPTNonBootFiles,
PhotoEditorFiles,ProductFiles,ProductNonBootFiles,QueryFiles,
SpellingFiles,SpellingFiles_ESN,TCWord6ExportFiles,ThesaurusFiles,
WORDFiles,WORDNonBootFiles,WebDiscussFiles,WebPublFiles
Microsoft Office 2000 Premium CD 2
AccessRuntimeMaster,CD2NonBootFiles,ClipGalleryFiles,
MSDrawFiles,ProductFiles,PubPrimary,SBCMNonBootFiles,
SpellingFiles,TCWord6ExportFiles,WebPublFiles
Microsoft Office 2000 Professional
ACCESSFiles,ACCESSNonBootFiles,AccessWizards,
ClipGalleryFiles,DeveloperWizards,EXCELFiles,EXCELNonBootFiles,
ExcelAddInEuroToolFiles,ExcelAddinATPFiles,ExcelAddinSolverFiles,
ExcelHelpFiles,GRAPHFiles,GrammarFiles,MSVisualDesignTool,
OUTLOOKFiles,OUTLOOKNonBootFiles,OfficeWebComponents,OutlookCDO,
OutlookCcMailImporter,OutlookDVFiles,OutlookHelpFiles,
OutlookHelpFiles_SR1Patch,OutlookImportExportFiles,OutlookMAPI,
OutlookMAPICONTAB,OutlookMAPIEMS,OutlookMAPIIMEP,OutlookMAPILDAP,
OutlookMAPIPST,OutlookMAPIPST95,OutlookMessaging,OutlookOMI,
PPTFiles,PPTNonBootFiles,PhotoEditorFiles,ProductFiles,
ProductNonBootFiles,QueryFiles,SpellingFiles,SpellingFiles_ESN,
TCWord6ExportFiles,ThesaurusFiles,WORDFiles,
WORDNonBootFiles,WebDiscussFiles,WebPublFiles
Microsoft Office 2000 Small Business
ClipGalleryFiles,EXCELFiles,EXCELNonBootFiles,
ExcelAddInEuroToolFiles,ExcelAddinATPFiles,ExcelAddinSolverFiles,
ExcelHelpFiles,GRAPHFiles,GrammarFiles,OUTLOOKFiles,
OUTLOOKNonBootFiles,OutlookCDO,OutlookCcMailImporter,
OutlookDVFiles,OutlookHelpFiles,OutlookHelpFiles_SR1Patch,
OutlookImportExportFiles,OutlookMAPI,OutlookMAPICONTAB,
OutlookMAPIEMS,OutlookMAPIIMEP,OutlookMAPILDAP,OutlookMAPIPST,
OutlookMAPIPST95,OutlookMessaging,OutlookOMI,PhotoEditorFiles,
ProductFiles,ProductNonBootFiles,QueryFiles,SpellingFiles,
SpellingFiles_ESN,TCWord6ExportFiles,ThesaurusFiles,WORDFiles,
WORDNonBootFiles,WebDiscussFiles,WebPublFiles
Microsoft Office 2000 Standard
ClipGalleryFiles,EXCELFiles,EXCELNonBootFiles,
ExcelAddInEuroToolFiles,ExcelAddinATPFiles,ExcelAddinSolverFiles,
ExcelHelpFiles,GRAPHFiles,GrammarFiles,OUTLOOKFiles,
OUTLOOKNonBootFiles,OfficeWebComponents,OutlookCDO,
OutlookCcMailImporter,OutlookDVFiles,OutlookHelpFiles,
OutlookHelpFiles_SR1Patch,OutlookImportExportFiles,OutlookMAPI,
OutlookMAPICONTAB,OutlookMAPIEMS,OutlookMAPIIMEP,OutlookMAPILDAP,
OutlookMAPIPST,OutlookMAPIPST95,OutlookMessaging,OutlookOMI,
PPTFiles,PPTNonBootFiles,PhotoEditorFiles,ProductFiles,
ProductNonBootFiles,QueryFiles,SpellingFiles,SpellingFiles_ESN,
TCWord6ExportFiles,ThesaurusFiles,WORDFiles,WORDNonBootFiles,
WebDiscussFiles,WebPublFiles
Microsoft Word 2000
ClipGalleryFiles,GRAPHFiles,GrammarFiles,
PhotoEditorFiles,ProductFiles,ProductNonBootFiles,
QueryFiles,SpellingFiles,SpellingFiles_ESN,TCWord6ExportFiles,
ThesaurusFiles,WORDFiles,WORDNonBootFiles,WebDiscussFiles,
WebPublFiles
Microsoft Excel 2000
ClipGalleryFiles,EXCELFiles,EXCELNonBootFiles,
ExcelAddInEuroToolFiles,ExcelAddinATPFiles,ExcelAddinSolverFiles,
ExcelHelpFiles,GRAPHFiles,GrammarFiles,PhotoEditorFiles,
ProductFiles,ProductNonBootFiles,QueryFiles,SpellingFiles,
SpellingFiles_ESN,TCWord6ExportFiles,ThesaurusFiles,
WebDiscussFiles,WebPublFiles
Microsoft Access 2000 Runtime
AccessRuntimeMaster
Applying Office 2000 SP3 under Windows 2000 or Windows XP
If your administrative installation point and all of your client computers are running Microsoft Windows 2000 or Windows XP, you can use IntelliMirror® technology to manage the installation of the update.
Note Be sure to test all software updates in a controlled setting before modifying your administrative installation point or deploying the new version throughout your organization.
To deploy a QFE fix or update under Windows 2000 or Windows XP
- Apply the update (MSP file) to the original Office administrative installation point.
You will need to run the command line separately if you apply more than one MSP file to the administrative installation point — you cannot reference multiple MSP files on the same command line.
- Open the Software Installation snap-in within the Group Policy Object (GPO) that you are using to manage the existing Office installation.
- In the details pane, right-click the Office package, point to All Tasks, and then click Redeploy application.
The next time the Group Policy is applied to the designated users or computer groups, the updated files are copied to the computers.
Note that you can redeploy a package only if it is being managed by Group Policy — that is, only if you originally installed it by using IntelliMirror software installation and maintenance, or if you brought it into a managed state under Windows 2000 or Windows XP.
Applying the Outlook 2000 SR1 View Control Security update
The full-file administrative update files for Office 2000 Service Pack 3 (SP3) also include the Outlook 2000 SR1 View Control Security update (Outlctlx.exe), which can be only applied to client installations because it does not utilize Windows Installer patching technology. The ActiveX® control designed for this patch is not part of the original product, so there is no reference to these files in the Data1.msi. Therefore, you will need to distribute the update by a method such as a file server, e-mail attachment, or logon script. For more information, see Outlook 2000 SR-1 View Control Security Update in the Office Resource Kit.
Localized versions of the Office 2000 SP3 update
Localied versions of the Office 2000 SP3 update are available in the following languages and can be downloaded from the Office XP Resource Kit Localized Tools page:
| Arabic |
French |
Portuguese (Brazil) |
| Basque |
German |
Portuguese (Portugal) |
| Chinese (Pan) |
Greek |
Romanian |
| Chinese (Simplified) |
Hebrew |
Russian |
| Chinese (Trad.) |
Hungarian |
Slovak |
| Croatian |
Italiane |
Slovenian |
| Czech |
Japanese |
Spanish |
| Danish |
Korean |
Swedish |
| Dutch |
Norwegian |
Thai |
| Finnish |
Polish |
Turkish |
|
|
|
Files changed by the Office 2000 SP3 update
The following table lists the files changed by the full-file version of the Office 2000 SP3 update. If you need to confirm whether a share has been updated, you can check a file version number.
| File |
Version |
| acwzlib.mde |
0.00.00.0000 |
| acwzmain.mde |
0.00.00.0000 |
| acwztool.mde |
0.00.00.0000 |
| artgalry.exe |
5.05.01.0522 |
| bjablr32.dll |
1.0.3.27 |
| bjlog32.dll |
3.02.00.0027 |
| bjsrch32.dll |
1.00.03.0028 |
| cag.exe |
5.2.1.405 |
| Ccmarch.dll |
9.0.0.4910 |
| chapi3t1.dll |
1.1.0.4130 |
| contab32.dll |
9.0.0.5930 |
| Emablt32.dll |
1.0.3.27 |
| emsabp32.dll |
5.5.3142.0 |
| Emsmdb32.dll |
5.05.3165.0000 |
| emsui32.dll |
5.05.3159.0000 |
| envelope.dll |
9.0.0.4201 |
| eurotool.xla |
0.00.00.0000 |
| excel.exe |
9.00.00.6627 |
| exsec32.dll |
5.05.3168.0000 |
| FM20.dll |
2.01.9922.0001 |
| fp4awec.dll |
4.00.02.4715 |
| fpeditax.dll |
4.00.02.6811 |
| fpexpsat.dll |
4.00.02.6625 |
| frontpg.exe |
4.00.02.6625 |
| graph9.exe |
9.01.00.5706 |
| mcps.dll |
5.05.01.0522 |
| mdt2db.dll |
2.00.00.8958 |
| mdt2db.dll |
2.00.00.8958 |
| mdt2dbns.dll |
2.00.00.8958 |
| mdt2dbns.dll |
2.00.00.8958 |
| mdt2dd.dll |
2.00.00.8958 |
| mdt2dd.dll |
2.00.00.8958 |
| mdt2df.dll |
2.00.00.8958 |
| mdt2df.dll |
2.00.00.8958 |
| mdt2df.dll |
2.00.00.8958 |
| mdt2dfx.dll |
2.00.00.8958 |
| mdt2dfx.dll |
2.00.00.8958 |
| mdt2fref.dll |
2.00.00.8958 |
| mdt2fref.dll |
2.00.00.8958 |
| mdt2fw.dll |
2.00.00.8958 |
| mdt2fw.dll |
2.00.00.8958 |
| mdt2fwui.dll |
2.00.00.8958 |
| mdt2fwui.dll |
2.00.00.8958 |
| mdt2g.dll |
2.00.00.8958 |
| mdt2g.dll |
2.00.00.8958 |
| mdt2gddo.dll |
2.00.00.8958 |
| mdt2gddo.dll |
2.00.00.8958 |
| mdt2gddr.dll |
2.00.00.8958 |
| mdt2gddr.dll |
2.00.00.8958 |
| mdt2qd.dll |
2.00.00.8958 |
| mdt2qd.dll |
2.00.00.8958 |
| medcat.dll |
5.05.01.0522 |
| mimedir.dll |
9.0.0.4005 |
| minet32.dll |
9.00.4604.0000 |
| msaccess.exe |
9.00.00.6620 |
| msdaipp.dll |
8.103.3521.0000 |
| msgr2en.lex |
0.0.0.0 |
| msmapi32.dll |
5.05.3180.0000 |
| msmapi32.dll |
5.05.3180.0000 |
| MSO9.DLL |
9.0.0.6926 |
| msoeuro.dll |
1.02.00.0207 |
| msonsext.dll |
9.00.00.6228 |
| MSOWC.DLL |
9.00.00.6621 |
| msowci.dll |
9.00.00.4625 |
| msppt9.olb |
9.00.00.6604 |
| mspst32.dll |
5.05.3171.0000 |
| mspst32.dll |
5.05.3171.0000 |
| mspub.exe |
6.00.01.0438 |
| msqry32.exe |
9.0.0.4430 |
| MSsp3en.lex |
0.00.00.0000 |
| MSsp3ena.lex |
0.00.00.0000 |
| msspell3.dll |
1.01.00.6215 |
| oladd.fae |
9.0.0.3731 |
| Olappt.fae |
9.00.00.5013 |
| olkfstub.dll |
9.0.0.6418 |
| olsec9.chm |
0.0.0.0 |
| olxchng9.aw |
0.0.0.0 |
| olxchng9.chm |
0.0.0.0 |
| omi9.dll |
5.05.3153.0000 |
| omint.dll |
5.05.3153.0000 |
| ouactrl.ocx |
2.00.00.0000 |
| OUTEX.DLL |
8.30.3172.0000 |
| outlctl.dll |
|
| outlhlp9.aw |
0.0.0.0 |
| Outllib.dll |
9.00.00.6627 |
| outllibr.dll |
9.00.00.6627 |
| Outlmime.dll |
9.0.3170.0 |
| outlook.exe |
9.00.00.6604 |
| ows.dll |
9.00.00.6228 |
| PhotoEd.exe |
3.00.01.0003 |
| Powerpnt.exe |
9.00.00.6620 |
| pp7x32.dll |
9.00.00.5121 |
| ppttools.ppa |
0.0.0.0 |
| pstprx32.dll |
9.00.6613.0000 |
| rm.dll |
9.00.00.5421 |
| rtfhtml.dll |
9.00.00.6418 |
| sendto9.dll |
9.0.0.4201 |
| soa900.dll |
9.00.00.4903 |
| utility.mda |
0.00.00.0000 |
| vbe6.dll |
6.0.89.67 |
| vtiform.exe |
4.00.02.6625 |
| Winword.exe |
9.0.0.6926 |
| wrd6ex32.cnv |
2000.3.16.0 |
| ww9intl.dll |
9.0.0.4527 |
| xleuro9.chm |
0.0.0.0 |
Related links
For an overview of the Office 2000 Service Pack 3 for MUI Pack update, see Description of the Office 2000 Service Pack 3 (SP3) in the Microsoft Knowledge Base.
For general information on applying an administrative update, see Deploying Product Updates from an Administrative Installation Point in the Office XP Resource Kit.