;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
DriverPackageType=PlugAndPlay
DriverPackageDisplayName=%HP_Mombi_Driver_Name%
CatalogFile=hpc3500o.cat
DriverVer=01/06/2007,61.063.461.41
; 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,NTAMD64,NTAMD64.6.0
; 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.
[HP.NTAMD64]
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64,LPTENUM\Hewlett-Packardhp_co723C,Hewlett-Packardhp_co723C,LPTENUM\VID_03F0&PID_1517&PRINT_HPZ,USBPRINT\Hewlett-Packardhp_co723C,Hewlett-Packardhp_co723C,USBPRINT\VID_03F0&PID_1517&PRINT_HPZ,DOT4PRT\Hewlett-Packardhp_co723C&PRINT_HPZ,DOT4PRT\VID_03F0&PID_1517,DOT4PRT\VID_03F0&PID_1517&PRINT_HPZ,DOT4PRT\VID_03F0&PID_1517&rev_0100,DOT4PRT\VID_03F0&PID_1517&rev_0100&PRINT_HPZ
[HP.NTAMD64.6.0]
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64.6.0,LPTENUM\Hewlett-Packardhp_co723C,Hewlett-Packardhp_co723C
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64.6.0,LPTENUM\VID_03F0&PID_1517&PRINT_HPZ
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64.6.0,USBPRINT\Hewlett-Packardhp_co723C,Hewlett-Packardhp_co723C
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64.6.0,USBPRINT\VID_03F0&PID_1517&PRINT_HPZ
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64.6.0,DOT4PRT\Hewlett-Packardhp_co723C&PRINT_HPZ
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64.6.0,DOT4PRT\VID_03F0&PID_1517
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64.6.0,DOT4PRT\VID_03F0&PID_1517&PRINT_HPZ
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64.6.0,DOT4PRT\VID_03F0&PID_1517&rev_0100
"HP Color LaserJet 3500" = HPC3500h.GPD.NTamd64.6.0,DOT4PRT\VID_03F0&PID_1517&rev_0100&PRINT_HPZ
; 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.
;
[HPC3500h.GPD.NTAMD64.CoInstallers]
AddReg = CoLaunchInstall.AddReg
CopyFiles = VENDOR_SETUP
[HPC3500h.GPD.NTAMD64]
CopyFiles=VENDOR_SETUP,DATA_FILES,HPPRPROC,UI,PCL3_RENDER,DMC_AMD64,GPD_PCL6_COMMON1,HELP,HP_PCLXL,MANUAL_DUPLEX,STRING_DLL,EAC,EAC_SYS32COPY,RES_PCL6,SERVICES,PCLXL_GPD_P3,IMAGE_ENHANCEMENT,PNPDLL,PNPDLL_SYSCOPY
DataSection=HP_UNIDRV_DATA
Include=NTPRINT.INF
Needs=UNIDRV_BIDI.OEM
DataFile=HPC3500h.GPD
PrintProcessor=%PRINT_PROCESSOR%
DelFiles=DEL9xFILE
[HPC3500h.GPD.NTAMD64.6.0.CoInstallers]
AddReg = CoLaunchInstall.AddReg
CopyFiles = VENDOR_SETUP
[HPC3500h.GPD.NTAMD64.6.0]
Include=NTPRINT.INF
Needs=UNIDRV_BIDI.OEM,UNIDRV_DATA
CopyFiles=VENDOR_SETUP,DATA_FILES,HPPRPROC,UI,PCL3_RENDER,DMC_AMD64,GPD_PCL6_COMMON1,HELP,HP_PCLXL,MANUAL_DUPLEX,STRING_DLL,EAC,EAC_SYS32COPY,RES_PCL6,SERVICES,PCLXL_GPD_P3,IMAGE_ENHANCEMENT,PNPDLL,PNPDLL_SYSCOPY
DataSection=HP_UNIDRV_DATA
DataFile=HPC3500h.GPD
PrintProcessor=%PRINT_PROCESSOR%
DelFiles=DEL9xFILE
; 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).
[DEL9xFILE]
hpzimn12.DLL
[HPPRPROC]
hpzpp4wn.dll,,,0x00000020
[UI]
hpzui4wn.DLL,hpzui4wn.DLL,,0x00000020
hpzpe4wn.DLL,hpzpe4wn.DLL,,0x00000020
[PCL3_RENDER]
hpz3r4wn.DLL,hpz3r4wn.DLL,,0x00000020
[GPD_PCL6_COMMON1]
hpzsm4wn.gpd,hpzsm4wn.gpd,,0x00000020
hpzhm4wn.gpd,hpzhm4wn.gpd,,0x00000020
[STRING_DLL]
hpzst4wn.dll,hpzst4wn.dll,,0x00000020
hpz3c4wn.dll,hpz3c4wn.dll,,0x00000020
hpzur4wn.dll,hpzur4wn.dll,,0x00000020
[DATA_FILES]
hplj3500.cfg,hplj3500.cf_,,0x00000020
hpc3500h.xml,hpc3500h.xml,,0x00000020
hpzsc4wn.dtd,hpzsc4wn.dtd,,0x00000020
hpc3500h.gpd,hpc3500h.gpd,,0x00000020
hpc3500w.ini,hpc3500w.ini,,0x00000020
[MANUAL_DUPLEX]
hpzev4wn.dll,,,0x00000020
[HP_PCLXL]
pclxl.dll,,,0x00000020
pjl.gpd,,,0x00000020
[HELP]
hpzhl4wn.CAB,hpzhl4wn.CAB,,0x00000020
;EAC related files
[EAC]
;Dustdevil components
HPBMIAPI.DLL,,,0x00000020
HPBOID.DLL,,,0x00000020
HPBOIDPS.DLL,,,0x00000020
HPBPRO.DLL,,,0x00000020
HPBPROPS.DLL,,,0x00000020
;CIO components
HPZIDR12.DLL,,,0x00000020
HPZINW12.DLL,,,0x00000020
HPZIPM12.DLL,,,0x00000020
HPZIPR12.DLL,,,0x00000020
HPZIPT12.DLL,,,0x00000020
HPZISN12.DLL,,,0x00000020
HPBMINI.DLL,,,0x00000020
hpceac06.hpi,,,0x00000020
[EAC_SYS32COPY]
HPBMIAPI.DLL,,,0x00000020
HPBOID.DLL,,,0x00000020
HPBOIDPS.DLL,,,0x00000020
HPBPRO.DLL,,,0x00000020
HPBPROPS.DLL,,,0x00000020
HPZIDR12.DLL,,,0x00000020
HPZINW12.DLL,,,0x00000020
HPZIPM12.DLL,,,0x00000020
HPZIPR12.DLL,,,0x00000020
HPZIPT12.DLL,,,0x00000020
HPZISN12.DLL,,,0x00000020
HPBMINI.DLL,,,0x00000020
hpceac06.hpi,,,0x00000020
[DMC_AMD64]
hpcdmc64.DLL,hpcdmc64.DLL,,0x00000020
hpbcfgre.DLL,hpbcfgre.DLL,,0x00000020
[SERVICES]
hpzls4wn.DLL,hpzls4wn.DLL,,0x00000020
hpzss4wn.DLL,hpzss4wn.DLL,,0x00000020
[RES_PCL6]
pclxl.DLL,pclxl.DLL,,0x00000020
[PCLXL_GPD_P3]
pjl.GPD,pjl.GPD,,0x00000020
pclxl.GPD,pclxl.GPD,,0x00000020
[IMAGE_ENHANCEMENT]
HPFIE4wn.DLL,HPFIE4wn.DLL,,0X00000020
[CoLaunchInstall.AddReg]
HKR,,CoInstallers32,0x10000,"hpbicoin64.dll,CoSetup"
[VENDOR_SETUP]
hpbicoin64.dll,,,0x00000020
[HP_UNIDRV_DATA]
DriverFile=UNIDRV.DLL
ConfigFile=UNIDRVUI.DLL
HelpFile=UNIDRV.HLP
; Data Sections
;
[Previous Names]
%HP_Mombi_Driver_Name%=%HP_Wizard_Driver_Name%
[SourceDisksNames]
98="HP Color LaserJet 3500 Printer Driver Disk",hpc3500w.cab,,
96=%DiskID%,,,""
[SourceDisksFiles]
hpc3500w.ini=98
hpc3500h.gpd=98
hpzhm4wn.gpd=98
hpzsm4wn.gpd=98
hpzpp4wn.dll=98
hpzui4wn.dll=98
hpz3r4wn.dll=98
hpzst4wn.dll=98
hpzhl4wn.cab=98
hpzpe4wn.DLL=98
hpz3c4wn.dll=98
hpzur4wn.dll=98
hpzpnp.dll=98
;ManualDuplex dll
hpzev4wn.dll=98
;DMC files
hpcdmc64.dll=98
hpbcfgre.dll=98
hplj3500.cf_=96
;EAC files
;Dustdevil components
HPBMIAPI.DLL=98
HPBOID.DLL=98
HPBOIDPS.DLL=98
HPBPRO.DLL=98
HPBPROPS.DLL=98
;CIO components
HPZIDR12.DLL=98
HPZINW12.DLL=98
HPZIPM12.DLL=98
HPZIPR12.DLL=98
HPZIPT12.DLL=98
HPZISN12.DLL=98
;hpbmini components
HPBMINI.DLL=98
hpceac06.hpi=98
;SERVICES
hpzls4wn.DLL=98
hpzss4wn.DLL=98
;Automation Files
hpc3500h.xml=98
hpzsc4wn.DTD=98
;HELP
hpzhl4wn.CAB=98
;Image Enhancement DLLs
HPFIE4wn.DLL=98
;PCL 6 files
pclxl.DLL=98
pjl.GPD=98
pclxl.GPD=98
hpzhm4wn.GPD=98
hpzsm4wn.GPD=98
;Mariner CoInstaller DLL's VENDOR_SETUP
hpbicoin64.dll=96
[DestinationDirs]
DefaultDestDir=66000
HPPRPROC=66001
EAC_SYS32COPY=66002
VENDOR_SETUP=66002
PNPDLL_SYSCOPY=66002
[PNPDLL]
hpzpnp.dll,hpzpnp.dll,,0x00000020
[PNPDLL_SYSCOPY]
hpzpnp.dll,hpzpnp.dll,,0x00000020
;[String Section]
[Strings]
PrinterClassName="Printers"
DiskID="HP LaserJet 3500 CD"
PRINT_PROCESSOR="HPZPP4wn,hpzpp4wn.dll"
HP="HP"
HP_Mombi_Driver_Name="HP Color LaserJet 3500"
HP_Wizard_Driver_Name="HP Color LaserJet 3500"
LocaleCABFile ="hba4enww.cab"
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.