home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 February / cicawindowscollection199702-1.iso / disc1 / drivers / scsi / t338.exe / T338.INF next >
INI File  |  1995-05-17  |  1KB  |  70 lines

  1. ; T338.INF: INF file for Trantor Parallel SCSI Adapter T338
  2. ; Copyright (c) 1993,1995 Microsoft Corporation
  3.  
  4.  
  5. [Version]
  6. signature="$CHICAGO$"
  7. Class=SCSIAdapter
  8. Provider=%Msft%
  9. LayoutFile=LAYOUT.INF
  10.  
  11. ; Class Install
  12. [ClassInstall]
  13. Addreg=SCSIReg
  14.  
  15. [SCSIReg]
  16. HKR,,,,%SCSIClassName%
  17. HKR,,EnumPropPages,,"iosclass.dll,SCSIEnumPropPages"
  18. HKR,,Icon,,-10
  19.  
  20. ; Table of Contents
  21. [Manufacturer]
  22. %TRANTOR%=TRANTOR
  23.  
  24. ;****************************
  25. ;Trantor-manufacturer device list
  26. [TRANTOR]
  27. %*pnpA01E.DeviceDesc%=*pnpA01E.drv,*pnpA01E     ;Trantor 338 Parallel SCSI
  28.  
  29. [*pnpA01E.drv]                  ; Trantor T338 Parallel Installation
  30. CopyFiles=@T338.mpd
  31. AddReg=IOS,Poll,T338Reg
  32.  
  33. [T338Reg]
  34. HKR,,PortDriver,,T338.mpd
  35. HKR,,PollingSupportNeeded,1,01
  36.  
  37. [*pnpA01E.det]                  ; Trantor T338 Parallel Installation
  38. AddReg=ForceMPCopy
  39.  
  40.  
  41. ;********************************IOS common section
  42. [IOS]
  43. HKR,,DevLoader,,*IOS
  44. HKR,,DontLoadIfConflict,,"Y"
  45.  
  46. [Poll]
  47. HKR,,Polling,,1
  48.  
  49. [ForceMPCopy]
  50. HKR,,NoSetupUI,,1
  51.  
  52. [SourceDisksFiles]
  53. ;<file>=<disk#>,<cabinet>,<size>
  54. T338.MPD = 40
  55.  
  56. [SourceDisksNames]
  57. ;<disk#> = <name>, <Volumelable>, <volume serial number>
  58. 40 =  "Enter where the Trantor T338 Driver location is (e.g. A:\) ",, 
  59.  
  60.  
  61. [DestinationDirs]
  62. DefaultDestDir = 12             ; IOSubsys directory
  63.  
  64.  
  65. [Strings]
  66. Msft="Microsoft"
  67. SCSIClassName="SCSI controllers"
  68. TRANTOR="Trantor"
  69. *pnpA01E.DeviceDesc="Trantor T338 Parallel SCSI Host Adapter"
  70.