home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows NT Super Tune-Up Kit
/
PIE-WindowsNTSuperTuneUpKit-1997.iso
/
DRIVERS
/
SCSI_CD
/
NEC_TRAN
/
T160TR
/
TXTSETUP.OEM
< prev
Wrap
Text File
|
1994-09-30
|
3KB
|
137 lines
#
# format for txtsetup.oem.
#
# General format:
#
# [section]
# key = value1,value2,...
#
#
# The hash ('#') introduces a comment.
# Strings with embedded spaces, commas, or hashes should be double-quoted
#
[Disks]
# This section lists all disks in the disk set.
#
# <description> is a descriptive name for a disk, used when
# prompting for the disk
# <tagfile> is a file whose presence allows setup to recognize
# that the disk is inserted.
# <directory> is where the files are located on the disk.
#
d1 = "WINNT Drivers Disk", \disk1, \winnt
[Defaults]
# This section lists the default selection for each 'required'
# hardware component. If a line is not present for a component,
# the default defaults to the first item in the [<component_name>]
# section (see below).
#
# <component_name> is one of computer, display, keyboard, mouse, scsi
# <id> is a unique <within the component> string to be associated
# with an option.
scsi = t160
scsi = t358
scsi = t348
scsi = t338
#scsi = t128
#scsi = t13b
[scsi]
# This section lists the options available for a particular component.
#
# <id> is the unique string for the option
# <description> is a text string, presented to the user in a menu
t160 = "Trantor T160/T260"
t358 = "Trantor MiniSCSI EPP"
t348 = "Trantor MiniSCSI Plus"
t338 = "Trantor MiniSCSI"
#t128 = "Trantor T128/T228"
#t13b = "Trantor T130B"
# This section lists the files that should be copied if the user
# selects a particular component option.
#
# <file_type> is one of driver, port, class, dll, hal, inf, or detect.
# See below.
# <source_disk> identifies where the file is to be copied from, and must
# match en entry in the [Disks] section.
# <filename> is the name of the file. This will be appended to the
# directory specified for the disk in the [Disks] section to form the
# full path of the file on the disk.
[Files.scsi.t160]
driver = d1, t160.sys, t160
[Files.scsi.t358]
driver = d1, t358.sys, t358
[Files.scsi.t348]
driver = d1, t348.sys, t348
[Files.scsi.t338]
driver = d1, t338.sys, t338
#[Files.scsi.t128]
#
#driver = d1, t128.sys, t128
#[Files.scsi.t13b]
#
#driver = d1, t13b.sys, t13b
# This section specifies values to be set in the registry for
# particular component options. Required values in the services\xxx
# key are created automatically -- use this section to specify additional
# keys to be created in services\xxx and values in services\xxx and
# services\xxx\yyy.
#
# <key_name> is relative to the services node for this device.
# If it is empty, then it refers to the services node.
# If specified, the key is created first.
# <value_name> specifies the value to be set within the key
# <value_type> is a string like REG_DWORD. See below.
# <value> specifies the actual value; its format depends on <value_type>
[Config.oemscsi]
value = "", ErrorControl, REG_DWORD, 0
value = "", Group, REG_SZ, "SCSI miniport"
value = "", Start, REG_DWORD, 1
value = "", Type, REG_DWORD, 1
[Config.T160]
value = Device0, DriverParameter, REG_SZ, "IRQ=10"