# # 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 # [Disks] # This section lists all disks in the disk set. # # is a descriptive name for a disk, used when # prompting for the disk # is a file whose presence allows setup to recognize # that the disk is inserted. # is where the files are located on the disk. # d1 = "Windows NT Driver Library Disk (SCSI)", \disk1, \ [Defaults] # 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 [] # section (see below). # # is one of computer, display, keyboard, mouse, scsi # is a unique string to be associated # with an option. scsi = OEMSCSI [scsi] # This section lists the options available for a particular component. # # is the unique string for the option # is a text string, presented to the user in a menu # gives the name of the key to be created for the component in # HKEY_LOCAL_MACHINE\ControlSet001\Services ALWAYS = "Always IN-2000", always FD7000 = "Future Domain / Western Digital 7000EX", fd7000ex WD3 = "Maynard / Western Digital 33c93", wd33c93 U124 = "UltraStor 124f", ultra124 U14F = "UltraStor 14f, 34f", ultra14f U24F = "UltraStor 24f", ultra24f [Files.Scsi.ALWAYS] # This section lists the files that should be copied if the user # selects a particular component option. # # is one of driver, port, class, dll, hal, inf, or detect. # See below. # identifies where the file is to be copied from, and must # match en entry in the [Disks] section. # 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. driver = d1, always.sys , ALWAYS inf = d1, oemsetup.inf [Files.Scsi.FD7000] driver = d1, fd7000ex.sys , FD7000 inf = d1, oemsetup.inf [Files.Scsi.WD3] driver = d1, wd33c93.sys , WD3 inf = d1, oemsetup.inf [Files.Scsi.U124] driver = d1, ultra124.sys , U124 inf = d1, oemsetup.inf [Files.Scsi.U14F] driver = d1, ultra14f.sys , U14F inf = d1, oemsetup.inf [Files.Scsi.U24F] driver = d1, ultra24f.sys , U24F inf = d1, oemsetup.inf [Config.scsi.ALWAYS] # 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. # # 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. # specifies the value to be set within the key # is a string like REG_DWORD. See below. # specifies the actual value; its format depends on [Config.scsi.DTC] [Config.scsi.FD7000] [Config.scsi.FD8] [Config.scsi.WD3] [Config.scsi.MITSUMI] [Config.scsi.MKE] [Config.scsi.SONY] [Config.scsi.T128] [Config.scsi.T13B] [Config.scsi.TMV1] [Config.scsi.U124] [Config.scsi.U14F] [Config.scsi.U24F]