WFWG Err Msg: Couldn't Locate Windows Installation

Last reviewed: July 17, 1995
Article ID: Q121423
The information in this article applies to:
  • Microsoft Windows for Workgroups version 3.11

SYMPTOMS

When you run the IPCONFIG command at an MS-DOS command prompt from within the Windows directory, the following error message is displayed:

   Error: couldn't locate Windows installation

CAUSE

This error message occurs when the Windows directory is not in the path.

RESOLUTION

Edit the AUTOEXEC.BAT file and add the Windows directory to the path. For example, at the MS-DOS command prompt type

   edit c:\autoexec.bat

press ENTER, and then change

   path c:\dos;c:\

to:

   path c:\dos;c:\;c:\windows

Save the file, exit MS-DOS Editor, and restart the system.


KBCategory: kbnetwork kberrmsg
KBSubcategory: wfw wfwg
Additional reference words: 3.11 tcpip err msg


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: July 17, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.