hpgt46.inf Driver File Contents (col10066.exe)

; Tulip Enabled.
; hpgt46.dll STI/WIA .INF file
; Note - this file is for Win98/Win98SE/Windows 2000/Windows XP
; Copyright (c) 2002 Hewlett-Packard Company
; 
; The following GUID uniquely identifies this .INF
; GUID:  {9FD9765A-45B7-45cb-92F5-F3C776D25D39}


[Version]
Signature="$CHICAGO$"
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider=%HP%
CatalogFile=hpgt46.cat
DriverVer=10/27/2003,2.00.0001.5

; Class installer that prevents a Win95 USB Hardware First Installation.
; If your device is not designed for Win95 and USB, this will show a 
; dialog and block the install.  The ClassInstall section doesn't do
; anything on OS's later than Win95

[ClassInstall]
AddReg=HPImageClass.AddReg
CopyFiles=HPImageClass.CopyFiles

[HPImageClass.CopyFiles]
hpsj95ci.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
HP4600.Usb.WDMdriver=10,system32\drivers 	; \windows\system32\drivers
HP4600.CopyDS=10,TWAIN_32			; \windows\TWAIN_32


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

; *** This is a Windows XP specific section for installing on Windows XP
[Manufacturer]
%Mfg%=Models, NT.5.1

[Models]
;STI Models
%HPSJ4600Series% = HP4600.Usb, USB\VID_03f0&Pid_3005

;WIA Models
%HPSJ4600Series% = HP4600.Usb.WIA, USB\VID_03f0&Pid_3005

; Windows XP(Whistler) or later.
[Models.NT.5.1]
;WIA Models
%HPSJ4600Series% = HP4600.Usb.NTWIA, USB\VID_03f0&Pid_3005



; *****************************************************************************************
;            Win98, 98SE only (STI)
; VERY IMPORTANT - do not change the DriverVer date in this section.  Leave at 1/10/2000
; *****************************************************************************************
[HP4600.Usb]
;Non-Millenium OSes only.  Make sure DriverVer is NOT newer than the WIA section!!!
DriverVer=01/10/2000,1.00.0001.3
SubClass=StillImage
DeviceType=1
DeviceSubType=0x3  ; Masked value returned on interrupt pipe
Capabilities=0x1
Events=HP4600.Events
DeviceData=HP4600.DeviceData
AddReg=HP4600.AddReg.STI,HP4600.EvtReg,HP4600.CUEVendorSetupReg
CopyFiles=HP4600.CopyFiles.STI,HP4600.Usb.WDMdriver,HP4600.CopyDS
VendorSetup="hp4600co,InstallScanJetSoftware 4600"
ICMProfiles="sRGB Color Space Profile.icm"


; *****************************************************************************************
;            Windows Millenium Only (WIA)
; *****************************************************************************************
[HP4600.Usb.WIA]
;Millenium (WIA) OSes only.  Make sure DriverVer is newer than the Win98 section!!!
DriverVer=10/27/2003,2.00.0001.5
Include=sti.inf
Needs=STI.USBSection
SubClass=StillImage
DeviceType=1
DeviceSubType=0x3 ; Masked value returned on interrupt pipe
Capabilities=0x31
Events=HP4600.Events
DeviceData=HP4600.DeviceData.WIA
AddReg=HP4600.AddReg.WIA,HP4600.EvtReg,HP4600.CUEVendorSetupReg
CopyFiles=HP4600.CopyFiles.WIA,HP4600.CopyDS
VendorSetup="hp4600co,InstallScanJetSoftware 4600"
ICMProfiles="sRGB Color Space Profile.icm"


; *****************************************************************************************
;           Windows 2000 Only (STI)
; *****************************************************************************************
[HP4600.Usb.NT]
DriverVer=10/27/2003,2.00.0001.5
; 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=0x3 ; Masked value returned on interrupt pipe
Capabilities=0x1
Events=HP4600.Events
DeviceData=HP4600.DeviceData
AddReg=HP4600.AddReg.STI,HP4600.EvtReg
CopyFiles=HP4600.CopyFiles.STI,HP4600.CopyDS
RegisterDlls=HP4600.RegisterDlls.STI
ICMProfiles="sRGB Color Space Profile.icm"

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

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

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


