;Hewlett-Packard LaserJet combined printer driver INF file for Windows 2000 and XP
;Copyright Hewlett-Packard 2001
[Version]
Signature="$Windows NT$"
Provider=%HP%
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
CatalogFile=hp1300mp.cat
DriverVer=02/13/2003,60.5.17.2
; Manufacturer section.
;
; This section lists all of the manufacturers
; that we will display in the Dialog box
;
;The format of TargetOSVersion, the version decoration, is as follows:
; NT[Architecture][.[OSMajorVersion][.[OSMinorVersion][.[ProductType][.SuiteMask]]]]
;NT
; Operating system version recognition is supported for Windows XP and later NT-based operating systems.
;Architecture
; Identifies the hardware platform. This must be x86 or ia64.
;OSMajorVersion
; A number representing the operating system's major version number. For Windows XP, this number is 5.
;OSMinorVersion
; A number representing the operating system's minor version number. For Windows XP, this number is 1.
;ProductType
; 0x0000003 (VER_NT_SERVER)
[MANUFACTURER]
%HP%=HP,NTx86.5.1.0x03
; Model sections
;
; Each section here corresponds with an entry listed in the
; [Manufacturer] section, above. The models will be displayed in the order
; that they appear in the INF file. NTOE: NT5 is 2k and XP-32.
;NT5.Net Section: [HP.NTx86.5.1.0x03]
;NT5 Section:
[HP.NTx86.5.1.0x03]
%Printer1%=BLJ_XP_DOTNET,Hewlett-Packardhp_La8535,DOT4PRT\Vid_03f0&Pid_1017&Rev_0100
%Printer1%=BLJ_XP_DOTNET,Hewlett-Packardhp_LaFBC4,DOT4PRT\Vid_03f0&Pid_1117&Rev_0100
[HP]
%Printer1%=BLJ_NT5,Hewlett-Packardhp_La8535,DOT4PRT\Hewlett-Packardhp_La8535&PRINT_HPZ,DOT4PRT\Vid_03f0&Pid_1017&DOT4&PRINT_HPZ,DOT4PRT\Vid_03f0&Pid_1017&Rev_0100,DOT4PRT\Vid_03f0&Pid_1017
%Printer1%=BLJ_NT5,Hewlett-Packardhp_LaFBC4,DOT4PRT\Hewlett-Packardhp_LaFBC4&PRINT_HPZ,DOT4PRT\Vid_03f0&Pid_1117&DOT4&PRINT_HPZ,DOT4PRT\Vid_03f0&Pid_1117&Rev_0100,DOT4PRT\Vid_03f0&Pid_1117
; OEM URLS
;
; This sections gives the URL for manufacturers found in the Manufacturers section
[OEM URLS]
%HP% = "http://go.microsoft.com/fwlink/?LinkID=37&prd=10798&sbp=Printers"
;
; MS Driver Core installs
;
; These sections are used by Printer OEMs to install MS provided drivers
; Installer Sections
;
; These sections control file installation, and reference all files that
; need to be copied. The section name will be assumed to be the driver
; file, unless there is an explicit DriverFile section listed.
;
[BLJ_XP_DOTNET]
CopyFiles=HPPRPROC,BLJ_WinNT5_FILES,LANGMON_FILES,LANGMON_DRVCOPY
Include=NTPRINT.INF
Needs=PSCRIPT.OEM
LanguageMonitor=%MASTER_MONITOR%
DataSection=PSCRIPT_DATA
DataFile=HPC1300S.PPD
PrintProcessor=%PRINT_PROCESSOR%
[BLJ_NT5]
CopyFiles=HPPRPROC,BLJ_WinNT5_FILES,PSCRIPT_HP,LANGMON_FILES,LANGMON_DRVCOPY
LanguageMonitor=%MASTER_MONITOR%
DataSection=PSCRIPT_DATA
DataFile=HPC1300S.PPD
PrintProcessor=%PRINT_PROCESSOR%
; Copy Sections
;
; Lists of files that are actually copied. These sections are referenced
; from the installer sections, above. Only create a section if it contains
; two or more files (if we only copy a single file, identify it in the
; installer section, using the @filename notation) or if it's a color
; profile (since the DestinationDirs can only handle sections, and not
; individual files).
[BLJ_WinNT5_FILES]
HPC1300S.XML,HPC1300S.XM_,,,0X00000020
HPCSCH05.DTD,HPCSCH05.DT_,,,0X00000020
HPC1300S.PPD,HPC1300S.PP_,,,0X00000020
HPOEM.NTF,HPOEM.NT_,,,0X00000020
HPCUI05.DLL,HPCUI05.DL_,,,0X00000020
HPCPRD05.DLL,HPCPRD05.DL_,,,0X00000020
HPCSTR05.DLL,HPCSTR05.DL_,,,0X00000020
HPCEVT05.DLL,HPCEVT05.DL_,,,0X00000020
HPCLJX05.HLP,HPCLJX05.HL_,,,0X00000020
HPC1300D.INI,HPC1300D.IN_,,,0X00000020
HPLJ3IN03.EXP,HPLJ3IN03.EX_,,,0X00000020
HPCDMC32.DLL,HPCDMC32.DL_,,,0X00000020
;
;PScript Core file sections
;
[PSCRIPT_HP]
PSCRIPT5.DLL,PSCRIPT5.DL_,,,0X00000020
PS5UI.DLL,PS5UI.DL_,,,0X00000020
PSCRIPT.HLP,PSCRIPT.HL_,,,0X00000020
PSCRIPT.NTF,PSCRIPT.NT_,,,0X00000020
;Language Monitor files.
[LANGMON_FILES]
HPBMMON.DLL,HPBMMON.DL_,,,0X00000020
HPDOMON.DLL,HPDOMON.DL_,,,0X00000020
HPBHEALR.DLL,HPBHEALR.DL_,,,0X00000020
[LANGMON_DRVCOPY]
HPBMMON.DLL,HPBMMON.DL_,,,0X00000020
HPDOMON.DLL,HPDOMON.DL_,,,0X00000020
HPBHEALR.DLL,HPBHEALR.DL_,,,0X00000020
;Print Processor
[HPPRPROC]
HPPRN05.DLL,HPPRN05.DL_,,,0X00000020
[HPPRPROC_DRVCOPY]
HPPRN05.DLL,HPPRN05.DL_,,,0X00000020
; TO DO - Add EAC to Copyfiles section and verify files when we get EAC dropped
[EAC]
HPBMIAPI.DLL,HPBMIAPI.DL_,,,0X00000020
HPBOID.EXE,HPBOID.EX_,,,0X00000020
HPBOIDPS.DLL,HPBOIDPS.DL_,,,0X00000020
HPBPRO.EXE,HPBPRO.EX_,,,0X00000020
HPBPROPS.DLL,HPBPROPS.DL_,,,0X00000020
HPPAPTS0.DLL,HPPAPTS0.DL_,,,0X00000020
HPPASNM0.DLL,HPPASNM0.DL_,,,0X00000020
HPPAPML0.DLL,HPPAPML0.DL_,,,0X00000020
HPZIPM12.EXE,HPZIPM12.EX_,,,0X00000020
HPZIPT12.DLL,HPZIPT12.DL_,,,0X00000020
HPZINW12.EXE,HPZINW12.EX_,,,0X00000020
HPZIPR12.DLL,HPZIPR12.DL_,,,0X00000020
HPZISN12.DLL,HPZISN12.DL_,,,0X00000020
;
; Data Sections
;
[PSCRIPT_DATA]
DriverFile=PSCRIPT5.DLL
ConfigFile=PS5UI.DLL
HelpFile=PSCRIPT.HLP
[SourceDisksNames]
1=%DiskID1%,,,""
[SourceDisksFiles]
HPC1300S.PP_=1
HPC1300D.IN_=1
HPPRN05.DL_=1
HPPRN05.DLL=1
HPCUI05.DL_=1
HPCPRD05.DL_=1
HPCSTR05.DL_=1
HPCLJX05.HL_=1
HPOEM.NT_=1
PSCRIPT5.DL_=1
PS5UI.DL_=1
PSCRIPT.HL_=1
PSCRIPT.NT_=1
HPCEVT05.DL_=1
HPC1300S.XM_=1
HPCSCH05.DT_=1
HPBMMON.DL_=1
HPBMMON.DLL=1
HPDOMON.DL_=1
HPBHEALR.DL_=1
HPLJ3IN03.EX_=1
HPCDMC32.DL_=1
[DestinationDirs]
DefaultDestDir=66000
BLJ_WinNT5_FILES=66000
PSCRIPT=66000
HPPRPROC=66001
HPPRPROC_DRVCOPY=66000
LANGMON_FILES=66002
LANGMON_DRVCOPY=66000
[Strings]
PrinterClassName="Printers"
Printer1="hp LaserJet 1300 PS"
DiskID1="HP LaserJet Printer Driver Disk"
MASTER_MONITOR="HP Master Monitor,HPBMMON.DLL"
PRINT_PROCESSOR="HPPRN05,hpprn05.dll"
HP="HP"
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.