drmgr.ini Driver File Contents (R52422.EXE)

;------------------------------------------------------------------------------
;
; All file specifications are in the following format
;
;	destinationName = srcLocation, dstLocation, sourceName
;
;	srcLocation	where the file is located on the source system
;	dstLocation	where the file will be placed on the target system
;		
;  id	path		
; ---	---------	
;   0	NOT USED
;		Causes a search in all the following locations...
;
;   1	BOOTDISK	
;		NetWare		C:\
;		WinNT/2000	C:\
;		Win9x		C:\
;		Linux		none
;
;   2	BOOTDIR		
;		NetWare		C:\NWSERVER
;		WinNT/2000	C:\WINNT
;		Win9x		C:\WINDOWS
;		Linux		/boot
;
;   3	HOME
;		NetWare		C:\[Install Directory]
;		WinNT/2000	C:\[Install Directory]
;		Win9x		C:\[Install Directory]
;		Linux		/usr/local/[Install Directory]
;
;   4	DATABASE
;		NetWare		C:\[Install Directory]\DATABASE
;		WinNT/2000	C:\[Install Directory]\DATABASE
;		Win9x		C:\[Install Directory]\DATABASE
;		Linux		/usr/local/[Install Directory]/database
;
;   5	SYSTEM
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\SYSTEM32
;		Win9x		C:\WINDOWS\SYSTEM
;		Linux		/etc
;
;   6	CONFIG
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\SYSTEM32\CONFIG
;		Win9x		C:\WINDOWS\SYSTEM
;		Linux		/etc; /boot/grub
;
;   7	DRIVERS
;		NetWare		SYS:SYSTEM
;		WinNT/200	C:\WINNT\SYSTEM32\DRIVERS
;		Win9x		C:\WINDOWS\SYSTEM
;		Linux		/lib/modules/[kernel_version]/...
;
;   8	DEFAULT
;		NetWare		.
;		WinNT/2000	.
;		Win9x		.
;		Linux		.
;
;   9	TARGET
;		NetWare		A:|Z:
;		WinNT/2000	A:|Z:
;		Win9x		A:|Z:
;		Linux		/dev/fd0|Z:
;
;  10	FONTS
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\FONTS
;		Win9x		C:\WINDOWS\FONTS
;		Linux		none
;
;  11	VMM
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\SYSTEM
;		Win9x		C:\WINDOWS\SYSTEM\VMM32
;		Linux		none
;
;  12	IOSUBSYS
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\SYSTEM
;		Win9x		C:\WINDOWS\SYSTEM\IOSUBSYS
;		Linux		none
;
;  12	MISC	
;		NetWare		C:\NWSERVER\NLS	
;		WinNT/2000	C:\WINNT\INF
;		Win9x		undefined
;		Linux		none

;  28	SEARCH PATH 1
;
;  29	SEARCH PATH 2
;
;  30	SEARCH PATH 3
;
;  31	SEARCH PATH 4
;
; NOTE:	Z: is the drive letter given to the newly formatted drive created
;	at the beginning of phase 1 & 2. It is assigned Z: so it does not 
;	interfere with any DOS assigned drive letters.
;
; NOTE:	If srcLocation is not specified, then srcLocation defaults to looking 
;	in all the platform specific directories. If dstLocation is not
;	specified, it defaults to C:\RECOVER.TMP.
;		
;------------------------------------------------------------------------------