; *****************************************************************************************
;           Windows XP (Whistler) and later (WIA)
; *****************************************************************************************
[HP4600.Usb.NTWIA]
;Millenium (WIA) OSes only.  Make sure DriverVer is newer than the Win98 section!!!
DriverVer=10/27/2003,2.00.0001.5
Include=sti.inf
Needs=STI.USBSection
SubClass=StillImage
DeviceType=1
DeviceSubType=0x3 ; Masked value returned on interrupt pipe
Capabilities=0x31
Events=HP4600.Events
DeviceData=HP4600.DeviceData.WIA
AddReg=HP4600.AddReg.WIA,HP4600.EvtReg
CopyFiles=HP4600.CopyFiles.WIA,HP4600.CopyDS
RegisterDlls=HP4600.RegisterDlls.WIA
ICMProfiles="sRGB Color Space Profile.icm"

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

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

; Windows Whistler (XP)
[HP4600.Usb.NTWIA.Services]
Include=sti.inf
Needs=STI.USBSection.Services


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

;  This is for the coninstaller functionality that replaces VendorSetup
;  ***  Todo:  change the model to the model of your device that hp4600co will recognize.
[HP4600.HWmodelU]
HKR,,CoinstallerModel,,"4600"

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

[HP4600.DeviceData]
TwainDS="CUE 2.1"
InstallCLSID={DD7A6C98-3C10-499F-B0D4-383BDA05BF31}
InstallRegPath="Software\Hewlett-Packard\DigitalImaging"
TulipCLSID={9FD9765A-45B7-45cb-92F5-F3C776D25D39}
TulipDriver=hpgt46.dll
;ScanSettingsCLSID={64124ABF-4F3C-442C-AADB-81183644684B}

[HP4600.DeviceData.WIA]
TwainDS="CUE 2.1"
UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
Server=local
InstallCLSID={DD7A6C98-3C10-499F-B0D4-383BDA05BF31}
InstallRegPath="Software\Hewlett-Packard\DigitalImaging"
TulipCLSID={9FD9765A-45B7-45cb-92F5-F3C776D25D39}
TulipDriver=hpgt46.dll
;ScanSettingsCLSID={64124ABF-4F3C-442C-AADB-81183644684B}

[HP4600.Events]
; These are events that the device issues to trigger application
; launching.
4600_SCAN=%4600_SCAN%,{11238AEC-9202-4f84-B327-2C5BCF75B9D4},%LAUNCH_APPLICATION_SCAN%
4600_COPY=%4600_COPY%,{A1C71B34-AA59-41f7-8F5E-ADDDC3987B6A},%LAUNCH_APPLICATION_COPY%
4600_INSTANTSHARE=%4600_INSTANTSHARE%,{A709AFDB-15E0-485d-9E15-B99D12E43ACF},%LAUNCH_APPLICATION_INSTANTSHARE%


[HP4600.EvtReg]
; This sets up the zero based index of the buttons (as returned by Tulip::GetButtonStatusEx() )
HKR,Events\4600_SCAN,Index,0x10001,0
HKR,Events\4600_SCAN,FriendlyName,,%SCAN_BUTTON_NAME%
HKR,Events\4600_SCAN,Mask,0x10001,13
HKR,Events\4600_COPY,Index,0x10001,1
HKR,Events\4600_COPY,FriendlyName,,%COPY_BUTTON_NAME%
HKR,Events\4600_COPY,Mask,0x10001,11
HKR,Events\4600_INSTANTSHARE,Index,0x10001,2
HKR,Events\4600_INSTANTSHARE,FriendlyName,,%INSTANTSHARE_BUTTON_NAME%
HKR,Events\4600_INSTANTSHARE,Mask,0x10001,14


[HP4600.AddReg.STI]
; 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
; Register the Tulip Common USD
HKR,,USDClass,,"{72C10C20-5776-419e-ABB9-5FD2423B366A}"
HKCR,CLSID\{72C10C20-5776-419e-ABB9-5FD2423B366A},,,"Hewlett-Packard scanjet Tulip Common USD"
HKCR,CLSID\{72C10C20-5776-419e-ABB9-5FD2423B366A}\InProcServer32,,,%11%\hpst4600.dll
HKCR,CLSID\{72C10C20-5776-419e-ABB9-5FD2423B366A}\InProcServer32,ThreadingModel,,"Both"

