drmgr.ini Driver File Contents (twwinspa.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:\
;
;   2	BOOTDIR		
;		NetWare		C:\NWSERVER
;		WinNT/2000	C:\WINNT
;		Win9x		C:\WINDOWS
;
;   3	HOME
;		NetWare		C:\[Install Directory]
;		WinNT/2000	C:\[Install Directory]
;		Win9x		C:\[Install Directory]
;
;   4	DATABASE
;		NetWare		C:\[Install Directory]\DATABASE
;		WinNT/2000	C:\[Install Directory]\DATABASE
;		Win9x		C:\[Install Directory]\DATABASE
;
;   5	SYSTEM
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\SYSTEM32
;		Win9x		C:\WINDOWS\SYSTEM
;
;   6	CONFIG
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\SYSTEM32\CONFIG
;		Win9x		C:\WINDOWS\SYSTEM
;
;   7	DRIVERS
;		NetWare		SYS:SYSTEM
;		WinNT/200	C:\WINNT\SYSTEM32\DRIVERS
;		Win9x		C:\WINDOWS\SYSTEM
;
;   8	DEFAULT
;		NetWare		.
;		WinNT/2000	.
;		Win9x		.
;
;   9	TARGET
;		NetWare		A:|Z:
;		WinNT/2000	A:|Z:
;		Win9x		A:|Z:
;
;  10	FONTS
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\FONTS
;		Win9x		C:\WINDOWS\FONTS
;
;  11	VMM
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\SYSTEM
;		Win9x		C:\WINDOWS\SYSTEM\VMM32
;
;  12	IOSUBSYS
;		NetWare		SYS:SYSTEM
;		WinNT/2000	C:\WINNT\SYSTEM
;		Win9x		C:\WINDOWS\SYSTEM\IOSUBSYS
;
;  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]
; osBootDisk=C:
; osBootDir=C:\NWSERVER

;------------------------------------------------------------------------------
; 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.optionsl.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. T
;
;	[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 
;				runnings to access the tape device and file
;				systems.
;
;	[xxx.tape.include.vx]
;	[xxx.tape.include.common]
;	[xxx.tape.optional.vx]
;	[xxx.tape.optionsl.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.
;
;------------------------------------------------------------------------------

;------------------------------------------------------------------------------
; 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,dr9xsysi.inc
system.dat=5,2,drwnsys
himem.sys
dblbuff.sys
ifshlp.sys
vmm32.vxd
win.com

[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

[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
commctrl.dll
commdlg.dll
ddeml.dll
dibeng.dll
gdi.exe
gdi32.dll
kernel32.dll
keyboard.drv
krnl386.exe
lptenum.vxd
lz32.dll
lzexpand.dll
mfc42$dbgcrt$.dll
mmsound.drv
mmsystem.dll
mouse.drv
msgsrv32.exe
msvcrt$dbgcrt$.dll
ntdll.dll
ole2nls.dll
ole32.dll
oleaut32.dll
pifmgr.dll
serenum.vxd
shell.dll
shell32.dll
system.drv
systhunk.dll
user.exe
user32.dll
ver.dll
version.dll
vga.drv
vgafull.3gr
win87em.dll
winspool.drv
wnaspi32.dll
wsock32.dll

[w9x.tape.optional.v5]

[w9x.tape.optional.v4]

[w9x.tape.optional.common]
crtdll.dll
imm.dll
imm32.dll
mfc42.dll
msvcrt.dll
sserife.fon
shlwapi.dll
unicode.bin
unicode.nls
locale.nls
wifeman.dll
wifeman.ini
winnls.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

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

[win.boot.include.v4]

[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
class2.sys=,7
videoprt.sys=,7

[win.boot.optional.v5]
portcls.sys=,7

[win.boot.optional.v4]

[win.boot.optional.common]

[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
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

[win.boot.include.drivers.v5]
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
kbdclass=1
ksecdd=1
lbrtfdc=1
mouclass=1
mountmgr=1
msfs=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

[win.tape.include.v5]
cryptdll.dll
dnsapi.dll
lsasrv.dll
lsass.exe
msasn1.dll
msprivs.dll
nddeapi.dll
ntdsapi.dll
profmap.dll
rpcss.dll
samsrv.dll
scesrv.dll
secur32.dll
services.exe
setupapi.dll
sfc.dll
sfcfiles.dll
umpnpmgr.dll
wldap32.dll

[win.tape.include.v4]
rpcltc1.dll
rpclts1.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
mfc42.dll
mfc42$dbgcrt$.dll
msvcrt.dll
msvcrt$dbgcrt$.dll
msgina.dll
netapi32.dll
netrap.dll
rpcrt4.dll
samlib.dll
shell32.dll
smss.exe
shell32.dll
sortkey.nls
sorttbls.nls
sprestrt.exe
ufat.dll
ulib.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

[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

[win.tape.optional.v4]
cfgmgr32.dll
lz32.dll
mpr.dll
regapi.dll
setupapi.dll
shlwapi.dll
tapi32.dll
utildll.dll
version.dll
winsta.dll

[win.tape.optional.common]

[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.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$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

[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

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

[net.boot.optional.common]
dsapi.nlm
mm.nlm

[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.75