PRB: Unattended Installation of RAS May Fail (165094)
The information in this article applies to:
- Microsoft Windows NT Workstation 4.0
- Microsoft Windows NT Server 4.0
This article was previously published under Q165094 SYMPTOMS
When you try to install the RAS client through Unattend.txt, it may result
in the following error message when connecting to a site:
Rasman.exe - DLL Initialization failed.
Initialization of the dynamic link library
C:\winnt\system32\rasser.dll failed. The process is terminating
abnormally.
Followed by:
Error Connecting to <Connectoid Name>
Error 665: The port is not configured for remote access.
CAUSE
This is because the Serial.ini file is not created during an unattended
installation. The Serial.ini file is not part of the Windows NT 4.0
installation set, but is created by the Remote Access Setup wizard.
RESOLUTION
To correct the problem after the unattended installation has completed,
simply create a blank Serial.ini file in the %SystemRoot%\System32\RAS
directory. Another workaround is to launch the Remote Access Setup wizard
by clicking Properties for the Remote Access Service on the Service tab in
the Control Panel Network tool.
You can correct the problem during an unattended installation by using
either of the following methods:
Method One
This workaround assumes that you are installing from a server and not from
the actual compact disc.
- Create a Serial.ini in the I386 directory. Make sure the file contains
at least some type of data.
- Edit the Txtsetup.sif file in the I386 directory. Add the following
entry to the [SourceDisksFiles] section:
serial.ini = 1,,,,,,,7,0,0
- Edit the Dosnet.inf file, and add the following entry to the [Files]
section:
d1,serial.ini
- Run your unattended setup.
Method Two
An alternate method would be to create a batch file that runs during the
unattended installation that copies the Serial.ini file to the
%SystemRoot%\System32\RAS directory.
If it is an unattended, then instead of modifying txtsetup.sif, use the
following procedure:
- In the $oem$\$ directory, create the following directory: system32\ras
- Place the serial.ini file there.
- Make sure that OEMPreinstall=yes.
STATUS
Microsoft has confirmed this to be a problem in Windows NT version 4.0. We
are researching this problem and will post new information here in the
Microsoft Knowledge Base as it becomes available.
Modification Type: | Major | Last Reviewed: | 8/9/2001 |
---|
Keywords: | kbprb kbSBK kbsetup KB165094 |
---|
|