home *** CD-ROM | disk | FTP | other *** search
- ;HP Printer Driver
- ;Windows 9x printer installation INF file
- ;Copyright Hewlett Packard 2000
-
- [Version]
- Signature="$Windows NT$"
- Class="Dot4Print HPH11"
- ClassGUID={DE2AD68A-C11C-4965-8421-EDABC89006CA}
- Provider=%INF_Provider%
- CatalogFile.NT=hphipr11.cat
- DriverVer=05/24/2002, 4.1.11.0
-
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;====================================================
-
- [DestinationDirs]
- DefaultDestDir = 10,System32\drivers
-
-
- [SourceDisksNames]
- 1 = %CD%,,,
-
- [SourceDisksFiles]
- ;hphipr11.sys = 1
- ;hphimn11.dll = 1
- ;hphidr11.dll = 1
-
-
- ;====================================================
-
- [ClassInstall32]
- ;
- ; Add the Dot4Print class GUID to SYSTEM\CCS\Control\Class
- ;
- AddReg = Dot4PrintClassAddReg
-
- [Dot4PrintClassAddReg]
- ;
- ; Give the class a descriptive name and an icon
- ;
- HKR,,,,"Dot4Print HPH11"
- HKR,,Icon,,"-4"
-
-
- ;====================================================
-
- [Manufacturer]
- %HP%=D4P_Models
-
- [D4P_Models]
- ;
- ; This INF supports models with these PnP IDs
- ; (Enumerated by any enumerator (*))
- ;
- %D4Print%=Dot4Print_Inst,DOT4\PRINT_HPHI11
-
-
- [Dot4Print_Inst.NT]
- ;
- ; Copy files for the W2K installation
- ;
- CopyFiles=Nothing
- AddReg=Dot4Print_AddReg
- DriverVer=05/24/2002, 4.1.11.0
-
-
-
- [Dot4Print_Inst]
- ;
- ; Copy files for the Win98 installation
- ;
- CopyFiles=Nothing
- AddReg=Dot4PrintMonAddReg98
- DriverVer=05/24/2002, 4.1.11.0
-
-
- [Dot4PrintMonAddReg98]
- ;
- ; Win98 loader settings and port monitor for dot4
- ;
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,hphipr11.sys
- HKLM,"System\CurrentControlSet\Control\Print\Monitors\hphDot4 Monitor V11",driver,,hphimn11.dll
-
-
- [Nothing]
-
- [Dot4Print_Inst.NT.HW]
- ;
- ; Special configuration info
- ;
- AddReg=Dot4Print_AddReg
-
- [Dot4Print_Inst.HW]
- ;
- ; Special configuration info
- ;
- AddReg=Dot4Print_AddReg
-
-
- [Dot4Print_AddReg]
- ;
- ; Add keys under Enum\enumeratorID\device-instance-id
- ;
- HKR,,"ReadSocketId",0x00010001,0x0002
- HKR,,"WriteSocketId",0x00010001,0x0002
- HKR,,"ReadBufferSize",0x00010001,0x7FFF
- HKR,,"WriteBufferSize",0x00010001,0x7FFF
-
-
- [Dot4Print_Inst.NT.Services]
- ;
- ; Add the Dot4 driver as a service
- ;
- AddService="Dot4Print HPH11",0x00000002,Dot4PrintService
-
-
- [Dot4PrintService]
- ;
- ; Service configuration info
- ;
- DisplayName = %Dot4Print_Name%
- ServiceType = 1 ; Kernel driver
- StartType = 3 ; Manual start
- ErrorControl = 1 ; Error ignore
- ServiceBinary = %12%\hphipr11.sys
-
- ;====================================================
-
- [Strings]
- Dot4Print_Name="Print Class Driver for IEEE-1284.4 HPH11"
- HP="Hewlett-Packard"
- INF_Provider="Hewlett-Packard"
- D4Print="1284.4 Compatible Printer"
- CD="Disk"
-
-