Microsoft KB Archive/230672

From BetaArchive Wiki

Article ID: 230672

Article Last Modified on 1/24/2007



APPLIES TO

  • Microsoft Office 2000 Premium Edition
  • Microsoft Office 2000 Professional Edition
  • Microsoft Office 2000 Standard Edition
  • Microsoft Office 2000 Small Business Edition
  • Microsoft Office 2000 Developer Edition
  • Microsoft Access 2000 Standard Edition
  • Microsoft Excel 2000 Standard Edition
  • Microsoft FrontPage 2000 Standard Edition
  • Microsoft Outlook 2000 Standard Edition
  • Microsoft PowerPoint 2000 Standard Edition
  • Microsoft Word 2000 Standard Edition



This article was previously published under Q230672

For a Microsoft Office XP or Office 2003 version of this article, see 298027.

SUMMARY

When you run the Office Setup program after Office has been installed, you are automatically put into Maintenance mode. One of the Maintenance mode options is Repair Office. If you use this option, the Reinstall/Repair Microsoft Office 2000 dialog box appears with the following two options:

  • Reinstall Office
  • Repair errors in my Office Installation


MORE INFORMATION

There is a subtle difference between these two options and you will want to make sure you choose the appropriate option based on your situation. In either case, the Windows Installer /f command line switch is being called. The difference is in the parameters that are being attached to the /f switch.

NOTE: You can also perform a Repair procedure from any of the Office programs by clicking Detect and Repair on the Help menu. This procedure is the same procedure that is performed when you click the Repair errors in my Office installation command in Maintenance mode.

The following table outlines the /f default combinations that are called when you perform either a Repair or Reinstall:

                               /f combination passed
Mode                           to the Windows Installer
-------------------------------------------------------
Detect and Repair called            /focums
from the Help menu

Repair errors ... called from       /focum
Maintenance Mode

Reinstall Office called from        /fecums
Maintenance Mode.
                    

NOTE: If you click Repair errors in my Office installation, the Restore My Shortcuts check box becomes available, but is not selected. If you select this check box, then the /f switch combination becomes /focums instead of the default /focum

The following table lists all of the parameters that are available for use with the /f Windows Installer switch.

Option       Description
------------------------
p            Reinstall only if file is missing, or verify the
             file is present.

o            Reinstall if file is missing, or an earlier version
             is present.

e            Reinstall if file is missing, or an equal or earlier
             version is present.

d            Reinstall if file is missing, or a different version
             is present.

c            Reinstall if file is missing or corrupt. This option
             only repairs files that have msidbFileAttributesChecksum
             in the Attributes column of the File table.

a            Force all files to be reinstalled, regardless of checksum
             or version.

u            Rewrite all required registry entries from the registry
             table that go to the HKEY_CURRENT_USER or HKEY_USERS
             registry keys.

m            Rewrite all required registry entries from the registry
             table that go to the HKEY_LOCAL_MACHINE or
             HKEY_CLASSES_ROOT registry key. Rewrite all information
             from the Class table, Verb table, PublishComponent table,
             ProgID table, MIME table, Icon table, Extension table,
             and AppID table regardless of computer or user assignment.
             Reinstall all qualified components.

s            Reinstall all shortcuts and re-cache all icons,
             overwriting any existing shortcuts and icons.

v            Use to run from the source package and re-cache the local
             package.
                    

To Run a Repair/Reinstall Procedure from the Command Line

You can also manually perform a Repair or Reinstall procedure using a custom combination of /f parameters. For example, if you only want to repair or reinstall the Office shortcuts on the Programs menu, follow these steps:

  1. Click Start, and click Run.
  2. In the Open box, type
    <path>\setup.exe /fs data1.msi
                            
  3. Click OK. where path is the path to the installation point.


REFERENCES

For more information, please see the Microsoft Office 2000 Resource Kit at:


Additional query words: OFF2000

Keywords: kbhowto kbsetup kbrepair kbuninstall kbinfo KB230672