[HP4600.AddReg.WIA]
HKR,,HardwareConfig,1,1
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,"usbscan.sys"
HKR,DeviceData,TulipIOType,0x10001,1
HKR,,USDClass,,"{B38CDD35-6D35-4e74-9D7C-12E7D63D2379}"
HKCR,CLSID\{B38CDD35-6D35-4e74-9D7C-12E7D63D2379},,,"Hewlett-Packard scanjet Tulip Common USD"
HKCR,CLSID\{B38CDD35-6D35-4e74-9D7C-12E7D63D2379}\InProcServer32,,,%11%\hpwx4600.dll
HKCR,CLSID\{B38CDD35-6D35-4e74-9D7C-12E7D63D2379}\InProcServer32,ThreadingModel,,"Both"

[HP4600.CUEVendorSetupReg]
; This marks this SW instance as a CUE device needing a TWAIN32 subdir created.
; This key is only needed for VendorSetup functionality - the CoInstaller can
; handle this independently.
HKR,,NeedsTWAIN32Dir,,"True"


[HP4600.RegisterDlls.STI]
; New Whistler Directive for Component registration.
; This replaces all the COM crap that had to be done in the [Sample.ComReg] section.
11,,hpgt46.dll,1
11,,hpst4600.dll,1

[HP4600.RegisterDlls.WIA]
; New Whistler Directive for Component registration.
; This replaces all the COM crap that had to be done in the [Sample.ComReg] section.
11,,hpgt46.dll,1
11,,hpwx4600.dll,1

[HP4600.CopyFiles.STI]
; Copy the user mode minidriver.
hpst4600.dll
hp4600co.dll
hpgt46.dll

[HP4600.CopyFiles.WIA]
; Copy the user mode minidriver.
hpwx4600.dll
hp4600co.dll
hpgt46.dll

[HP4600.CopyDS]
hpqgends.tmp

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


[Coinstaller.CopyFiles]
hp4600co.dll

;  Ordinal 99 is used rather that 1 to prevent conflicts with the WinNT layout.inf files.
[SourceDisksNames]
99=%DiskName%,,

[SourceDisksFiles]
hpst4600.dll=99
hp4600co.dll=99
hpsj95ci.dll=99
hpgt46.dll=99
usbscan.sy_=99
hpqgends.tmp=99
hpwx4600.dll=99

[Strings]
; Always put strings down here so they can be easily localized to
; other languages.
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Scan button press"
4600_INSTANTSHARE="Instant Share button press"
4600_COPY="Copy button press"
LAUNCH_APPLICATION_SCAN="hp scanning software"
LAUNCH_APPLICATION_INSTANTSHARE="hp scanning software"
LAUNCH_APPLICATION_COPY="hp scanning software"
SCAN_BUTTON_NAME="Scan button"
INSTANTSHARE_BUTTON_NAME="Instant Share button"
COPY_BUTTON_NAME="Copy button"


; French Specific 
[Strings.000C]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Pression du bouton Numériser"
4600_INSTANTSHARE="Pression du bouton Messagerie"
4600_COPY="Pression du bouton Copie"
LAUNCH_APPLICATION_SCAN="logiciel de numérisation hp"
LAUNCH_APPLICATION_INSTANTSHARE="logiciel de numérisation hp"
LAUNCH_APPLICATION_COPY="logiciel de numérisation hp"
SCAN_BUTTON_NAME="Bouton Numériser"
INSTANTSHARE_BUTTON_NAME="Bouton Instant Share"
COPY_BUTTON_NAME="Bouton Copier"

; Italian Specific 
[Strings.0010]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Pressione del pulsante Scansione"
4600_INSTANTSHARE="Pressione del pulsante Instant Share"
4600_COPY="Software di scansione HP"
LAUNCH_APPLICATION_SCAN="Software di scansione HP"
LAUNCH_APPLICATION_INSTANTSHARE="Software di scansione HP"
LAUNCH_APPLICATION_COPY="Software di scansione HP"
SCAN_BUTTON_NAME="Pulsante Scansione"
INSTANTSHARE_BUTTON_NAME="Pulsante Instant Share"
COPY_BUTTON_NAME=""Pulsante Copia""


