oem7.inf Driver File Contents (KODAK_5100_AiO_-_2000-XP.zip)

; ekaiowia.inf -- WIA MicroDriver setup file
; Copyright (c) 2006 Eastman Kodak.
; Portions Copyright (c) 2001 Microsoft Corporation


[Version]
Signature="$CHICAGO$"
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider=%Mfg%
;Uncomment this to run chkinf, or if you're signing the driver...
CatalogFile=ekaiowia.cat
DriverVer=08/02/2007,1.48

[Manufacturer]
%Mfg%=Models,ntx86.6.0,ntx86.5.1,NTamd64

[Models]
; we need this to make chkinf happy...

[Models.ntx86.6.0]
%SDSDWIA.DeviceDesc5100% = SDSDWIA, usb\vid_040a&pid_4025&mi_00
%SDSDWIA.DeviceDesc5300% = SDSDWIA, usb\vid_040a&pid_4026&mi_00
%SDSDWIA.DeviceDesc5500% = SDSDWIA, usb\vid_040a&pid_4027&mi_00
%SDSDWIA.DeviceDesc5000Mini% = SDSDWIA, usb\vid_040a&pid_4028&mi_00
%SDSDWIA.DeviceDesc3300% = SDSDWIA, usb\vid_040a&pid_4031&mi_00
%SDSDWIA.DeviceDescESP5% = SDSDWIA, usb\vid_040a&pid_4032&mi_00

[Models.ntx86.5.1]
%SDSDWIA.DeviceDesc5100% = SDSDWIA, usb\vid_040a&pid_4025&mi_00
%SDSDWIA.DeviceDesc5300% = SDSDWIA, usb\vid_040a&pid_4026&mi_00
%SDSDWIA.DeviceDesc5500% = SDSDWIA, usb\vid_040a&pid_4027&mi_00
%SDSDWIA.DeviceDesc5000Mini% = SDSDWIA, usb\vid_040a&pid_4028&mi_00
%SDSDWIA.DeviceDesc3300% = SDSDWIA, usb\vid_040a&pid_4031&mi_00
%SDSDWIA.DeviceDescESP5% = SDSDWIA, usb\vid_040a&pid_4032&mi_00

[Models.ntamd64]
%SDSDWIA.DeviceDesc5100% = SDSDWIA, usb\vid_040a&pid_4025&mi_00
%SDSDWIA.DeviceDesc5300% = SDSDWIA, usb\vid_040a&pid_4026&mi_00
%SDSDWIA.DeviceDesc5500% = SDSDWIA, usb\vid_040a&pid_4027&mi_00
%SDSDWIA.DeviceDesc5000Mini% = SDSDWIA, usb\vid_040a&pid_4028&mi_00
%SDSDWIA.DeviceDesc3300% = SDSDWIA, usb\vid_040a&pid_4031&mi_00
%SDSDWIA.DeviceDescESP5% = SDSDWIA, usb\vid_040a&pid_4032&mi_00

[SourceDisksFiles]
ekaiowia.dll=1,wia32

[SourceDisksFiles.amd64]
ekaiowia.dll=2,wia64

[SourceDisksNames]
1=%Location%,,,

[SourceDisksNames.amd64]
2=%Location%,,,

[DestinationDirs]
; By default, files will be copied to \windows\system32.
; From MSDN documentation - 
;  10 = Windows directory
;     This is equivalent to %windir%, for 64-bit we have to add SysWOW64.
;  11 = System directory 
;     This is equivalent to %windir%\system32 for NT-based systems, and to %windir%\system for Windows 9x/Me.
;  25 = Shared directory
DefaultDestDir=10
SDSDWIAFiles=11,kodak\kds_aio5000
SDSDWIAFiles64=11,kodak\kds_aio5000


[SDSDWIA]
Include=sti.inf
Needs=STI.USBSection, STI.MICRODRIVERSection
			; Since video devices also use the class installer you must identify still image devices.
SubClass=StillImage   
			; DeviceType should be set to 1 = scanner or 2 = camera.
DeviceType=1
			; Put here any number you want to identify subtypes. These are vendor specified.
DeviceSubType=0x1
			; Capabilities refers to the events generated by the device. Set bit 1
			; if it generates events and set bit 2 if the USD requires polling.
Capabilities=0x31
			; If the device supports events, add a link to the events section here.