;------------------------------------------------------------------------------
;
; bootSize	: Updated by phase 1 - make diskette/image
;		: Size of the initial C:\ partition to create (in sectors)
;
; bootDrive	: Updated by phase 1 - make diskette/image
;		: Physical drive id to create partition on
;		: When booting from CD-ROM/OBDR this must be 129, otherwise 128
;
; bootType	; Updated by phase 1 - make diskette/image
;		; Physical partition type of the boot partition (0=default)
;
; osType	: Updated by phase 1 - make diskette/image
;		: 0 = NetWare running on MS-DOS
;		: 1 = NetWare running on DR-DOS
;		: 2 = NetWare running on IBM-DOS
;		: 3 = Windows NT/2000
;
; osBootDisk	: User specified
;		: Overrides the value that DR manager determined where the OS
;		: was loaded from. Usually, under NetWare, this value will
;		: be C:. For Windows NT, this value will be the drive where
;		: the BOOT.INI, NTLDR and NTDETECT.COM files reside.
;
; osBootDir	: User specified
;		: Overrides the value that DR manager determined where the OS
;		: was loaded from. This is different than osBootDisk. Under
;		: NetWare, this value is usually C:\NWSERVER, but if you are
;		: booting from C: and running the os from D:\NWSERVER, you
;		: need to change this to D:\NWSERVER. For Windows NT, this
;		: value reflects where the \WINNT system directory is located
;		: and will rarely need to be changed since it is available
;		: directory from the OS.
;
; NOTE: All phases are 1 greater than what the user sees. This is because
;	we consider the first phase (Phase 1) actually starts when the
;	backup and/or diskettes/image are actually created. For example, our
;	phase 2 actually displays as phase 1 to the user. They never see
;	our phase 1.
;
;------------------------------------------------------------------------------
[configuration]

;------------------------------------------------------------------------------
; Add additional paths here to search looking for drivers. No key is
; necessary just add the path. Up to 4 additional paths may be entered.
; For example:
;	[searchPath]
;	c:\server
;------------------------------------------------------------------------------
[searchPath]

;------------------------------------------------------------------------------
; Sections
;	[xxx.boot.phase1]	Files copied to the floppy which are used only
;				during phase 1. These are not copied to the
;				new created boot partition. These files are 
;				only used by the first phase of the recovery.
;
;	[xxx.boot.phase2]	Files copied to the floppy and also copied 
;				back to the newly created boot partition. 
;				These files are used by both the first phase
;				and later phases, so they are shared to 
;				conserve disk space. 
;
;	[xxx.boot.include.vx]
;	[xxx.boot.include.common]
;	[xxx.boot.optional.vx]
;	[xxx.boot.optional.common]
;				Files to include in the drboot.pak file. This
;				is the main pack file which contains just 
;				enough of the original OS to read from the 
;				tape device and create the file systems. Files
;				located in the .include. section must be
;				present, while those in .optional. will be
;				copied only if present. 
;
;	[xxx.boot.include.drivers]
;	[xxx.boot.exclude.drivers]
;				Base drivers which are to be manually 
;				included or excluded from the registry. These
;				drivers are the base drivers that must be 
;				running to access the tape device and file
;				systems.
;
;	[xxx.tape.include.vx]
;	[xxx.tape.include.common]
;	[xxx.tape.optional.vx]
;	[xxx.tape.optional.common]
;				Files to include in the drtape.pak file. This
;				is the main pack file located on tape which
;				phase 3 copies to the system rights before the
;				full operating system loads.
;
;	[xxx.unlink]		Specifies temporary files that need to be
;				deleted after the Make Diskette or Make CD-R
;				options are selected.
;
;------------------------------------------------------------------------------

;------------------------------------------------------------------------------
; Linux Sections
;------------------------------------------------------------------------------
[lin.config]
kernel=/boot/vmlinuz
liloConf=/etc/lilo.conf
grubConf=/boot/grub/menu.lst

[lin.boot.phase1]
kernel=3,9,kernel
initrd.gz=3,9,initrd.gz
loadlin.exe=3,9,loadlin.exe
autoexec.bat=3,9,autoexec.bat

[lin.boot.phase2]

[lin.boot.include.v4]

[lin.boot.include.common]

[lin.boot.include.drivers.v4]

[lin.boot.exclude.drivers.v4]

[lin.tape.include.v5]

[lin.tape.include.v4]

[lin.tape.include.common]

[lin.unlink]
bootsect.dat
volinf.dat
recover.z
kernel
initrd.gz

;------------------------------------------------------------------------------
; Windows 9x Sections
;------------------------------------------------------------------------------
[w9x.boot.phase1]
autoexec.bat=,,drxxaut2.inc
config.sys=,,drxxcfg2.inc
recover.exe=,,$prefix$xxxdr2.exe
$prefix$xxxerm.msg
dros.pak=3
bootsect.dat=3