; German Specific 
[Strings.0007]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Taste 'Scannen' gedrückt"
4600_INSTANTSHARE="Taste 'Instant Share' gedrückt"
4600_COPY="Taste 'Kopieren' gedrückt"
LAUNCH_APPLICATION_SCAN="HP Scansoftware"
LAUNCH_APPLICATION_INSTANTSHARE="HP Scansoftware"
LAUNCH_APPLICATION_COPY="HP Scansoftware"
SCAN_BUTTON_NAME="Taste Scannen"
INSTANTSHARE_BUTTON_NAME="Taste Instant Share"
COPY_BUTTON_NAME="Taste Kopieren"


; Spanish Specific 
[Strings.000A]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Pulsación del botón Explorar"
4600_INSTANTSHARE="Pulsación del botón Correo electrónico"
4600_COPY="Pulsación del botón Copiar"
LAUNCH_APPLICATION_SCAN="Software HP explorando"
LAUNCH_APPLICATION_INSTANTSHARE="Software HP explorando"
LAUNCH_APPLICATION_COPY="Software HP explorando"
SCAN_BUTTON_NAME="Botón Explorar"
INSTANTSHARE_BUTTON_NAME="Botón Instant Share"
COPY_BUTTON_NAME="Botón Copiar"

; Portuguese Specific 
[Strings.0016]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Pressionar o botão Digitalizar"
4600_INSTANTSHARE="Pressionar o botão Instant Share"
4600_COPY="Pressionar o botão Copiar"
LAUNCH_APPLICATION_SCAN="software de digitalização hp"
LAUNCH_APPLICATION_INSTANTSHARE="software de digitalização hp"
LAUNCH_APPLICATION_COPY="software de digitalização hp"
SCAN_BUTTON_NAME="Botão Digitalizar"
INSTANTSHARE_BUTTON_NAME="Botão Instant Share"
COPY_BUTTON_NAME="Botão Copiar"

; Dutch Specific 
[Strings.0013]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Gedrukt op Scannen"
4600_INSTANTSHARE="Gedrukt op Instant Share"
4600_COPY="Gedrukt op Kopiëren"
LAUNCH_APPLICATION_SCAN="hp-scansoftware"
LAUNCH_APPLICATION_INSTANTSHARE="hp-scansoftware"
LAUNCH_APPLICATION_COPY="hp-scansoftware"
SCAN_BUTTON_NAME="Knop Scannen"
INSTANTSHARE_BUTTON_NAME="Knop Instant Share"
COPY_BUTTON_NAME="Knop Kopiëren"


; Russian Specific 
[Strings.0019]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Íàæàòèå êíîïêè 'Ñêàíèðîâàòü'"
4600_INSTANTSHARE="Íàæàòèå êíîïêè 'Ýëåêòðîííàÿ ïî÷òà'"
4600_COPY="Íàæàòèå êíîïêè 'Êîïèðîâàòü'"
LAUNCH_APPLICATION_SCAN="ïðîãðàììà ñêàíèðîâàíèÿ hp"
LAUNCH_APPLICATION_INSTANTSHARE="ïðîãðàììà ñêàíèðîâàíèÿ hp"
LAUNCH_APPLICATION_COPY="ïðîãðàììà ñêàíèðîâàíèÿ hp"
SCAN_BUTTON_NAME="Êíîïêà Ñêàíèðîâàòü"
INSTANTSHARE_BUTTON_NAME="Êíîïêà Instant Share"
COPY_BUTTON_NAME="Êíîïêà Êîïèðîâàòü"


; Traditional Chinese Specific 
[Strings.0404]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="«ö¤U±½ºË«ö¶s"
4600_INSTANTSHARE="«ö¤U¹q¤l¶l¥ó«ö¶s"
4600_COPY="«ö¤U«þ¨©«ö¶s"
LAUNCH_APPLICATION_SCAN="hp ±½ºË³nÅé"
LAUNCH_APPLICATION_INSTANTSHARE="hp ±½ºË³nÅé"
LAUNCH_APPLICATION_COPY="hp ±½ºË³nÅé"
SCAN_BUTTON_NAME="±½ºË«ö¶s"
INSTANTSHARE_BUTTON_NAME="Instant Share «ö¶s"
COPY_BUTTON_NAME="¼v¦L«ö¶s"

