Setup Using Msbatch.inf Pauses at Network Dialog Box

Last reviewed: April 10, 1996
Article ID: Q149715
The information in this article applies to:
  • Microsoft Windows 95

SYMPTOMS

When you install Windows 95 using a batch file (Msbatch.inf), Setup may pause at the Network dialog box. This can occur even though the "Express=1" entry exists in the Msbatch.inf file.

CAUSE

This behavior occurs if the "Display=0" entry is not added to the Msbatch.inf file.

RESOLUTION

Use any text editor (such as Notepad) and add the following line to the [network] section of the Msbatch.inf file:

   DISPLAY=0

STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

This problem does not occur if the Msbatch.inf file was created using Netsetup or Batch.exe, which is the only manner of modifying the Msbatch.inf file that is supported by Microsoft.

For additional information about creating a server-based Windows 95 Setup, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q133221
   TITLE     : Installing a Server-based Windows 95 Setup


KBCategory: kbsetup kbenv kbnetwork
KBSubcategory: win95
Additional reference words: 95 stop lock


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: April 10, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.