Office: Setup May Not Succeed if SHARE.EXE is Loaded High

Last reviewed: September 16, 1996
Article ID: Q123845
The information in this article applies to:
  • Microsoft Office for Windows, version 4.3

SYMPTOMS

When you attempt to install Microsoft Office version 4.3 over an earlier version of Microsoft Office, and if SHARE.EXE is loaded high in the AUTOEXEC.BAT file, the Setup may fail.

CAUSE

If your AUTOEXEC.BAT file contains a command similar to either of the following to load SHARE.EXE high

   LOADHIGH /l:X,XXXXX C:\DOS\SHARE.EXE /l:XXX /f:X,XXX

   -or-

   LH /l:X,XXXXX C:\DOS\SHARE.EXE /l:XXX /f:X,XXX

and you are installing over an earlier version of Microsoft Office, the Setup program may finish copying the contents of Disk 1 and change the title of the Setup screen to Disk 2 without prompting you for Disk 2 first. When the title of the Setup screen changes and you attempt to exchange Disk 1 for Disk 2, your computer may hang.

WORKAROUND

To work around this problem, press CTRL+ALT+DEL to exit the Setup program, and do the following:

  1. Exit Windows.

  2. If you are running MS-DOS version 5.0 or later, type the following at the MS-DOS prompt:

          c:\dos\edit c:\autoexec.bat
    

  3. In the AUTOEXEC.BAT file, search for the following line:

          LOADHIGH /l:X,XXXXX C:\DOS\SHARE.EXE
    

    NOTE: LOADHIGH in this line may be abbreviated to "LH".

  4. Remark out this line by adding typing "REM" (without the quotation marks) at the beginning of the of LOADHIGH (or LH) line. The remarked out line should resemble the following:

          REM LOADHIGH /l:X,XXXXX C:\DOS\SHARE.EXE
    

  5. On a new line in the AUTOEXEC.BAT file, type the following:

          c:\dos\share.exe /l:500 /f:5100
    

  6. Save the file, exit MS-DOS Editor, and restart your computer.

Microsoft Office version 4.3 Setup should now run correctly.

REFERENCES

MS-DOS 6.2 Help MS-DOS, "User's Guide," version 6.0


Additional reference words: 4.30 machine lock up freeze lock-up crash




THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 16, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.