Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.6 KiB

  1. ; ppa3.INF -- This file contains information to load the parallel
  2. ; port driver filter for iomega drives
  3. ;
  4. ;*** Created 3/23/98 (Creation Date)
  5. [Version]
  6. Signature="$WINDOWS NT$"
  7. Class=DiskDrive
  8. ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318}
  9. Provider=%MSFT%
  10. LayoutFile=layout.inf
  11. ; =================== Table of content =========================
  12. [DestinationDirs]
  13. Generic_CopyFiles=12
  14. Ppa3_CopyFiles=12
  15. ppa3_gendisk_copyfiles=12
  16. [Manufacturer]
  17. %IOMEGAMfg%=iomega_device
  18. %GenManufacturer%=ppa3_gendisk_device
  19. [ppa3_gendisk_copyfiles]
  20. disk.sys
  21. [ppa3_copyfiles]
  22. ppa3.sys
  23. ; =================== IOMEGA ========================
  24. [iomega_device]
  25. %PARALLEL_PORT\IOMEGA_ZIP-DISK_DRIVE.DeviceDesc%=ppa3_install,LPTENUM\IMGVP0266B
  26. [ppa3_gendisk_device]
  27. %ppa3_gendisk_devdesc%=ppa3_install
  28. [ppa3_addreg]
  29. HKR,,"LowerFilters",0x00010000, "ppa3"
  30. [ppa3_install]
  31. CopyFiles=ppa3_copyfiles,ppa3_gendisk_copyfiles
  32. [ppa3_install.HW]
  33. AddReg=ppa3_addreg
  34. [ppa3_install.Services]
  35. AddService = disk,2,ppa3_gendisk_ServiceInstallSection
  36. AddService = ppa3,,ppa3_ServiceInstallSection
  37. [ppa3_gendisk_ServiceInstallSection]
  38. DisplayName=%ppa3_gendisk_ServiceDesc%
  39. ServiceType = 1
  40. StartType = 0
  41. ErrorControl = 1
  42. ServiceBinary = %12%\disk.sys
  43. LoadOrderGroup = SCSI Class
  44. [ppa3_ServiceInstallSection]
  45. DisplayName=%ppa3_ServiceDesc%
  46. ServiceType = 1
  47. StartType = 3
  48. ErrorControl = 1
  49. ServiceBinary = %12%\ppa3.sys
  50. LoadOrderGroup = Pnp Filter
  51. ; =================== Generic ==================================
  52. [ControlFlags]