Events=SDSDWIA.Events
			; Forward reference to ancillary device data.
DeviceData=SDSDWIA.DeviceData
			; Forward reference to registry information.
AddReg=SDSDWIA.AddReg
			; Forward reference to those files to copy.
CopyFiles=SDSDWIAFiles
			; Forward reference to those files to delete during install.
			; Put the Image Color Management profile here.
ICMProfiles="sRGB Color Space Profile.icm"
			; To Enable property pages for this device in the CPL
			; add the DLL name and entry point here.  < no prop page for this >
			; PropertyPages="Sampcpl.cpl ,EnumStiPropPages"
[SDSDWIA.amd64]
Include=sti.inf
Needs=STI.USBSection, STI.MICRODRIVERSection
			; Since video devices also use the class installer you must identify still image devices.
SubClass=StillImage   
			; DeviceType should be set to 1 = scanner or 2 = camera.
DeviceType=1
			; Put here any number you want to identify subtypes. These are vendor specified.
DeviceSubType=0x1
			; Capabilities refers to the events generated by the device. Set bit 1
			; if it generates events and set bit 2 if the USD requires polling.
Capabilities=0x31
			; If the device supports events, add a link to the events section here.
Events=SDSDWIA.Events
			; Forward reference to ancillary device data.
DeviceData=SDSDWIA.DeviceData
			; Forward reference to registry information.
AddReg=SDSDWIA.AddReg
			; Forward reference to those files to copy.
CopyFiles=SDSDWIAFiles64
			; Forward reference to those files to delete during install.
			; Put the Image Color Management profile here.
ICMProfiles="sRGB Color Space Profile.icm"
			; To Enable property pages for this device in the CPL
			; add the DLL name and entry point here.  < no prop page for this >
			; PropertyPages="Sampcpl.cpl ,EnumStiPropPages"

[SDSDWIA.Events]
ScanButton=%ScanButton.Desc%,{C6F38313-FE3D-44f8-A86A-7046F5E7C788},*
AppListButton=%AppListButton.Desc%,{ABDA039E-3720-4f7f-958B-8792D0B0D450},*


[SDSDWIA.Services]
Include=sti.inf
Needs=STI.USBSection.Services

[SDSDWIA.amd64.Services]
Include=sti.inf
Needs=STI.USBSection.Services


[SDSDWIA.DeviceData]
Server=local
UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
MicroDriver=%11%\kodak\kds_aio5000\ekaiowia.dll
Sample Entry=1,1


[SDSDWIA.AddReg]
HKR,,HardwareConfig,1,4
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,USBSCAN.SYS
; The GUID below is defined for WIA micro-drivers - WIAFBDRV.DLL registers to use this GUID
HKR,,USDClass,,"{BB6CF8E2-1511-40bd-91BA-80D43C53064E}"
;;;;;;;;;;;;;;;;;;HKR,,DevLoader,,*NTKERN
;;;;;;;;;;;;;;;;;;HKR,,NTMPDriver,,usbccgp.sys
HKLM,"Software\KODAK\WIA","EnableLogFile",0x00010001,0
HKLM,"Software\KODAK\WIA","LogFilePath",0x00000000,"C:\EKAIOWIA.LOG"


[SDSDWIAFiles]
ekaiowia.dll
[SDSDWIAFiles64]
ekaiowia.dll


[Strings]
Msft="Microsoft"
Mfg="Eastman Kodak"
Location="Install Setup Disk"
SDSDWIA.DeviceDesc3300="KODAK ESP-3 AiO"
SDSDWIA.DeviceDesc5100="KODAK 5100 AiO"
SDSDWIA.DeviceDesc5300="KODAK 5300 AiO"
SDSDWIA.DeviceDesc5500="KODAK 5500 AiO"
SDSDWIA.DeviceDesc5000Mini="KODAK 5000 Series AiO"
SDSDWIA.SvcDesc="KODAK 5000 Series AiO Scanning Service"
SDSDWIA.DeviceDescESP5="KODAK ESP 5 AiO"

SDSDWIA.STIScanAppDesc="STI Scan button application"

ScanButton.Desc="Start Button"
AppListButton.Desc="Scan Button"

Model="SDSD Composite USB"
SDSDWIA.DeviceKey="SDSD Scanner"

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: web4, load: 0.74