hpg55alt.inf Driver File Contents (col6668.exe)

; Tulip Enabled.
;
; TWAIN ONLY (NO UI) INSTALL
; -- Alternate TWAIN/Commercial WIA version
;
; HPG55ALT.INF  -- Windows Still Image Setup File for hp_5530 series Scanner
;
; Note - this file is for Win98/Win98SE/Windows 2000/Windows XP
; Copyright (c) 2002 Hewlett-Packard Company
; Leave these lines as they are.
;
; The following GUID uniquely identifies this .INF
; GUID:  {blah-blah-blah}

[Version]
Signature="$CHICAGO$"

Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider=%Provider%
CatalogFile=hpg55alt.cat
DriverVer=09/12/2003,2.1.1.2

; Class installer that prevents a Win95 USB Hardware First Installation.
[ClassInstall]
AddReg=HPImageClass.AddReg
CopyFiles=HPImageClass.CopyFiles

[HPImageClass.CopyFiles]
hpsj95ci.dll
hpgcvsco.dll

[HPImageClass.AddReg]
HKR,,,,%HPImageClass.Desc%
HKR,,Installer,,hpsj95ci.dll
HKR,,NoUseClass,,1
HKR,,NoInstallClass,,1
HKR,,NoDisplayClass,,1
HKR,,SilentInstall,,1
HKR,,Icon,,-20

[DestinationDirs]
; By default, files will be copied to \windows\system.
DefaultDestDir=11
HP5530.Usb.WDMdriver=10,system32\drivers 	; \windows\system32\drivers
HP5530.CopyDS=10,TWAIN_32					; \windows\TWAIN_32

[ControlFlags]
; Remove comment from this line if all devices are PnP.
ExcludeFromSelect=*

[Manufacturer]
%Mfg%=Models, NT.5.1

[Models]
;STI Models  (98 and 2K)
%HP5530c.DeviceDesc% = HP5530.Usb, USB\VID_03f0&Pid_1605

;WIA Models  (ME)
%HP5530c.DeviceDesc% = HP5530.Usb.WIA, USB\VID_03f0&Pid_1605

; Windows XP(Whistler) or later.
[Models.NT.5.1]
;WIA Models
%HP5530c.DeviceDesc% = HP5530.Usb.NTWIA, USB\VID_03f0&Pid_1605


; *****************************************************************************************
;            Win98, 98SE only (STI)
; VERY IMPORTANT - do not change the DriverVer date in this section.  Leave at 1/10/2000
; *****************************************************************************************
[HP5530.Usb]
;Non-Millenium OSes only.  Make sure DriverVer is NOT newer than the WIA section!!!
DriverVer=09/10/2000,2.1.1.2
SubClass=StillImage
DeviceType=1
DeviceSubType=0x2	;Read buttons via polling		
Capabilities=0x3			
DeviceData=HP5530.DeviceData
AddReg=HPScan.Usb.AddReg,HPScan.AddReg.STI,HPScan.CurrentDevice
CopyFiles=HP5530.Usb.CopyFiles,HP5530.Usb.WDMdriver,HP5530.CopyDS
VendorSetup="hpgcvsco,InstallScanJetSoftware 5500CU"
ICMProfiles="sRGB Color Space Profile.icm"





; *****************************************************************************************
;            Windows Millenium Only (WIA)
; *****************************************************************************************
[HP5530.Usb.WIA]
;Millenium (WIA) OSes only.  Make sure DriverVer is newer than the Win98 section!!!
DriverVer=09/12/2003,2.1.1.2
Include=sti.inf
Needs=STI.USBSection
SubClass=StillImage
DeviceType=1
DeviceSubType=0x2			
Capabilities=0x33             ;Read buttons via polling
DeviceData=HP5530.DeviceData.WIA
AddReg=HPScan.Usb.AddReg,HPScan.AddReg.WIA,HPScan.CurrentDevice
CopyFiles=HP5530.Usb.CopyFiles.WIA,HP5530.CopyDS
VendorSetup="hpgcvsco,InstallScanJetSoftware 5500CU"
ICMProfiles="sRGB Color Space Profile.icm"




; *****************************************************************************************
;           Windows 2000 Only (STI)
; *****************************************************************************************
[HP5530.Usb.NT]
DriverVer=09/12/2003,2.1.1.2
; The next two lines are new from Win2k to do the install of the kernel mode driver.
Include=sti.inf
Needs=STI.USBSection
SubClass=StillImage
DeviceType=1
DeviceSubType=0x2	;Read buttons via polling		
Capabilities=0x3			
DeviceData=HP5530.DeviceData
AddReg=HPScan.Usb.AddReg,HPScan.AddReg.STI
CopyFiles=HP5530.Usb.CopyFiles,HP5530.CopyDS
RegisterDlls=HP5530.RegisterDlls.STI	;; needs new co-installer install section to process this
;VendorSetup="hpgcvsco,InstallScanJetSoftware 5500CU"
ICMProfiles="sRGB Color Space Profile.icm"



[HP5530.Usb.NT.HW]
AddReg=HP5530.HWmodelU

[HP5530.Usb.NT.Services]
Include=sti.inf
Needs=STI.USBSection.Services

[HP5530.Usb.NT.coinstallers]
AddReg=Coinstaller.AddReg
CopyFiles=Coinstaller.CopyFiles




