home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / drivers / pack1 / files / 4114_enu_w2k_xp.exe / hphipr11.inf < prev    next >
Windows Setup INFormation  |  2002-05-24  |  3KB  |  140 lines

  1. ;HP Printer Driver
  2. ;Windows 9x printer installation INF file
  3. ;Copyright Hewlett Packard 2000
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Class="Dot4Print HPH11"
  8. ClassGUID={DE2AD68A-C11C-4965-8421-EDABC89006CA}
  9. Provider=%INF_Provider%
  10. CatalogFile.NT=hphipr11.cat
  11. DriverVer=05/24/2002, 4.1.11.0
  12.  
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. ;====================================================
  18.  
  19. [DestinationDirs]
  20. DefaultDestDir = 10,System32\drivers
  21.  
  22.  
  23. [SourceDisksNames]
  24. 1 = %CD%,,,
  25.  
  26. [SourceDisksFiles]
  27. ;hphipr11.sys = 1
  28. ;hphimn11.dll = 1
  29. ;hphidr11.dll = 1
  30.  
  31.  
  32. ;====================================================
  33.  
  34. [ClassInstall32]
  35. ;
  36. ; Add the Dot4Print class GUID to SYSTEM\CCS\Control\Class
  37. ;
  38. AddReg = Dot4PrintClassAddReg
  39.  
  40. [Dot4PrintClassAddReg]
  41. ;
  42. ; Give the class a descriptive name and an icon
  43. ;
  44. HKR,,,,"Dot4Print HPH11"
  45. HKR,,Icon,,"-4"
  46.  
  47.  
  48. ;====================================================
  49.  
  50. [Manufacturer]
  51. %HP%=D4P_Models
  52.  
  53. [D4P_Models]
  54. ;
  55. ; This INF supports models with these PnP IDs
  56. ; (Enumerated by any enumerator (*))
  57. ;
  58. %D4Print%=Dot4Print_Inst,DOT4\PRINT_HPHI11
  59.  
  60.  
  61. [Dot4Print_Inst.NT]
  62. ;
  63. ; Copy files for the W2K installation
  64. ;
  65. CopyFiles=Nothing
  66. AddReg=Dot4Print_AddReg
  67. DriverVer=05/24/2002, 4.1.11.0
  68.  
  69.  
  70.  
  71. [Dot4Print_Inst]
  72. ;
  73. ; Copy files for the Win98 installation
  74. ;
  75. CopyFiles=Nothing
  76. AddReg=Dot4PrintMonAddReg98
  77. DriverVer=05/24/2002, 4.1.11.0
  78.  
  79.  
  80. [Dot4PrintMonAddReg98]
  81. ;
  82. ; Win98 loader settings and port monitor for dot4
  83. ;
  84. HKR,,DevLoader,,*ntkern
  85. HKR,,NTMPDriver,,hphipr11.sys
  86. HKLM,"System\CurrentControlSet\Control\Print\Monitors\hphDot4 Monitor V11",driver,,hphimn11.dll
  87.  
  88.  
  89. [Nothing]
  90.  
  91. [Dot4Print_Inst.NT.HW]
  92. ;
  93. ; Special configuration info
  94. ;
  95. AddReg=Dot4Print_AddReg
  96.  
  97. [Dot4Print_Inst.HW]
  98. ;
  99. ; Special configuration info
  100. ;
  101. AddReg=Dot4Print_AddReg
  102.  
  103.  
  104. [Dot4Print_AddReg]
  105. ;
  106. ; Add keys under Enum\enumeratorID\device-instance-id
  107. ;
  108. HKR,,"ReadSocketId",0x00010001,0x0002
  109. HKR,,"WriteSocketId",0x00010001,0x0002
  110. HKR,,"ReadBufferSize",0x00010001,0x7FFF
  111. HKR,,"WriteBufferSize",0x00010001,0x7FFF
  112.  
  113.  
  114. [Dot4Print_Inst.NT.Services]
  115. ;
  116. ; Add the Dot4 driver as a service
  117. ;
  118. AddService="Dot4Print HPH11",0x00000002,Dot4PrintService
  119.  
  120.  
  121. [Dot4PrintService]
  122. ;
  123. ; Service configuration info
  124. ;
  125. DisplayName     = %Dot4Print_Name%
  126. ServiceType     = 1             ; Kernel driver
  127. StartType       = 3             ; Manual start
  128. ErrorControl    = 1             ; Error ignore
  129. ServiceBinary   = %12%\hphipr11.sys
  130.  
  131. ;====================================================
  132.  
  133. [Strings]
  134. Dot4Print_Name="Print Class Driver for IEEE-1284.4 HPH11"
  135. HP="Hewlett-Packard"
  136. INF_Provider="Hewlett-Packard"
  137. D4Print="1284.4 Compatible Printer"
  138. CD="Disk"
  139.  
  140.