Installation guide

Installation in Unattended Mode 107
Preparing the script file
Before the Windows NT 4.0 setup can be called, the OEMSETUP.INF must be renamed
and copied to the %WINDIR%\SYSTEM32 directory. The file name to be used depends on
the component to be installed. See below:
for Diva Server adapters as well as for the WAN Miniport it is OEMNAD<xx>.INF.
for CAPI it is OEMNXP<xx>.INF.
for the Port driver it is OEMNSV<xx>.INF.
<xx> is a number between 00 and 99. Note that existing files must not be overwritten.
Note: If you use the batch file UNATTEND.BAT that is supplied with the Diva Server for
Windows NT software, you can rename and copy the OEMSETUP.INF within this batch file.
Running the installation
The installation can be started either by executing one or more batch files (e.g. the batch
file UNATTEND.BAT that is supplied with the Diva Server for Windows NT software), or by
integrating it into the installation process of a third-party product that initiates the
installation.
Batch file syntax
If you want to use the batch file UNATTEND.BAT to run the unattended installation, open
the file with editor or notepad and edit it according to your requirements. If you are using
your own batch file or a third-party product, see Starting the Windows NT 4.0 setup
on
page 108.
The syntax for the UNATTEND.BAT is as follows:
set infoption=<InstanceName>
set answerfile=.\<OptionsFile>
set inffile=%WINDIR%\SYSTEM32\<InfName>
copy oemsetup.inf %inffile% >nul