; *****************************************************************************************
;           Windows XP (Whistler) and later (WIA)
; *****************************************************************************************
[HP5530.Usb.NTWIA]
;Millenium (WIA) OSes only.  Make sure DriverVer is newer than the Win98 section!!!
DriverVer=09/12/2003,2.1.1.2
Include=sti.inf
Needs=STI.USBSection
SubClass=StillImage
DeviceType=1
DeviceSubType=0x2			
Capabilities=0x33             ;Read buttons via polling
DeviceData=HP5530.DeviceData.WIA
AddReg=HPScan.Usb.AddReg,HPScan.AddReg.WIA
CopyFiles=HP5530.Usb.CopyFiles.WIA,HP5530.CopyDS
RegisterDlls=HP5530.RegisterDlls.WIA
;VendorSetup="hpgcvsco,InstallScanJetSoftware 5500CU"
ICMProfiles="sRGB Color Space Profile.icm"



[HP5530.Usb.NTWIA.HW]
AddReg=HP5530.HWmodelU

[HP5530.Usb.NTWIA.Services]
Include=sti.inf
Needs=STI.USBSection.Services

[HP5530.Usb.NTWIA.coinstallers]
AddReg=Coinstaller.AddReg
CopyFiles=Coinstaller.CopyFiles



; *****************************************************************************************
;           Common sections
; *****************************************************************************************

;  This is for the coinstaller functionality that replaces VendorSetup
[HP5530.HWmodelU]
HKR,,CoinstallerModel,,"5500CU"


[Coinstaller.AddReg]
HKR,,CoInstallers32,0x00010000,"hpgcvsco.dll,HPScannerCoInstaller"

[HP5530.DeviceData]
TwainDS=""
InstallCLSID={9C94748D-C29C-4f13-9431-6BB345EBB4B5}
InstallRegPath="Software\HP\Scanners"
TulipCLSID={5596420E-2DAB-42ca-9E6D-CBCC9F1F1CB8}
TulipDriver=hpgt55.dll

[HP5530.DeviceData.WIA]
TwainDS=""
Server=local
InstallCLSID={9C94748D-C29C-4f13-9431-6BB345EBB4B5}
InstallRegPath="Software\HP\Scanners"
TulipCLSID={5596420E-2DAB-42ca-9E6D-CBCC9F1F1CB8}
TulipDriver=hpgt55.dll




;
; TulipIOType - from Tulip doc for ENUM SCANNER_IO_TYPE
; 1 = USB, 2 = Parallel, 3 = SCSI, 4 = DOT4, 5 = IP (network), 6 = USB2, 7 = 1394 (firewire).
; 
[HPScan.Usb.AddReg]
; This all depends on which kernel services you need
; Hardware configuration is not known
HKR,,HardwareConfig,1,1
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,"usbscan.sys"
HKR,DeviceData,TulipIOType,0x10001,1

[HPScan.AddReg.WIA]
HKR,,USDClass,,"{552A819C-9CAC-4379-9638-BD335A10A11B}"
HKCR,CLSID\{552A819C-9CAC-4379-9638-BD335A10A11B},,,"Hewlett-Packard Scanjet Tulip Common USD"
HKCR,CLSID\{552A819C-9CAC-4379-9638-BD335A10A11B}\InProcServer32,,,%11%\hpgcwiam.dll
HKCR,CLSID\{552A819C-9CAC-4379-9638-BD335A10A11B}\InProcServer32,ThreadingModel,,"Both"

[HPScan.AddReg.STI]
; Register the Tulip Common USD
HKR,,USDClass,,"{5603B647-4E79-44BD-92C5-4EC272894125}"
HKCR,CLSID\{5603B647-4E79-44BD-92C5-4EC272894125},,,"Hewlett-Packard Scanjet Tulip Common USD"
HKCR,CLSID\{5603B647-4E79-44BD-92C5-4EC272894125}\InProcServer32,,,%11%\hpgctusd.dll
HKCR,CLSID\{5603B647-4E79-44BD-92C5-4EC272894125}\InProcServer32,ThreadingModel,,"Both"

[HPScan.CurrentDevice]
; This marks this SW instance as a the most current install device.
; VendorSetup needs this to determine the HW devnode for the current device.
; This MUST be called for all Windows 9x installs, or the coInstaller won't
; recognize a software-first install.
HKR,,LastInstalled,,"True"



[HP5530.RegisterDlls.WIA]
; New Whistler Directive for Component registration.
11,,hpgt55.dll,1
11,,hpgcwiam.dll,1

[HP5530.RegisterDlls.STI]
; New Whistler Directive for Component registration.
11,,hpgt55.dll,1
11,,hpgctusd.dll,1

[HP5530.Usb.CopyFiles]
; Copy the user mode minidriver.
hpgctusd.dll,,,0x60
hpgcvsco.dll,,,0x60
hpgt55.dll,,,0x60

[HP5530.Usb.CopyFiles.WIA]
hpgcwiam.dll,,,0x60
hpgt55.dll,,,0x60
hpgcvsco.dll,,,0x60

[HP5530.CopyDS]


[HP5530.Usb.WDMdriver]
; Copy the kernel drivers that are needed.
usbscan.sys,usbscan.sy_,,0x60

[Coinstaller.CopyFiles]
hpgcvsco.dll,,,0x60

[SourceDisksNames]
99=%DiskName%,,

[SourceDisksFiles]
hpgctusd.dll=99		;tulip sti usd for 98/2k
hpgcvsco.dll=99		;co-installer for all 0Ss
hpsj95ci.dll=99		;prevents usb hw 1st install on 95
usbscan.sy_=99		;98 usb kernel driver
hpgcwiam.dll=99		;wia minidriver for me/xp
hpgt55.dll=99		;"the" driver

[Strings]
; Always put strings down here so they can be easily localized to
; other languages.
Provider="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="hp_scanning"
HPImageClass.desc="HP Win95 Lockout Class"
HP5530c.DeviceDesc="hp scanjet 5530"
Download Driver Pack

How To Update Drivers Manually

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.

server: web5, load: 1.05