[w9x.boot.phase2]
$inifile$
drmgr.ini
$prefix$xxxsup.msg
$prefix$xxxdrm.msg
$prefix$chrdrm.msg
$prefix$chrwin.msg

[w9x.boot.include.v4]

[w9x.boot.include.common]
tapeboot.vxd=,5,$prefix$windr3.vxd
msdos.sys=,1,dr9xmdos.inc
system.ini=,2,$prefix$dr9xsysi.inc
system.dat=5,2,drwnsys
himem.sys=2
dblbuff.sys=2
ifshlp.sys=2
vmm32.vxd
win.com=2

[w9x.boot.optional.v4]

[w9x.boot.optional.common]
acpi.sys
biling.sys
bios.vxd
eisa.vxd
isapnp.vxd
pccard.vxd
pci.vxd
pcimp.pci
vpowerd.vxd
vgaoem.fon
vgasys.fon
vgafix.fon

[w9x.boot.include.drivers.v4]
wdm=1
arbitrators=1
class=1
vxd=1
eacmos=1
eaps2kbd=1
eawdmfd=1
update=1
wdmfs=1
update=1
agentcd=1
bios=1
isapnp=1
pci=1
vmd=1
vmm=1
vrtwd=1
vfixd=1
vshinit=1

[w9x.boot.exclude.drivers.v4]
cdfs.vxd=1
cdtsd.vxd=1
cdvsd.vxd=1
drvwppqt.vxd=1
drvwq117.vxd=1
idecdvsd.vxd=1
torisan3.vxd=1

[w9x.tape.include.v5]

[w9x.tape.include.v4]

[w9x.tape.include.common]
volinf.dat=3,5
$prefix$windr4.exe=,5
$prefix$winbas.dll=,5
$prefix$windcs.dll=,5
$prefix$windtb.dll=,5
$prefix$winldr.dll=,5
$prefix$winasp.dll=,5
$prefix$winodb.dll=,5
$prefix$winods.dll=,5
$prefix$winofs.dll=,5
$prefix$winreg.dll=,5
$prefix$winsup.dll=,5
$prefix$wintap.dll=,5
$prefix$xxxbas.msg=,5
$prefix$xxxdcs.msg=,5
$prefix$xxxdtb.msg=,5
$prefix$xxxerr.msg=,5
$prefix$xxxods.msg=,5
$prefix$windr4.msg=,5
$prefix$tapdev.ini=,5
$prefix$ldrdev.ini=,5
$prefix$filter.ini=,5
$prefix$windr1.vxd=,5
advapi32.dll
comctl32.dll
comdlg32.dll
comm.drv
comm.drv
commdlg.dll
crypt32.dll
ddeml.dll
dibeng.dll
gdi.exe
gdi32.dll
kernel32.dll
keyboard.drv
krnl386.exe
lptenum.vxd
lz32.dll
lzexpand.dll
mfc70$dbgcrt$.dll
mmsound.drv
mmsystem.dll
mouse.drv
msgsrv32.exe
msvcr70$dbgcrt$.dll
msvcrt.dll
ntdll.dll
ole2nls.dll
ole32.dll
oleacc.dll
oleaut32.dll
pifmgr.dll
rpcrt4.dll
serenum.vxd
shell.dll
shell32.dll
system.drv
systhunk.dll
shlwapi.dll
user.exe
user32.dll
ver.dll
version.dll
vga.drv
vgafull.3gr
wininet.dll
win87em.dll
winspool.drv
wnaspi32.dll
wsock32.dll

[w9x.tape.optional.v5]

[w9x.tape.optional.v4]