; Simplified Chinese Specific
[Strings.0804]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="°´ÏÂɨÃè°´Å¥"
4600_INSTANTSHARE="°´Ïµç×ÓÓʼþ°´Å¥"
4600_COPY="°´Ï¿½±´°´Å¥"
LAUNCH_APPLICATION_SCAN="hp ɨÃèÈí¼þ"
LAUNCH_APPLICATION_INSTANTSHARE="hp ɨÃèÈí¼þ"
LAUNCH_APPLICATION_COPY="hp ɨÃèÈí¼þ"
SCAN_BUTTON_NAME="ɨÃè°´Å¥"
INSTANTSHARE_BUTTON_NAME="Instant Share °´Å¥"
COPY_BUTTON_NAME="¸´Ó¡°´Å¥"

; Korean Specific 
[Strings.0012]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="½ºÄµ ´ÜÃß ´©¸£±â"
4600_INSTANTSHARE="ÀüÀÚ ¿ìÆí ´ÜÃß ´©¸£±â"
4600_COPY="º¹»ç ´ÜÃß ´©¸£±â"
LAUNCH_APPLICATION_SCAN="hp ½ºÄµ ¼ÒÇÁÆ®¿þ¾î"
LAUNCH_APPLICATION_INSTANTSHARE="hp ½ºÄµ ¼ÒÇÁÆ®¿þ¾î"
LAUNCH_APPLICATION_COPY="hp ½ºÄµ ¼ÒÇÁÆ®¿þ¾î"
SCAN_BUTTON_NAME="½ºÄµ ´ÜÃß"
INSTANTSHARE_BUTTON_NAME="Instant Share ´ÜÃß"
COPY_BUTTON_NAME="º¹»ç ´ÜÃß"


; Danish Specific 
[Strings.0006]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Du har trykket på knappen Scan"
4600_INSTANTSHARE="Du har trykket på Instant Share"
4600_COPY="Du har trykket på Kopier"
LAUNCH_APPLICATION_SCAN="hp scanning-software"
LAUNCH_APPLICATION_INSTANTSHARE="hp scanning-software"
LAUNCH_APPLICATION_COPY="hp scanning-software"
SCAN_BUTTON_NAME="Knappen Scan"
INSTANTSHARE_BUTTON_NAME="Knappen Instant Share"
COPY_BUTTON_NAME="Knappen Kopier"

; Finnish Specific 
[Strings.000B]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Skannaa-painikkeen valinta"
4600_INSTANTSHARE="Sähköposti-painikkeen valinta"
4600_COPY="Kopioi-painikkeen valinta"
LAUNCH_APPLICATION_SCAN="hp-skannausohjelmisto"
LAUNCH_APPLICATION_INSTANTSHARE="hp-skannausohjelmisto"
LAUNCH_APPLICATION_COPY="hp-skannausohjelmisto"
SCAN_BUTTON_NAME="Skannauspainike"
INSTANTSHARE_BUTTON_NAME="Instant Share -painike"
COPY_BUTTON_NAME="Kopioi-painike"

; Norwegian Specific 
[Strings.0014]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Skanneknapptrykk"
4600_INSTANTSHARE="E-post-knapptrykk"
4600_COPY="Kopier-knapptrykk"
LAUNCH_APPLICATION_SCAN="hp skanning-programvare"
LAUNCH_APPLICATION_INSTANTSHARE="hp skanning-programvare"
LAUNCH_APPLICATION_COPY="hp skanning-programvare"
SCAN_BUTTON_NAME="Skann-knapp"
INSTANTSHARE_BUTTON_NAME="Instant Share-knapp"
COPY_BUTTON_NAME="Kopier-knapp"

; Swedish Specific 
[Strings.001D]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Tryckning på knappen Skanna"
4600_INSTANTSHARE="Tryckning på knappen E-post"
4600_COPY="Tryckning på knappen Kopiera"
LAUNCH_APPLICATION_SCAN="hp-programvara för skanning"
LAUNCH_APPLICATION_INSTANTSHARE="hp-programvara för skanning"
LAUNCH_APPLICATION_COPY="hp-programvara för skanning"
SCAN_BUTTON_NAME="knappen Skanna"
INSTANTSHARE_BUTTON_NAME="knappen HP Instant Share"
COPY_BUTTON_NAME="knappen Kopiera"

