home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAideRAIDvt6410 / DriverDisk / TXTSETUP.OEM next >
Text File  |  2003-11-19  |  4KB  |  127 lines

  1. #
  2. # format for txtsetup.oem.
  3. #
  4. # General format:
  5. #
  6. # [section]
  7. # key = value1,value2,...
  8. #
  9. #
  10. # The hash ('#') introduces a comment.
  11. # Strings with embedded spaces, commas, or hashes should be double-quoted
  12. #
  13.  
  14.  
  15. # This section lists all disks in the disk set.
  16. #
  17. # <description> is a descriptive name for a disk, used when
  18. #   prompting for the disk
  19. # <tagfile> is a file whose presence allows setup to recognize
  20. #   that the disk is inserted.
  21. # <directory> is where the files are located on the disk.
  22. #
  23.  
  24. [Disks]
  25.  
  26. d1 = "VIA RAID Driver Diskette", \viaraid, \winxp
  27. d2 = "VIA RAID Driver Diskette", \viaraid, \win2000
  28. d3 = "VIA RAID Driver Diskette", \viaraid, \winnt40
  29. d4 = "VIA RAID Driver Diskette", \viaraid, \2003ia32
  30.  
  31.  
  32. # This section lists the default selection for each 'required'
  33. # hardware component.  If a line is not present for a component,
  34. # the default defaults to the first item in the [<component_name>]
  35. # section (see below).
  36. #
  37. # <component_name> is one of computer, display, keyboard, mouse, scsi
  38. # <id> is a unique <within the component> string to be associated
  39. #   with an option.
  40.  
  41. [Defaults]
  42.  
  43. scsi = VIARAID_VT3164_XP
  44.  
  45.  
  46.  
  47. # This section lists the options available for a particular component.
  48. #
  49. # <id> is the unique string for the option
  50. # <description> is a text string, presented to the user in a menu
  51. # <key_name> gives the name of the key to be created for the component in
  52. #   HKEY_LOCAL_MACHINE\ControlSet001\Services
  53.  
  54. [scsi]
  55. VIARAID_VT3164_2003IA32 = "VIA RAID Controller(Windows 2003 IA32)",viaraid
  56. VIARAID_VT3164_XP = "VIA RAID Controller(Windows XP)",viaraid
  57. VIARAID_VT3164_2K = "VIA RAID Controller(Windows 2000)",viaraid
  58. VIARAID_VT3164_NT = "VIA RAID Controller(Windows NT4)",viaraid
  59.  
  60. # This section lists the files that should be copied if the user
  61. # selects a particular component option.
  62. #
  63. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  64. #   See below.
  65. # <source_disk> identifies where the file is to be copied from, and must
  66. #   match en entry in the [Disks] section.
  67. # <filename> is the name of the file. This will be appended to the
  68. #   directory specified for the disk in the [Disks] section to form the
  69. #   full path of the file on the disk.
  70. [Files.scsi.VIARAID_VT3164_2003IA32]
  71. driver = d4, viaraid.sys, viaraid
  72. inf = d4, viaraid.inf
  73. ## Cat file directive. It should be marked with non-digital signed driver
  74. catalog = d4, viaraid.cat
  75.  
  76. [Files.scsi.VIARAID_VT3164_XP]
  77. driver = d1, viaraid.sys, viaraid
  78. #dll = d1, setupvia.dll
  79. inf = d1, viaraid.inf
  80. ## Cat file directive. It should be marked with non-digital signed driver
  81. catalog = d1, viaraid.cat
  82.  
  83. [Files.scsi.VIARAID_VT3164_2K]
  84. driver = d2, viaraid.sys, viaraid
  85. #dll = d2, setupvia.dll
  86. inf = d2, viaraid.inf
  87. ## Cat file directive. It should be marked with non-digital signed driver
  88. catalog = d2, viaraid.cat
  89.  
  90. [Files.scsi.VIARAID_VT3164_NT]
  91. driver = d3, viaraid.sys, viaraid
  92. inf = d3, viaraid.inf
  93.  
  94. [HardwareIds.scsi.VIARAID_VT3164_2003IA32]
  95. id = "PCI\VEN_1106&DEV_3164","viaraid"
  96.  
  97. [HardwareIds.scsi.VIARAID_VT3164_XP]
  98. id = "PCI\VEN_1106&DEV_3164","viaraid"
  99.  
  100. [HardwareIds.scsi.VIARAID_VT3164_2K]
  101. id = "PCI\VEN_1106&DEV_3164","viaraid"
  102.  
  103. # HP-Delete following two lines
  104. #[HardwareIds.scsi.VIARAID_VT3164_NT]
  105. #id = "PCI\VEN_1106&DEV_3164","viaraid"
  106.  
  107.  
  108.  
  109. # This section specifies values to be set in the registry for
  110. # particular component options.  Required values in the services\xxx
  111. # key are created automatically -- use this section to specify additional
  112. # keys to be created in services\xxx and values in services\xxx and
  113. # services\xxx\yyy.
  114. #
  115. # <key_name> is relative to the services node for this device.
  116. #   If it is empty, then it refers to the services node.
  117. #   If specified, the key is created first.
  118. # <value_name> specifies the value to be set within the key
  119. # <value_type> is a string like REG_DWORD.  See below.
  120. # <value> specifies the actual value; its format depends on <value_type>
  121.  
  122. [Config.viaraid]
  123.  
  124. value = "", Tag, REG_DWORD, 1
  125. #HP-Delete following line
  126. #value = "Parameters\PnpInterface", 5, REG_DWORD, 1
  127.