[w9x.tape.optional.common]
crtdll.dll
COMCAT.DLL
COMCTL32.DLL
COMDLG32.DLL
COMPOBJ.DLL
COMMCTRL.DLL
COMMDLG.DLL
imm.dll
imm32.dll
msvcrt.dll
OLE2.DLL
OLE2CONV.DLL
OLE2DISP.DLL
OLECLI32.DLL
OLECNV32.DLL
OLEDLG.DLL
OLESVR32.DLL
OLETHK32.DLL
OLEACCRC.DLL
OLECLI.DLL
OLESVR.DLL
OlePro32.dll
sserife.fon
shlwapi.dll
unicode.bin
unicode.nls
locale.nls
wifeman.dll
wifeman.ini
winnls.dll
cmdninst.exe
mswsock.dll
ws2_32.dll
ws2help.dll

[w9x.unlink]
volinf.dat
bootsect.dat
drwnsys
drwnusr
drwntmp

;------------------------------------------------------------------------------
; Windows NT/2000 Sections
;------------------------------------------------------------------------------
[win.boot.phase1]
autoexec.bat=,,drxxaut2.inc
config.sys=,,drxxcfg2.inc
recover.exe=,,$prefix$xxxdr2.exe
$prefix$xxxerm.msg
dros.pak=3
bootsect.dat=3

[win.boot.phase2]
$inifile$
drmgr.ini
$prefix$xxxsup.msg
$prefix$xxxdrm.msg
$prefix$chrdrm.msg
$prefix$chrwin.msg

;------------------------------------------------------------------------------
; Boot files specific for NT 4.0, Windows 2000, and Windows XP
;------------------------------------------------------------------------------
[win.boot.include.v4]

[win.boot.include.v5]
bootvid.dll
classpnp.sys=,7
diskdump.sys=,7
pciidex.sys=,7
wmilib.sys=,7

[win.boot.include.v51]
bootvid.dll
classpnp.sys=,7
diskdump.sys=,7
pciidex.sys=,7
DXG.SYS=,7
DXGTHK.SYS=,7
KDCOM.DLL
WATCHDOG.SYS
wmilib.sys=,7

;------------------------------------------------------------------------------
; Common boot files for Windows NT 4.0, Windows 2000, Windows XP
;------------------------------------------------------------------------------
[win.boot.include.common]
system=,6,drwnsys
security=,6,drwnsec
software=,6,drwnsft
default=,6,drwndef
hal.dll
ntdll.dll
ntoskrnl.exe
$prefix$windr3.sys=,7
scsiport.sys=,7
videoprt.sys=,7

;------------------------------------------------------------------------------
; Optional boot files for Windows NT 4.0, Windows 2000, Windows XP 
;------------------------------------------------------------------------------
[win.boot.optional.v4]
[win.boot.optional.v5]
portcls.sys=,7

[win.boot.optional.v51]
usb8023.sys=,7
usbcamd2.sys=,7
usbcamd.sys=,7
usbintel.sys=,7
usbehci.sys=,7
usbport.sys=,7
msusb2ci.dll
usbmon.dll
usbui.dll

;------------------------------------------------------------------------------
; Optional boot files common for Windows NT 4.0, Windows 2000, Windows XP 
;------------------------------------------------------------------------------
[win.boot.optional.common]
vgaoem.fon
vgasys.fon
vgafix.fon
biosinfo.inf
class2.sys=,7
usbui.dll
uhcd.sys=,7
usbhub.sys=,7
usbd.sys=,7
mouclass.sys=,7
mouhid.sys=,7
usbmon.dll=,5
nusbd.sys=,7
usbstor.sys=,7
usbver2k.sys=,7
nehcd.sys=,7
tape.sys=,7
adr2k.sys=,7
openhci.sys=,7

;------------------------------------------------------------------------------
; Driver files/registry entries for Windows NT 4.0, Windows 2000, Windows XP
;------------------------------------------------------------------------------
[win.boot.include.drivers.v4]
abiosdsk=1
atdisk=1
beep=1
busmouse=1
cdfs=1
cdrom=1
disk=1
fastfat=1
floppy=1
fs_rec=1
ftdisk=1
i8042prt=1
kbdclass=1
ksecdd=1
mouclass=1
msfs=1
ndis=1
nm=1
nmfilter=1
npfs=1
ntfs=1
null=1
pcidump=1
pcmcia=1
pnpisa=1
scsiport=1
serial=1
sermouse=1
sfloppy=1
videoprt=1
vgasave=1
vgainit=1
hpncomm=1
hpnscsi=1
hpnport=1
hpndisk=1
afacomm=1
afascsi=1
afaport=1
afadisk=1

