How to remove Office 2000 programs
How to use msiexec.exe and the globally unique identifier (GUID) of the product to remove suite or stand-alone Office 2000 programsThis article was previously published under Q296067
SUMMARY
You can remove Microsoft Office 2000 Suite editions and stand-alone Office programs remotely with Microsoft Systems Management Server or by other means. To remove a program or suite remotely, you need the product's globally unique identifier (GUID). This article lists the GUIDs for all Office 2000 suite editions and stand-alone Office programs.
MORE INFORMATION
Each Office Suite and stand-alone program has a globally unique identifier (GUID). There are two forms of GUIDs: uncompressed (or standard) and compressed. Compressed GUIDs are stored in the registry. You can use the uncompressed GUID to identify the suite or program to be removed when you are running the Windows Installer program.
Removing Programs or Suites
To remove a program or suite, run the following command with the appropriate product GUID:
msiexec.exe /x {guid} where GUID is the uncompressed GUID number inside braces.
For example, the following command removes Microsoft Office 2000 Premium Edition without any further user interaction:
msiexec.exe /x {00000409-78E1-11D2-B60F-006097C998E7} /qn
If necessary, you can also create a log file during the removal. To do this, append the following to the end of the command line:
/l*v C:\uninstall.log
Compressed and Uncompressed GUIDs
The following are the GUIDs for all the Microsoft Office product suites and stand-alone programs. The first GUID for each product in the following list is the uncompressed or standard GUID.
Office 2000 Premium CD1 GUID: {00000409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904000001E872D116BF00006799C897E
Office 2000 Premium CD2 GUID: {00040409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904040001E872D116BF00006799C897E
Office 2000 Professional CD1 GUID: {00010409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904010001E872D116BF00006799C897E
Office 2000 Professional CD2: (same as Office 2000 Premium CD2)
Office 2000 Standard CD1 GUID: {00020409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904020001E872D116BF00006799C897E
Office 2000 SBE CD1 GUID: {00030409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904030001E872D116BF00006799C897E
Office 2000 SBE CD2: (same as Office 2000 Premium CD2)
Office 2000 SBE CD2: (same as Office 2000 Premium CD2)
Word 2000 GUID: {00170409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904071001E872D116BF00006799C897E
Excel 2000 GUID: {00110409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904011001E872D116BF00006799C897E
PowerPoint 2000 GUID: {00130409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904031001E872D116BF00006799C897E
Access 2000 GUID: {00100409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904001001E872D116BF00006799C897E
Outlook 2000 GUID: {00160409-78E1-11D2-B60F-006097C998E7}
Compressed GUID: 904061001E872D116BF00006799C897E
1 Comments:
This comment has been removed by a blog administrator.
Post a Comment
<< Home