; Czech Specific 
[Strings.0005]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Stisknutí tlaèítka Sejmout"
4600_INSTANTSHARE="Stisknutí tlaèítka El. pošta"
4600_COPY="Stisknutí tlaèítka Kopie"
LAUNCH_APPLICATION_SCAN="software pro snímání hp"
LAUNCH_APPLICATION_INSTANTSHARE="software pro snímání hp"
LAUNCH_APPLICATION_COPY="software pro snímání hp"
SCAN_BUTTON_NAME="Tlaèítko Sejmout"
INSTANTSHARE_BUTTON_NAME="Tlaèítko Instant Share"
COPY_BUTTON_NAME="Tlaèítko Kopírovat"


; Greek Specific 
[Strings.0008]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="ÐÜôçìá êïõìðéïý 'ÓÜñùóç'"
4600_INSTANTSHARE="ÐÜôçìá êïõìðéïý 'Çëåêôñïíéêü ôá÷õäñïìåßï'"
4600_COPY="ÐÜôçìá êïõìðéïý 'ÁíôéãñáöÞ'"
LAUNCH_APPLICATION_SCAN="Ëïãéóìéêü óÜñùóçò HP"
LAUNCH_APPLICATION_INSTANTSHARE="Ëïãéóìéêü óÜñùóçò HP"
LAUNCH_APPLICATION_COPY="Ëïãéóìéêü óÜñùóçò HP"
SCAN_BUTTON_NAME="Êïõìðß "ÓÜñùóç""
INSTANTSHARE_BUTTON_NAME="Êïõìðß "Instant Share""
COPY_BUTTON_NAME="Êïõìðß "ÁíôéãñáöÞ""


; Hungarian Specific 
[Strings.000E]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Beolvasás gomb megnyomása"
4600_INSTANTSHARE="Instant Share gomb megnyomása"
4600_COPY="Másolás gomb megnyomása"
LAUNCH_APPLICATION_SCAN="hp lapolvasás szoftver"
LAUNCH_APPLICATION_INSTANTSHARE="hp lapolvasás szoftver"
LAUNCH_APPLICATION_COPY="hp lapolvasás szoftver"
SCAN_BUTTON_NAME="Lapolvasás gomb"
INSTANTSHARE_BUTTON_NAME="Instant Share gomb"
COPY_BUTTON_NAME="Másolás gomb"


; Polish Specific 
[Strings.0015]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="U¿ycie przycisku skanera"
4600_INSTANTSHARE="U¿ycie przycisku Instant Share"
4600_COPY="U¿ycie przycisku Kopiuj"
LAUNCH_APPLICATION_SCAN="program skanowanie hp"
LAUNCH_APPLICATION_INSTANTSHARE="program skanowanie hp"
LAUNCH_APPLICATION_COPY="program skanowanie hp"
SCAN_BUTTON_NAME="przycisk Skanuj"
INSTANTSHARE_BUTTON_NAME="przycisk Instant Share"
COPY_BUTTON_NAME="przycisk Kopiuj"


; Turkish Specific 
[Strings.001F]
HP="Hewlett-Packard"
Mfg="Hewlett-Packard"
DiskName="HP Scanning Software"
HPImageClass.desc="HP Win95 Lockout Class"
HPSJ4600Series="hp scanjet 4600 series"
4600_SCAN="Tarama düðmesine basmak"
4600_INSTANTSHARE="E-posta düðmesine basmak"
4600_COPY="Kopya düðmesine basmak"
LAUNCH_APPLICATION_SCAN="hp tarama yazýlýmý"
LAUNCH_APPLICATION_INSTANTSHARE="hp tarama yazýlýmý"
LAUNCH_APPLICATION_COPY="hp tarama yazýlýmý"
SCAN_BUTTON_NAME="Tara Düðmesi"
INSTANTSHARE_BUTTON_NAME="E-posta Düðmesi"
COPY_BUTTON_NAME="Kopya Düðmesi"
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: web3, load: 1.97