[win.boot.include.drivers.v5]
amdeide=1
abiosdsk=1
acpi=1
acpiec=1
atdisk=1
beep=1
busmouse=1
cdfs=1
cdrom=1
classpnp=1
dfs=1
disk=1
diskperf=1
;dmboot=1
;dmio=1
;dmload=1
efs=1
fastfat=1
fdc=1
flpydisk=1
fs_rec=1
ftdisk=1
i8042prt=1
intelide=1
isapnp=1
idebusdr=1
idechndr=1
kbdclass=1
ksecdd=1
lbrtfdc=1
mouclass=1
mountmgr=1
msfs=1
nmfilter=1
npfs=1
ntfs=1
null=1
partmgr=1
pci=1
pcidump=1
pciide=1
pcmcia=1
pnpisa=1
rdbss=1
rsfilter=1
scsiport=1
serial=1
sermouse=1
sfloppy=1
sis=1
videoprt=1
vgasave=1
vgainit=1
hpncomm=1
hpnscsi=1
hpnport=1
hpndisk=1
afacomm=1
afascsi=1
afaport=1
afadisk=1
openhci=1
uhcd=1
NECEHCD=1
usbhub=1
usbstor=1
usbd=1
usbver2k=1
adr2k=1
mouhid=1
plugplay=1

[win.boot.include.drivers.v51]
amdeide=1
abiosdsk=1
acpi=1
acpiec=1
atdisk=1
beep=1
busmouse=1
cdfs=1
cdrom=1
classpnp=1
dfs=1
disk=1
diskperf=1
efs=1
fastfat=1
fdc=1
flpydisk=1
fs_rec=1
ftdisk=1
i8042prt=1
intelide=1
idebusdr=1
idechndr=1
isapnp=1
kbdclass=1
ksecdd=1
lbrtfdc=1
mouclass=1
mountmgr=1
msfs=1
nmfilter=1
npfs=1
ntfs=1
null=1
partmgr=1
pci=1
pcidump=1
pciide=1
pcmcia=1
PlugPlay=1
pnpisa=1
rdbss=1
rsfilter=1
scsiport=1
serial=1
sermouse=1
sfloppy=1
sis=1
videoprt=1
vgasave=1
vgainit=1
volsnap=1
hpncomm=1
hpnscsi=1
hpnport=1
hpndisk=1
afacomm=1
afascsi=1
afaport=1
afadisk=1
openhci=1
uhcd=1
necehcd=1
usbhub=1
usbstor=1
usbd=1
usbehci=1
usbohci=1
usbuhci=1
usbintel=1
usbport=1
adr2k=1
mouhid=1


;------------------------------------------------------------------------------
; Files included on the tape drive for Windows NT 4.0, Windows 2000, Windows XP
;------------------------------------------------------------------------------
[win.tape.include.v4]
rpcltc1.dll
rpclts1.dll
msv1_0.dll

[win.tape.include.v5]
cryptdll.dll
dnsapi.dll
msasn1.dll
msprivs.dll
nddeapi.dll
ntdsapi.dll
profmap.dll
rpcss.dll
scesrv.dll
secur32.dll
setupapi.dll
sfc.dll
sfcfiles.dll
wldap32.dll

