home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 March
/
PCWorld_2004-03_cd.bin
/
Hardware
/
VIAideRAIDvt6410
/
DriverDisk
/
TXTSETUP.OEM
next >
Wrap
Text File
|
2003-11-19
|
4KB
|
127 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
#
# 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.
#
[Disks]
d1 = "VIA RAID Driver Diskette", \viaraid, \winxp
d2 = "VIA RAID Driver Diskette", \viaraid, \win2000
d3 = "VIA RAID Driver Diskette", \viaraid, \winnt40
d4 = "VIA RAID Driver Diskette", \viaraid, \2003ia32
# 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.
[Defaults]
scsi = VIARAID_VT3164_XP
# 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
# <key_name> gives the name of the key to be created for the component in
# HKEY_LOCAL_MACHINE\ControlSet001\Services
[scsi]
VIARAID_VT3164_2003IA32 = "VIA RAID Controller(Windows 2003 IA32)",viaraid
VIARAID_VT3164_XP = "VIA RAID Controller(Windows XP)",viaraid
VIARAID_VT3164_2K = "VIA RAID Controller(Windows 2000)",viaraid
VIARAID_VT3164_NT = "VIA RAID Controller(Windows NT4)",viaraid
# 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.VIARAID_VT3164_2003IA32]
driver = d4, viaraid.sys, viaraid
inf = d4, viaraid.inf
## Cat file directive. It should be marked with non-digital signed driver
catalog = d4, viaraid.cat
[Files.scsi.VIARAID_VT3164_XP]
driver = d1, viaraid.sys, viaraid
#dll = d1, setupvia.dll
inf = d1, viaraid.inf
## Cat file directive. It should be marked with non-digital signed driver
catalog = d1, viaraid.cat
[Files.scsi.VIARAID_VT3164_2K]
driver = d2, viaraid.sys, viaraid
#dll = d2, setupvia.dll
inf = d2, viaraid.inf
## Cat file directive. It should be marked with non-digital signed driver
catalog = d2, viaraid.cat
[Files.scsi.VIARAID_VT3164_NT]
driver = d3, viaraid.sys, viaraid
inf = d3, viaraid.inf
[HardwareIds.scsi.VIARAID_VT3164_2003IA32]
id = "PCI\VEN_1106&DEV_3164","viaraid"
[HardwareIds.scsi.VIARAID_VT3164_XP]
id = "PCI\VEN_1106&DEV_3164","viaraid"
[HardwareIds.scsi.VIARAID_VT3164_2K]
id = "PCI\VEN_1106&DEV_3164","viaraid"
# HP-Delete following two lines
#[HardwareIds.scsi.VIARAID_VT3164_NT]
#id = "PCI\VEN_1106&DEV_3164","viaraid"
# 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.viaraid]
value = "", Tag, REG_DWORD, 1
#HP-Delete following line
#value = "Parameters\PnpInterface", 5, REG_DWORD, 1