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.

78 lines
1.8 KiB

  1. ; ppa3x.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. ; =================== Class Sections ===========================
  12. [ClassInstall32]
  13. Addreg=Ppa3x_Class_addreg
  14. [Ppa3x_Class_addreg]
  15. HKR,,,0,%Ppa3xClassName%
  16. HKR,,NoInstallClass,,1
  17. HKR,,Icon,,-21
  18. ; =================== Table of content =========================
  19. [DestinationDirs]
  20. Generic_CopyFiles=12
  21. Ppa3x_CopyFiles=12
  22. ppa_gendisk_copyfiles=12
  23. [Manufacturer]
  24. %IOMEGAMfg%=iomega_device
  25. %GenManufacturer%=ppa3x_gendisk_device
  26. [ppa3x_gendisk_copyfiles]
  27. disk.sys
  28. [ppa3x_copyfiles]
  29. ppa3x.sys
  30. ; =================== IOMEGA ========================
  31. [iomega_device]
  32. %PARALLEL_PORT\IOMEGA_ZIP-DISK_DRIVE.DeviceDesc%=ppa3x_install,LPTENUM\IMGVP0266B
  33. [ppa3x_gendisk_device]
  34. %ppa3x_gendisk_devdesc%=ppa3x_install
  35. [ppa3x_addreg]
  36. HKR,,"LowerFilters",0x00010000, "ppa3x"
  37. [ppa3x_install]
  38. CopyFiles=ppa3x_copyfiles,ppa3x_gendisk_copyfiles
  39. [ppa3x_install.HW]
  40. AddReg=ppa3x_addreg
  41. [ppa3x_install.Services]
  42. AddService = disk,2,ppa3x_gendisk_ServiceInstallSection
  43. AddService = ppa3x,,ppa3x_ServiceInstallSection
  44. [ppa3x_gendisk_ServiceInstallSection]
  45. DisplayName=%ppa3x_gendisk_ServiceDesc%
  46. ServiceType = 1
  47. StartType = 0
  48. ErrorControl = 1
  49. ServiceBinary = %12%\disk.sys
  50. LoadOrderGroup = SCSI Class
  51. [ppa3x_ServiceInstallSection]
  52. DisplayName=%ppa3x_ServiceDesc%
  53. ServiceType = 1
  54. StartType = 3
  55. ErrorControl = 1
  56. ServiceBinary = %12%\ppa3x.sys
  57. LoadOrderGroup = Pnp Filter
  58. ; =================== Generic ==================================
  59. [ControlFlags]