[win.tape.include.v51]
cryptdll.dll
dnsapi.dll
msasn1.dll
msprivs.dll
msvbvm60.dll
msvcp60.dll
nddeapi.dll
ntdsapi.dll
profmap.dll
rpcss.dll
scesrv.dll
secur32.dll
setupapi.dll
sfc.dll
sfcfiles.dll
wldap32.dll
dbgeng.dll
dbghelp.dll
ncobjapi.dll
authz.dll
crypt32.dll
psapi.dll
imagehlp.dll
odbc32.dll
odbcint.dll
shsvcs.dll
winscard.dll
wtsapi32.dll
uxtheme.dll
cscdll.dll
wintrust.dll
wlnotify.dll
rsaenh.dll
sxs.dll
sfc_os.dll
drprov.dll
ntlanman.dll
netui0.dll
netui1.dll
netui2.dll
davclnt.dll
wdmaud.drv
msacm32.dll
msacm32.drv
netmsg.dll
midimap.dll
ntmarta.dll
comres.dll
clbcatq.dll
ntkrnlpa.exe
ntsd.exe
ntvdm.exe
ole32.dll

[win.tape.include.common]
volinf.dat=3,5
$prefix$windr4.exe=,5
$prefix$winbas.dll=,5
$prefix$windcs.dll=,5
$prefix$windtb.dll=,5
$prefix$winldr.dll=,5
$prefix$winnti.dll=,5
$prefix$winodb.dll=,5
$prefix$winods.dll=,5
$prefix$winofs.dll=,5
$prefix$winreg.dll=,5
$prefix$winsup.dll=,5
$prefix$wintap.dll=,5
$prefix$xxxbas.msg=,5
$prefix$xxxdcs.msg=,5
$prefix$xxxdtb.msg=,5
$prefix$xxxerr.msg=,5
$prefix$xxxods.msg=,5
$prefix$windr4.msg=,5
$prefix$tapdev.ini=,5
$prefix$ldrdev.ini=,5
$prefix$filter.ini=,5
advapi32.dll
autochk.exe
autoconv.exe
basesrv.dll
comctl32.dll
comdlg32.dll
csrsrv.dll
csrss.exe
ctype.nls
fmifs.dll
gdi32.dll
ifsutil.dll
imm32.dll
kernel32.dll
locale.nls
lsasrv.dll
lsass.exe
mfc70$dbgcrt$.dll
msvcr70$dbgcrt$.dll
msvcrt.dll
msgina.dll
netapi32.dll
netrap.dll
ole2.dll
ole2disp.dll
ole2nls.dll
OLE32.DLL
oleacc.dll
oleaccrc.dll
OLEAUT32.DLL
olecli.dll
olecli32.dll
OLECNV32.DLL
oledlg.dll
OLEPRO32.DLL
olesvr.dll
olesvr32.dll
olethk32.dll
rpcrt4.dll
services.exe
samlib.dll
samsrv.dll
shell32.dll
smss.exe
shell32.dll
sortkey.nls
sorttbls.nls
sprestrt.exe
ufat.dll
ulib.dll
umpnpmgr.dll
unicode.nls
untfs.dll
user32.dll
userenv.dll
vga.dll
win32k.sys
winlogon.exe
winmm.dll
winspool.drv
winsrv.dll
wsock32.dll
ws2_32.dll
ws2help.dll

;------------------------------------------------------------------------------
; Optional files (if found) included on the tape drive for 
; 	Windows NT 4.0 Windows 2000 and Windows XP
;------------------------------------------------------------------------------
[win.tape.optional.v4]
cfgmgr32.dll
lz32.dll
mpr.dll
regapi.dll
setupapi.dll
shlwapi.dll
tapi32.dll
utildll.dll
version.dll
winsta.dll
msgothic.ttc
wldap32.dll

[win.tape.optional.v51]
cfgmgr32.dll
lz32.dll
mmdrv.dll
mpr.dll
msv1_0.dll
regapi.dll
schannel.dll
setupapi.dll
shlwapi.dll
tapi32.dll
utildll.dll
version.dll
winsta.dll
imekr.ime
imejp.ime
msgothic.ttc

[win.tape.optional.v5]
cfgmgr32.dll
lz32.dll
mmdrv.dll
mpr.dll
msv1_0.dll
regapi.dll
schannel.dll
setupapi.dll
shlwapi.dll
tapi32.dll
utildll.dll
version.dll
winsta.dll
imekr.ime
imejp.ime
msgothic.ttc

[win.tape.optional.common]
oleprn.dll

