Msbatch.inf Parameters: Installing with PCI Network Adapters

Last reviewed: February 28, 1998
Article ID: Q160329
The information in this article applies to:
  • Microsoft Windows 95

SUMMARY

This article describes how to install Windows 95 using a PCI network adapter and an Msbatch.inf file for batch installations of Windows 95.

MORE INFORMATION

Microsoft does not encourage or support changes to .inf files; therefore, Microsoft Technical Support does not support the procedure in this article. Although we have tested the following procedure and it appears to function as described, make a backup copy of your .inf file before you proceed.

When you are installing Windows 95 over the network using a PCI network adapter, the network adapter is not recognized until after the first reboot. Therefore, you have no network connectivity to finish copying all the necessary drivers. However, using an Msbatch.inf file, you can specify the network adapter on the "netcards=" line in the [Network] section of the file. When you do this, all of the necessary drivers are copied at the first reboot, but you receive the following error message:

   Windows Networking
   Your network adapter <network adapter name> is not working properly.
   You may need to set it up again. For more information, see the Network
   Troubleshooter in Windows Help.

When you click OK, Setup proceeds normally. This occurs because the driver is installed, but the PCI bus has not been enumerated. Once the bus has been enumerated, the adapter functions correctly and this error message does not occur.

This error message can interrupt an automated network installation. To work around this error message, follow these steps:

In the Msbatch.inf file, modify the [Install] section to include the following line:

   AddReg=pcinic.reg

Also, add the following section and key to the Msbatch.inf file:

   [pcinic.reg]
   HKLM,\System\CurrentControlSet\Services\Class\Net\0000,
   "DisableWarning",,"1"

   NOTE: This line should be typed as a single line. It has been wrapped
   in this article for readability purposes.

   NOTE: For multiple adapters, multiple registry entries may be needed in
   the Msbatch.inf file. For example two network adapters may require the
   following section and keys:

      [pcinic.reg]
      HKLM,\System\CurrentControlSet\Services\Class\Net\0000,
      "DisableWarning",,"1"
      HKLM,\System\CurrentControlSet\Services\Class\Net\0001,
      "DisableWarning",,"1"

NOTE: If you are installing Dial-Up Networking, this procedure is not needed because the error message does not occur.


Additional query words: automate
Keywords : win95 winbatch kbsetup
Version : 95
Platform : WINDOWS
Issue type : kberrmsg


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