Windows NT Setup Fails to Install OEM Network Driver (156606)
The information in this article applies to:
- Microsoft Windows NT Server 4.0
- Microsoft Windows NT Workstation 4.0
This article was previously published under Q156606 SYMPTOMS
During Windows NT 4.0 Setup network adapter installation, if you choose
Select From List, then Have Disk, and you are using a third-party OEM
network card device driver disk for installation, the following error will
occur when you try to copy the OEM files from the installation
disk:
An error has occurred:
Unable to open the file:D:\i386\OEM_FILE_NAME
-or- If you performed a winnt /B installation
Unable to open the file:$win_nt$.~ls\i386\OEM_FILE_NAME
A Non-critical error has occurred. you may retry the operation, Ignore
it, or exit the entire setup operation.
CAUSE
The OEM installation oemsetup.inf file was incorrectly written to list
themselves as an NT shipped component, Windows NT 4.0 Setup process
inadvertently overwrites the user input local variable $(SRCDIR) called for
by the Oemsetup.inf file with the default Windows NT source path.
WORKAROUND
To work around this problem ask the OEM vendor for an updated oemsetup.inf
file or perform either of the following:
- Complete the installation by choosing to install the Microsoft Loopback
adapter, then add OEM Network adapter after NT is installed.
-or-
Every network card Oemsetup.inf file will be different; however, it should
contain similar logic to prompt the user for the input source, then pass
that source to $(SRCDIR) local variable. Hardcoding the entry $(SRCDIR) to
be A:\ ensures the path is useable and not overwritten.
Modification Type: | Major | Last Reviewed: | 8/9/2001 |
---|
Keywords: | kb3rdparty kbsetup KB156606 |
---|
|