;------------------------------------------------------------------------------
; Files which will be deleted after DR is completed
;------------------------------------------------------------------------------
[win.unlink]
volinf.dat
bootsect.dat
drxxdef.sys.log
drwnsec
drwnsec.log
drwnsys
drwnsys.log
drwnsft
drwnsft.log
drwndef
drwndef.log
drwntmp
drwntmp.log

;------------------------------------------------------------------------------
; NetWare Sections
;------------------------------------------------------------------------------
[net.boot.phase1]
autoexec.bat=,,drxxaut2.inc
config.sys=,,drxxcfg2.inc
recover.exe=,,$prefix$xxxdr2.exe
$prefix$xxxerm.msg
dros.pak=3
bootsect.dat=3

[net.boot.phase2]
$inifile$
drmgr.ini
$prefix$xxxsup.msg
$prefix$xxxdrm.msg
$prefix$chrdrm.msg
$prefix$chrwin.msg
autoexec.ncf=3,,drnwauto.inc
startup.ncf=3,,drnwstrt.inc

[net.boot.include.v5]
partapi.nlm
nwidk.nlm
nss.nlm
nsswin.nlm
gseg.nss
mal.nss
mbcomn.nss
mbmmprv.nss
mbnwsa.nss
nwprv.nss
zlss.nss
masv.nlm
xim.xlm
xsup.xlm
xmgr.xlm
ccs.xlm
lib0.nlm

[net.boot.include.v6]
xim.xlm
xsup.xlm
xmgr.xlm
partapi.nlm
nwidk.nlm
nss.nlm
nsswin.nlm
mal.nss
masv.nlm
xim.xlm
xsup.xlm
xmgr.xlm
ccs.xlm
lib0.nlm
cdbe.nlm
nwkcfg.nlm
cpucheck.nlm
neb.nlm
nbi.nlm
nwpa.nlm
nwpaload.nlm
lsl.nlm
sguid.nlm
connmgr.nlm
queue.nlm
ncp.nlm
ws2_32.nlm
ucxmgr.nlm
lib0.nlm
threads.nlm
requestr.nlm
nlmlib.nlm
nit.nlm
clib.nlm
clibaux.nlm
clibctx.nlm
clxnlm32.nlm
libnss.nlm
nwsnut.nlm
malhlp.nlm
de-de.loc   
en-ca.loc   
en-gb.loc   
en-us.loc   
es-es.loc   
es-mx.loc   
fi-fi.loc   
fr-be.loc   
fr-ca.loc   
fr-fr.loc   
nl-be.loc   
nl-nl.loc   
pt-br.loc   
pt-pt.loc   
uni_1250.tab
uni_1251.tab
uni_1252.tab
uni_1253.tab
uni_1254.tab
uni_1255.tab
uni_1256.tab
uni_1257.tab
uni_1258.tab
uni_437.tab 
uni_737.tab 
uni_775.tab 
uni_850.tab 
uni_852.tab 
uni_855.tab 
uni_857.tab 
uni_861.tab 
uni_862.tab 
uni_863.tab 
uni_864.tab 
uni_865.tab 
uni_866.tab 
uni_874.tab 
uni_932.tab 
uni_936.tab 
uni_949.tab 
uni_950.tab 
uni_437.001 
437_uni.001 
uni_mon.001 
uni_col.001 

[net.boot.optional.v6]
diag500.nlm
pver500.nlm
dsloader.nlm
lfs.nlm
filesys.nlm
unicode.nlm
uni_1250.nlm
uni_1251.nlm
uni_1252.nlm
uni_1253.nlm
uni_1254.nlm
uni_1255.nlm
uni_1256.nlm
uni_1257.nlm
uni_1258.nlm
uni_437.nlm
uni_737.nlm
uni_775.nlm
uni_850.nlm
uni_852.nlm
uni_855.nlm
uni_857.nlm
uni_860.nlm
uni_861.nlm
uni_862.nlm
uni_863.nlm
uni_864.nlm
uni_865.nlm
uni_866.nlm
uni_874.nlm
uni_932.nlm
uni_936.nlm
uni_949.nlm
uni_950.nlm
uni_mon.nlm
uni_upr.nlm

