unt_nt4.txt Driver File Contents (3com_3cr990b97_Network_Win_x64_x86.exe)

                       3Com (R) Corporation
                   	EtherCD (R) for the
                3Com 10/100 PCI NIC w/3XP (3C990B)
            Windows NT 4.0 Automated Network Installations

Table of Contents
-----------------
Methods of Unattended Installation   1
Requirements   1
DOS Client Boot Disk     2
Windows NT Source Files  2
Windows NT Answer File   2
Driver Disk   2
Procedures for Unattended Installations of Windows NT 4.0    2
  Preparing the Server   2
  Creating the Answer File   3
  Initiating the Installation   4
  Example Answer File for a Workgroup   4
  Example Answer File for a Domain      5


This document describes the procedures for performing an automated installation
of Windows NT 4.0 over the network using a 3Com 10/100 PCI NIC w/3XP (3C990B). 
The procedures use the 3Com EtherCD shipped with this product.

NOTE: These procedures require advanced network administration knowledge. 
You should be competent with Windows NT 4.0 setup procedures in a network 
configuration prior to performing an automated installation. Refer to the 
Windows NT Resource Kit for details.

The files provided are sample configuration files that allow a basic
Windows NT 4.0 unattended, over-the-network installation using a 3Com 10/100 PCI 
NIC w/3XP (3C990B) with the NDIS 3/4 miniport driver. The automated installation 
allows Windows NT 4.0 to be installed from a network server.  


Methods of Unattended Installation
==================================
There are various methods for unattended, over-the-network installations of 
Windows NT 4.0 when installing NIC drivers. This document describes how to 
install the drivers for 3Com 10/100 PCI NIC w/3XP (3C990B)by using the Specify 
Adapter option within the SETUPMGR.EXE utility when creating the Answer File.


Requirements
============
Various components must be properly set up for a successful unattended, 
over-the-network installation to occur. Depending upon the type of 
installation, the components required are:

   - Server, with at least 100M of hard drive space and a shared directory
   - DOS client boot disk (preferable).
   - Windows NT 4.0 source files (copied to a shared directory on the server)
   - Windows NT 4.0 Answer File (created with the SETUPMGR.EXE utility, 
     which is located in the \SUPPORT\OPK\I386 directory on the 
     Windows NT Server Installation CD)
   - EtherCD for the 3C990B Family


DOS Client Boot Disk
====================
You can create a DOS client boot disk for a DOS Windows NT client from a 
Windows NT server. Novell users can simply load the DOS ODI drivers for 
network connectivity.  


Windows NT Source Files
=======================
The Windows NT source files are the installation files for Windows NT 
(that is, the \I386 directory and subdirectories). These files must be 
copied to a shared directory on the server.


Windows NT Answer File
======================
The Answer File contains all the information needed to automate the installation.  
Microsoft provides a utility for creating this file, SETUPMGR.EXE.  However, 
depending upon the type of installation and its requirements, the Answer File 
may require manual changes.  

The Answer File usually resides in the shared directory with the Windows NT 
source files or is contained on the boot diskette. Some example Answer Files 
are provided and explained in the "Creating the Answer File" section later 
in this document.


Driver Disk
===========
The driver CD (EtherCD) is provided by the NIC manufacturer and is required 
if the drivers are not native to Windows NT or if you want to install the 
latest drivers.  


Procedures for Unattended Installations of Windows NT 4.0
=========================================================
The following sections explain the procedures for performing unattended 
installations of Windows NT 4.0 workstations using the 3Com 10/100 PCI NIC 
w/3XP (3C990B).

Preparing the Server
--------------------
To prepare the server for automated, over-the-network installations of 
Windows NT 4.0:

   - Make sure that the server is powered on and is operational.
   - Copy the Windows NT 4.0 source files to a shared directory on the
     server.
   - Copy the root of the EtherCD.
   - Create a user account on the server, if necessary.

1) Install the server. (Refer to the documentation provided with the
   server software.)  

2) Create a shared directory on the server.

3) Copy the Windows NT 4.0 source files to the shared directory that was 
   created in step 2. (These include the files from the \I386 directory 
   and subdirectories on the Windows NT installation media). For example:

     XCOPY D:\I386\*.* C:\NT40WS /S /E /V

4) After completing step 3, there will be a directory created called
   C:\NT40WS\DRVLIB.NIC. Create a subdirectory in this directory, 
   for example: 

     C:\nt40ws\drvlib.nic>MD 3C99X

5) Copy the root of the EtherCD to this directory. For example:

     COPY D:\*.* C:\NT40WS\DRVLIB.NIC\3C99X

Creating the Answer File
------------------------
After preparing the server, you must create an Answer File. This file 
contains the information needed for automating the installation process.  
It is created with the SETUPMGR.EXE utility, which is provided on the 
Windows NT 4.0 Server CD (in the SUPPORT\DEPTOOLS\PPC folder).  
(Refer to the Windows NT 4.0 Workstation Resource Kit, Appendix A.)   

The Answer File may require manual alteration(s), and if not created 
properly, may result in a failure during the installation process. This 
file is usually copied onto the server, normally in the same directory 
where the Windows NT source files reside.  

1) Select SPECIFY ADAPTER(S) TO BE INSTALLED under the General tab of 
   the SETUPMGR utility.  

2) Under the Adapters tab, click the Add button.

3) From the adapter selection list, select Other (OEM Adapter Installation).

4) Click Parameters. This requires two steps:  

   a)  Enter the Inf Option Name, which is 3C99X.

       NOTE: If the INF Option Name is NOT CAPITALIZED the automated
       installation will fail.

   b)  Specify the Location of the OEM Files.  Refer to step 3 of the 
       previous section, "Preparing the Server." It is the directory 
       to which the EtherCD was copied. For example:

          C:\$WIN_NT$.~LS\I386\DRVLIB.NIC\<name of directory created in step 3>

       Using the example in step 3, the correct entry would be:

          C:\$WIN_NT$.~LS\I386\DRVLIB.NIC\3C99X

Example Answer Files are documented below.  They can be used as a reference.

     File Name             Description
     ----------------------------------------------------------------
     WKG99X.TXT            Example Answer File for the 3C99X NICs
                           for installing into a Microsoft Workgroup.

     DMN99X.TXT            Example Answer File for the 3C99X NICs
                           for installing into a Windows NT Domain.


Initiating the Installation
---------------------------
To begin the installation:

1) Boot to DOS with a Windows NT DOS client boot disk (or any other 
   means you prefer).

2) Map a network drive to the shared directory where the Windows NT 
   source files reside. For example:

     A:>NET USE J: \\<name-of-server>\<name-of-shared-directory>

     as demonstrated below:

     A:>NET USE J: \\PLUTO\NT40WS

3) Once mapped, run the WINNT installer program from the network drive.  
   For example:

     J:>WINNT /B /S:<path-to-source-files> /U:<path-to-answer-file>

     as demonstrated below:

     J:>WINNT /B /S:j:\ /U:j:\dmn99x.txt


Example Answer File for a Workgroup
-----------------------------------
; Unattended Answer File for the  3Com 10/100 PCI NIC w/3XP (3C990B).
;
; OS: Windows NT v4.0 Workstation
; NICs Supported: 3C99X
;
;
; NOTE: This file is an example of an installation for a Workgroup 
; configuration. This file will vary depending upon your installation 
; requirements. 

[Unattended]
OemPreinstall = yes
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
FileSystem = LeaveAlone
ExtendOEMPartition = 0
ConfirmHardware = no
NtUpgrade = no
Win31Upgrade = no
TargetPath = *
OverwriteOemFilesOnUpgrade = no
OEMSkipEula = yes

[UserData]
FullName = "YOUR NAME"
OrgName = "YOUR ORGANIZATION"
ComputerName = COMPUTER_NAME
ProductId = "xxx-xxxxxxx"

[GuiUnattended]
OemSkipWelcome = 1
OEMBlankAdminPassword = 1
TimeZone = "(GMT-08:00) Pacific Time (US & Canada); Tijuana"

[Display]
ConfigureAtLogon = 0
BitsPerPel = 8
XResolution = 800
YResolution = 600
VRefresh = 60
AutoConfirm = 1

[Network]
InstallAdapters = SelectedAdaptersSection
InstallProtocols = ProtocolsSection
InstallServices = ServicesSection
JoinWorkgroup = WORKGROUP

[SelectedAdaptersSection]
3C99X = OEMCardParameters,c:\$win_nt$.~ls\i386\drvlib.nic\3c99x

[OEMCardParameters]

[ProtocolsSection]
NBF = NBFParamSection

[NBFParamSection]

[ServicesSection]


Example Answer File for a Domain
--------------------------------
; Unattended Answer File for the  3Com 10/100 PCI NIC w/3XP (3C990B).
;
; OS: Windows NT v4.0 Workstation
; NICs Supported: 3C99X

;
; NOTE: This file is an example of a Domain configuration. This file will 
; vary depending upon your installation requirements.    

[Unattended]
OemPreinstall = yes
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
FileSystem = LeaveAlone
ExtendOEMPartition = 0
ConfirmHardware = no
NtUpgrade = no
Win31Upgrade = no
TargetPath = *
OverwriteOemFilesOnUpgrade = no
OEMSkipEula = yes

[UserData]
FullName = "YOUR NAME"
OrgName = "YOUR ORGANIZATION NAME"
ComputerName = COMPUTER_NAME
ProductId = "xxx-xxxxxxx"

[GuiUnattended]
OemSkipWelcome = 1
OEMBlankAdminPassword = 1
TimeZone = "(GMT-08:00) Pacific Time (US & Canada); Tijuana"

[Display]
ConfigureAtLogon = 0
BitsPerPel = 8
XResolution = 800
YResolution = 600
VRefresh = 60
AutoConfirm = 1

[Network]
InstallAdapters = SelectedAdaptersSection
InstallProtocols = ProtocolsSection
InstallServices = ServicesSection
JoinDomain = DOMAIN_NAME
CreateComputerAccount = Administrator, password

[SelectedAdaptersSection]
3C99X = OEMCardParameters,c:\$win_nt$.~ls\i386\drvlib.nic\3c99x

[OEMCardParameters]

[ProtocolsSection]
NBF = NBFParamSection

[NBFParamSection]

[ServicesSection]

; (%VER UNT_NT4.TXT - v1.0.5)
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 1.58