home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 February / cicawindowscollection199702-1.iso / disc1 / drivers / scsi / ppa3.exe / PPA3.INF next >
INI File  |  1995-06-23  |  1KB  |  49 lines

  1. ;========================================================
  2. ;=  PPA3.INF                                            =
  3. ;=  --------------------------------------------------  =
  4. ;=  This is the Windows '95 INF file for the Iomega     =
  5. ;=  parallel port to SCSI interface found on the PPA3   =
  6. ;=  adapter and Parallel Port Zip.                      =
  7. ;=  --------------------------------------------------  =
  8. ;=                                       June 12, 1995  =
  9. ;========================================================
  10.  
  11. [Version]
  12. Signature="$CHICAGO$"
  13. Class=SCSIAdapter
  14. Provider=%Iomega%
  15.  
  16. [Manufacturer]
  17. %Iomega%=Iomega
  18.  
  19. [Iomega]
  20. %*PPA3.DeviceDesc%=*P_PORT,*PPA3
  21.  
  22. [*P_PORT]
  23. Copyfiles=@ppa3.mpd
  24. AddReg=IOS,poll,ppa3Reg
  25. Restart
  26.  
  27. [ppa3Reg]
  28. HKR,,DevLoader,,*IOS
  29. HKR,,PortDriver,,ppa3.mpd
  30.  
  31. [poll]
  32. HKR,,Polling,,1
  33.  
  34. ;*****************************
  35. [DestinationDirs]
  36. DefaultdestDir=12
  37.  
  38. [SourceDisksNames]
  39. 1="Iomega PPA3 Install Disk","PPA3.MPD",0
  40.  
  41. [SourceDisksFiles]
  42. ppa3.mpd=0,,
  43. ppa3.inf=0,,
  44.  
  45. [Strings]
  46. Iomega="Iomega"
  47. *ppa3.DeviceDesc="Iomega Parallel Port Zip Interface"
  48.  
  49.