Office: Setup Error Messages That Contain Reference to LineLast reviewed: September 16, 1996Article ID: Q115770 |
The information in this article applies to:
SYMPTOMSIn Microsoft Office, when you select the Typical, Complete/Custom, or Laptop (Minimum) setup option, you may receive one of the following error messages:
Microsoft Office Setup was not completed successfully.When you choose the OK button again, the Setup program ends, and you are returned to Program Manager.
CAUSEThis problem occurs because Microsoft Office expects a disk drive letter for the location of the Windows directory in the PATH statement of your AUTOEXEC.BAT file. If the AUTOEXEC.BAT file shows the path to the windows directory without a disk drive letter, as in the following example
PATH=\WINDOWSyou will receive the error message. The error also occurs if you include the drive letter, but exclude the equal sign, as in the example below:
PATH C:\WINDOWSThe error message may also be caused if you have \DOS in the path. Even if windows is explicitly stated in the path with the drive letter, it may not be read if there are invalid directories listed before it in the path. This might occur if you have deleted directories from your hard drive, but have not updated the path statement.
RESOLUTIONTo correct this problem, change the PATH statement in the AUTOEXEC.BAT file to include the drive letter for the Windows directory and ensure that all the directories are valid. For example, change the statement to:
PATH=C:\WINDOWS REFERENCES"Getting Started," pages 15-24
|
KBCategory: kbsetup kberrmsg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |