home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / drivers / skaner / hp / sj6100c / disk1 / txtsetup.oem < prev    next >
Text File  |  1997-06-18  |  4KB  |  134 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. [Disks]
  16.  
  17. # Your driver distribution may include one disk or many disks.
  18. # This section lists the disks in the distribution set.
  19. #
  20. # <description> is a descriptive name for a disk, used when
  21. #   prompting for the disk.  This should be a quoted string,
  22. #   like "Company XYZ Mouse Disk #1"
  23. #
  24. # <tagfile> is a file whose presence allows setup to recognize
  25. #   that the disk is inserted. This should be a path from the root,
  26. #   but may not include a drivespec.  Example: \xyzmou1.tag
  27. #
  28. # <directory> is where the files are located on the disk. This should
  29. #   be a path from the root but may not include a drivespec.
  30. #   Example: \ (root directory)
  31.  
  32. d1 = "NCR SDMS 53C400A SCSI Miniport -- HP400NT-3.00.02",\Sdms400a.tag,\
  33.  
  34.  
  35. [Defaults]
  36.  
  37. # This section lists the default selection for each component
  38. # supported by this txtsetup.oem.  If a line is not present for
  39. # a component, the default is the first item in the [<component_name>]
  40. # section (see below).
  41. #
  42. # <component_name> is one of computer, display, keyboard, mouse,
  43. #   "keyboard layout", or scsi.
  44. #
  45. # <id> is a unique (within the component) string to be associated
  46. #   with an option.
  47. #
  48. # Example:
  49. #
  50. #   mouse = xyzmou1
  51. #
  52.  
  53.  
  54.  
  55. [SCSI]
  56.  
  57. # This section lists the options available for a particular component.
  58. #
  59. # <id> is the unique string for the option.  For the computer component,
  60. #      if this string ends in "_up", setup copies the uniprocessor kernel;
  61. #      if this string ends in "_mp", setup copies the multiprocessor kernel;
  62. #      if it ends in neither, the results are unspecified (you may
  63. #      get either kernel).
  64. #
  65. # <description> is a text string, presented to the user in a menu.
  66. #
  67. # Example:
  68. #
  69. #   [mouse]
  70. #   xyzmou1 = "Company XYZ Mouse type 1"
  71.  
  72. Sdms400A = "NCR SDMS 53C400A SCSI Miniport -- HP400NT-3.00.02"
  73.  
  74.  
  75.  
  76. [Files.SCSI.Sdms400A]
  77.  
  78. # This section lists the files that should be copied if the user
  79. # selects a particular component option.
  80. #
  81. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  82. #   (see descriptions below).
  83. #
  84. # <source_disk> identifies where the file is to be copied from, and must
  85. #   match en entry in the [Disks] section.
  86. #
  87. # <filename> is the name of the file. This will be appended to the
  88. #   directory specified for the disk in the [Disks] section to form the
  89. #   full path of the file on the disk.
  90. #
  91. # <keyname> is the name of the key to be created in the registry services
  92. #   list for this file, if the file is of type driver, port, or class.
  93. #   This value will be used to form [Config.<keyname>] section names
  94. #   (see below).
  95. #
  96. # Example:
  97. #
  98. #   [Files.mouse.xyzmou1]
  99. #   port = d1,xyzmou1p.sys,xyzmou1p
  100.  
  101.  
  102. driver = d1,Sdms400a.sys,Sdms400A
  103.  
  104.  
  105.  
  106. [Config.Sdms400A]
  107.  
  108. # This section specifies values to be set in the registry for
  109. # particular component options.  Required values in the services\<keyname>
  110. # key are created automatically -- use this section to specify additional
  111. # keys and value to be created in services\<keyname>.
  112. #
  113. # <key_name> is relative to the services node for this device.
  114. #   If it is empty (ie, ""), then it refers to the services node itself.
  115. #   If specified, the key is created.
  116. #
  117. # <value_name> specifies the value to be set within the key.
  118. #
  119. # <value_type> is a string like REG_DWORD.  See below.
  120. #
  121. # <value> specifies the actual value; its format depends on <value_type>
  122. #   See below.
  123. #
  124. # Example:
  125. #
  126. #   [Config.xyzmou1p]
  127. #   value = "",MyValue,REG_DWORD,0
  128. #   value = NewKey,NewValue,REG_SZ,"this is a value"
  129.  
  130.  
  131. #value = <key_name>,<value_name>,<value_type>,<value>...
  132.  
  133.  
  134.