home *** CD-ROM | disk | FTP | other *** search
/ BUG 11 / BUGCD1998_02.ISO / util / _zip / iomgnt15.exe / TXTSETUP.OEM < prev    next >
Text File  |  1997-04-10  |  4KB  |  121 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. # This section lists all disks in the disk set.
  18. #
  19. # <description> is a descriptive name for a disk, used when
  20. #   prompting for the disk
  21. # <tagfile> is a file whose presence allows setup to recognize
  22. #   that the disk is inserted.
  23. # <directory> is where the files are located on the disk.
  24. #
  25.  
  26. d1 = "Iomega Zip Parallel port/Jaz Traveller Install Disk",\Disk1,\Parallel
  27. d2 = "Iomega Jaz Jet PCI Install Disk",\Disk1,\PCI
  28. d3 = "Iomega Zip IDE/ ATAPI Install Disk",\Disk1,\IDE
  29.  
  30. [Defaults]
  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. scsi = IomegNT
  42.  
  43.  
  44. [scsi]
  45.  
  46. # This section lists the options available for a particular component.
  47. #
  48. # <id> is the unique string for the option
  49. # <description> is a text string, presented to the user in a menu
  50.  
  51. IomegNT = "Iomega Jaz Jet PCI ( NT 3.51/4.0 )  Driver", IomegNT
  52. Iomega = "Iomega Zip Parallel Port/Jaz Traveller Driver", Iomega
  53. IomegaIDE = "Iomega Zip IDE / ATAPI Driver", IomegaIDE
  54. [Files.scsi.Iomega]
  55.  
  56. # This section lists the files that should be copied if the user
  57. # selects a particular component option.
  58. #
  59. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  60. #   See below.
  61. # <source_disk> identifies where the file is to be copied from, and must
  62. #   match en entry in the [Disks] section.
  63. # <filename> is the name of the file. This will be appended to the
  64. #   directory specified for the disk in the [Disks] section to form the
  65. #   full path of the file on the disk.
  66.  
  67. driver = d1, ppa3nt.sys, Iomega
  68. inf    = d1, oemsetup.inf
  69.  
  70. [Files.scsi.IomegNT]
  71. driver = d2, ascNT.sys, IomegNT
  72. inf    = d2, oemsetup.inf
  73.  
  74. [Files.scsi.IomegaIDE]
  75. driver = d3, Imgatapi.sys, IomegaIDE
  76. inf    = d3, oemsetup.inf
  77.  
  78. [Config.Iomega]
  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.  
  93. [Config.IomegNT]
  94.  
  95. [Config.IomegaIDE]
  96.  
  97. [Files.scsi.Iomega]
  98.  
  99. # This section lists the files that should be copied if the user
  100. # selects a particular component option.
  101. #
  102. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  103. #   See below.
  104. # <source_disk> identifies where the file is to be copied from, and must
  105. #   match en entry in the [Disks] section.
  106. # <filename> is the name of the file. This will be appended to the
  107. #   directory specified for the disk in the [Disks] section to form the
  108. #   full path of the file on the disk.
  109.  
  110. driver = d1, ppa3nt.sys, Iomega
  111. inf    = d1, oemsetup.inf
  112.  
  113. [Files.scsi.IomegNT]
  114. driver = d2, ascNT.sys, IomegNT
  115. inf    = d2, oemsetup.inf
  116.  
  117. [Files.scsi.IomegaIDE]
  118. driver = d3, Imgatapi.sys, IomegaIDE
  119. inf    = d3, oemsetup.inf
  120.  
  121.