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.5 KiB

  1. ; ppa.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. Ppa_CopyFiles=12
  15. ppa_gendisk_copyfiles=12
  16. [Manufacturer]
  17. %IOMEGAMfg%=iomega_device
  18. %GenManufacturer%=ppa_gendisk_device
  19. [ppa_gendisk_copyfiles]
  20. disk.sys
  21. [ppa_copyfiles]
  22. ppa.sys
  23. ; =================== IOMEGA ========================
  24. [iomega_device]
  25. %PARALLEL_PORT\IOMEGA_ZIP-DISK_DRIVE.DeviceDesc%=ppa_install,LPTENUM\IMGVP1E6AA
  26. [ppa_gendisk_device]
  27. %ppa_gendisk_devdesc%=ppa_install
  28. [ppa_addreg]
  29. HKR,,"LowerFilters",0x00010000, "ppa"
  30. [ppa_install]
  31. CopyFiles=ppa_copyfiles,ppa_gendisk_copyfiles
  32. [ppa_install.HW]
  33. AddReg=ppa_addreg
  34. [ppa_install.Services]
  35. AddService = disk,2,ppa_gendisk_ServiceInstallSection
  36. AddService = ppa,,ppa_ServiceInstallSection
  37. [ppa_gendisk_ServiceInstallSection]
  38. DisplayName=%ppa_gendisk_ServiceDesc%
  39. ServiceType = 1
  40. StartType = 0
  41. ErrorControl = 1
  42. ServiceBinary = %12%\disk.sys
  43. LoadOrderGroup = SCSI Class
  44. [ppa_ServiceInstallSection]
  45. DisplayName=%ppa_ServiceDesc%
  46. ServiceType = 1
  47. StartType = 3
  48. ErrorControl = 1
  49. ServiceBinary = %12%\ppa.sys
  50. LoadOrderGroup = Pnp Filter
  51. ; =================== Generic ==================================
  52. [ControlFlags]