[net.boot.include.v4]
vollib.nlm=5
partapi.nlm=5
nwpaload.nlm

[net.boot.include.common]
volinf.dat=3,5
autoexec.bat=,1,drnwaut3.inc
config.sys=,1,drnwcfg3.inc
$prefix$netdr3.nlm=,5
$prefix$netdr4.nlm=,5
$prefix$netasp.nlm=,5
$prefix$netbas.nlm=,5
$prefix$netdcs.nlm=,5
$prefix$netdtb.nlm=,5
$prefix$netldr.nlm=,5
$prefix$netndp.nlm=,5
$prefix$netnpa.nlm=,5
$prefix$netodb.nlm=,5
$prefix$netods.nlm=,5
$prefix$netofs.nlm=,5
$prefix$netsup.nlm=,5
$prefix$nettap.nlm=,5
$prefix$xxxbas.msg=,5
$prefix$xxxdcs.msg=,5
$prefix$xxxdtb.msg=,5
$prefix$xxxerr.msg=,5
$prefix$xxxods.msg=,5
$prefix$tapdev.ini=,5
$prefix$ldrdev.ini=,5
$prefix$filter.ini=,5
server.exe
after311.nlm
calnlm32.nlm
clib.nlm
fpsm.nlm
clnnlm32.nlm
locnlm32.nlm
ncpnlm32.nlm
netnlm32.nlm
nit.nlm
nlmlib.nlm
requestr.nlm
streams.nlm
threads.nlm
nwaspi.cdm=,2

[net.boot.optional.v5]
diag500.nlm
pver500.nlm
dsloader.nlm
lfs.nlm
filesys.nlm
unicode.nlm
uni_1250.nlm
uni_1251.nlm
uni_1252.nlm
uni_1253.nlm
uni_1254.nlm
uni_1255.nlm
uni_1256.nlm
uni_1257.nlm
uni_1258.nlm
uni_437.nlm
uni_737.nlm
uni_775.nlm
uni_850.nlm
uni_852.nlm
uni_855.nlm
uni_857.nlm
uni_860.nlm
uni_861.nlm
uni_862.nlm
uni_863.nlm
uni_864.nlm
uni_865.nlm
uni_866.nlm
uni_874.nlm
uni_932.nlm
uni_936.nlm
uni_949.nlm
uni_950.nlm
uni_mon.nlm
uni_upr.nlm
de-de.loc   
en-ca.loc   
en-gb.loc   
en-us.loc   
es-es.loc   
es-mx.loc   
fi-fi.loc   
fr-be.loc   
fr-ca.loc   
fr-fr.loc   
nl-be.loc   
nl-nl.loc   
pt-br.loc   
pt-pt.loc   
uni_1250.tab
uni_1251.tab
uni_1252.tab
uni_1253.tab
uni_1254.tab
uni_1255.tab
uni_1256.tab
uni_1257.tab
uni_1258.tab
uni_437.tab 
uni_737.tab 
uni_775.tab 
uni_850.tab 
uni_852.tab 
uni_855.tab 
uni_857.tab 
uni_861.tab 
uni_862.tab 
uni_863.tab 
uni_864.tab 
uni_865.tab 
uni_866.tab 
uni_874.tab 
uni_932.tab 
uni_936.tab 
uni_949.tab 
uni_950.tab 
uni_437.001 
437_uni.001 
uni_mon.001 
uni_col.001 

[net.boot.optional.v4]
nwpa.nlm
nbi.nlm

[net.boot.optional.common]
dsapi.nlm
mm.nlm
libc.nlm
klib.nlm
toolbox.nlm=,2

[net.tape.include.v5]

[net.tape.include.v4]

[net.tape.include.common]

[net.tape.optional.v5]

[net.tape.optional.v4]

[net.tape.optional.common]

[net.unlink]
volinf.dat
bootsect.dat
dwnwsec.dat
drnwauto.inc
drnwstrt.inc

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: web1, load: 1.30