The Setup program may require that you restart the computer when you try to install or deploy Office XP (842547)



The information in this article applies to:

  • Microsoft Office XP Professional
  • Microsoft Office XP Small Business
  • Microsoft Office XP Standard
  • Microsoft Office XP Students and Teachers
  • Microsoft Office XP Developer
  • Microsoft Access 2002
  • Microsoft Excel 2002
  • Microsoft FrontPage 2002
  • Microsoft Outlook 2002
  • Microsoft PowerPoint 2002
  • Microsoft Word 2002

SYMPTOMS

When you install or deploy Microsoft Office XP, the Setup program may require that you restart the computer. You must have administrative credentials to complete the installation.

RESOLUTION

To resolve this problem, use the REBOOT=ReallySuppress command-line property to let the installation to run without intervention. To do this, follow these steps:
  1. Click Start, click Run, type cmd, and then click OK.
  2. At the command prompt, type the following command line, and then press ENTER:

    start /wait AdminPath\MSI File REBOOT=ReallySuppress /qb /L*V C:\install.txt

    Note In this command line, AdminPath is the path of your administrative installation point of Office XP, and MSI File is the Microsoft Windows Installer (.msi) package for Office XP--for example, Proplus.msi.

REFERENCES

For additional information about command-line switches and properties, click the following article numbers to view the articles in the Microsoft Knowledge Base:

283686 Setup command-line switches for Office XP

230781 How to use property reference command-line parameters with Msiexec.exe


Modification Type:MinorLast Reviewed:4/7/2006
Keywords:kbsetup kbprb KB842547 kbAudEndUser