home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / panasoni / 720wintb / 720wintb.exe / TXTSETUP.OEM < prev   
Text File  |  1995-11-17  |  3KB  |  92 lines

  1. #***********************************************************************
  2. # TXTSETUP.OEM (11/14/95 up version)
  3. #         Setup file for Panasonic d720mini based products
  4. #    All Rights Reserved,
  5. #           (C)COPYRIGHT 1995 KYUSHU MATSUSHITA ELECTRIC CO., LTD.
  6. #***********************************************************************
  7. # General format:
  8. #
  9. # [section]
  10. # key = value1,value2,...
  11. #
  12. #
  13. # The hash ('#') introduces a comment.
  14. # Strings with embedded spaces, commas, or hashes should be double-quoted
  15. #
  16.  
  17.  
  18. [Disks]
  19.  
  20. # This section lists all disks in the disk set.
  21. #
  22. # <description> is a descriptive name for a disk, used when
  23. #   prompting for the disk
  24. # <tagfile> is a file whose presence allows setup to recognize
  25. #   that the disk is inserted.
  26. # <directory> is where the files are located on the disk.
  27. #
  28.  
  29. d1 = "Panasonic SCSI Controller Drivers Disk 1 of 1", \disk1, \
  30.  
  31.  
  32. [Defaults]
  33.  
  34. # This section lists the default selection for each 'required'
  35. # hardware component.  If a line is not present for a component,
  36. # the default defaults to the first item in the [<component_name>]
  37. # section (see below).
  38. #
  39. # <component_name> is one of computer, display, keyboard, mouse, scsi
  40. # <id> is a unique <within the component> string to be associated
  41. #   with an option.
  42.  
  43. scsi = OEMSCSI
  44.  
  45.  
  46.  
  47. [scsi]
  48.  
  49. # This section lists the options available for a particular component.
  50. #
  51. # <id> is the unique string for the option
  52. # <description> is a text string, presented to the user in a menu
  53. # <key_name> gives the name of the key to be created for the component in
  54. #   HKEY_LOCAL_MACHINE\ControlSet001\Services
  55.  
  56.  
  57. OEMSCSI = "Panasonic KXLC001 SCSI Host Adapter", d720mini
  58.  
  59. [Files.scsi.OEMSCSI]
  60.  
  61. # This section lists the files that should be copied if the user
  62. # selects a particular component option.
  63. #
  64. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  65. #   See below.
  66. # <source_disk> identifies where the file is to be copied from, and must
  67. #   match en entry in the [Disks] section.
  68. # <filename> is the name of the file. This will be appended to the
  69. #   directory specified for the disk in the [Disks] section to form the
  70. #   full path of the file on the disk.
  71.  
  72. #driver = d1, d720mini.sys
  73. port   = d1, d720mini.sys
  74. inf    = d1, oemsetup.inf
  75.  
  76.  
  77.  
  78. [Config.scsi.OEMSCSI]
  79.  
  80. # This section specifies values to be set in the registry for
  81. # particular component options.  Required values in the services\xxx
  82. # key are created automatically -- use this section to specify additional
  83. # keys to be created in services\xxx and values in services\xxx and
  84. # services\xxx\yyy.
  85. #
  86. # <key_name> is relative to the services node for this device.
  87. #   If it is empty, then it refers to the services node.
  88. #   If specified, the key is created first.
  89. # <value_name> specifies the value to be set within the key
  90. # <value_type> is a string like REG_DWORD.  See below.
  91. # <value> specifies the actual value; its format depends on <value_type>
  92.