Edt001.inf Driver File Contents (bcr600c_drv.exe)

;***********************************************************************
; Edt001.INF -- EDT Setup File
; Copyright (c) 2001 EDT.
;***********************************************************************

[Version]
Signature   = "$CHICAGO$"
Class       = Image
ClassGUID   = {6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider    = %Mfg%
DriverVer   = 03/20/2007,3.0.0.1
catalogfile = Edt600c.cat

[DestinationDirs]
DefaultDestDir   = 11
SysFiles         = 10,system32\drivers
WowFiles         = 10,SysWow64
TwainFiles       = 10,TWAIN_32\EdtCard

[Manufacturer]
%Mfg%=Models, NTx86, NTamd64

[Models]
%PPWIA.DeviceDesc% = PP.STI, USB\VID_0A53&PID_2015
%PPWIA.DeviceDesc% = PP.STI, USB\VID_0A53&PID_2016

[Models.NTx86]
%PPWIA.DeviceDesc% = PP.WIA86, USB\VID_0A53&PID_2015
%PPWIA.DeviceDesc% = PP.WIA86, USB\VID_0A53&PID_2016

[Models.NTamd64]
%PPWIA.DeviceDesc% = PP.WIA64, USB\VID_0A53&PID_2015
%PPWIA.DeviceDesc% = PP.WIA64, USB\VID_0A53&PID_2016

;***********************************************************************
;          98SE/ME
;***********************************************************************
[PP.STI]
SubClass         = StillImage
DeviceType       = 1
DeviceSubType    = 0x11
Capabilities     = 0x13
DeviceData       = STI.DeviceData
CopyFiles        = MiniFiles,TwainFiles,SysFiles
AddReg           = STI.AddReg
DelReg           = STI.AddReg
ICMProfiles      = "sRGB Color Space Profile.icm"

[STI.DeviceData]
TwainDS          = "BizCardReader 600C V3.0"

[STI.AddReg]
HKR,,HardwareConfig,1,4
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,"usbscan.sys"

;***********************************************************************
;          x86
;***********************************************************************
[PP.WIA86]
Include          = sti.inf
Needs            = STI.UsbSection
SubClass         = StillImage
DeviceType       = 1
DeviceSubType    = 0x11
Capabilities     = 0x13
DeviceData       = WIA.DeviceData
CopyFiles        = MiniFiles,TwainFiles,WIA32Files
AddReg           = WIA.AddReg
DelReg           = WIA.AddReg
ICMProfiles      = "sRGB Color Space Profile.icm"
RegisterDlls     = WIA.RegisterDlls

[PP.WIA86.Services]
Include=sti.inf
Needs=STI.UsbSection.Services

[WIA.DeviceData]
Server           = local
UI Class ID      = {D154B525-11E7-4da2-BBEA-BBD6E7E9CD69}
TwainDS          = "BizCardReader 600C V3.0"
MiniDriver       = EDT600C.dll

[WIA.AddReg]
HKR,,HardwareConfig,1,4
HKR,,USDClass,,"{8651751A-E69C-45a7-9BA2-E653AD85EB62}"
HKCR,CLSID\{8651751A-E69C-45a7-9BA2-E653AD85EB62},,,"WIA Scanner STI USD"
HKCR,CLSID\{8651751A-E69C-45a7-9BA2-E653AD85EB62}\InProcServer32,,,%11%\PPA6Usd.dll
HKCR,CLSID\{8651751A-E69C-45a7-9BA2-E653AD85EB62}\InProcServer32,ThreadingModel,,"Both"

[WIA.RegisterDlls]
11,,PPA6Ext.dll,1

;***********************************************************************
;          amd64
;***********************************************************************
[PP.WIA64]
Include          = sti.inf
Needs            = STI.UsbSection
SubClass         = StillImage
DeviceType       = 1
DeviceSubType    = 0x11
Capabilities     = 0x13
DeviceData       = WIA64.DeviceData
CopyFiles        = Mini64Files,TwainFiles,WIA64Files,WowFiles
AddReg           = WIA64.AddReg
DelReg           = WIA64.AddReg
ICMProfiles      = "sRGB Color Space Profile.icm"
RegisterDlls     = WIA64.RegisterDlls

[PP.WIA64.Services]
Include=sti.inf
Needs=STI.UsbSection.Services

[WIA64.DeviceData]
Server           = local
UI Class ID      = {D154B525-11E7-4da2-BBEA-BBD6E7E9CD69}
TwainDS          = "BizCardReader 600C V3.0"
MiniDriver       = 600C64.dll

[WIA64.AddReg]
HKR,,HardwareConfig,1,4
HKR,,USDClass,,"{8651751A-E69C-45a7-9BA2-E653AD85EB62}"
HKCR,CLSID\{8651751A-E69C-45a7-9BA2-E653AD85EB62},,,"WIA Scanner STI USD"
HKCR,CLSID\{8651751A-E69C-45a7-9BA2-E653AD85EB62}\InProcServer32,,,%11%\A6Usd64.dll
HKCR,CLSID\{8651751A-E69C-45a7-9BA2-E653AD85EB62}\InProcServer32,ThreadingModel,,"Both"

[WIA64.RegisterDlls]
11,,A6Ext64.dll,1

;***********************************************************************
;          Common
;***********************************************************************
[SysFiles]
;usbscan.sys,usbscan.sy_

[MiniFiles]
EDT600C.dll

[WowFiles]
EDT600C.dll

[Mini64Files]
600C64.dll

[WIA32Files]
PPA6Usd.dll
PPA6Ext.dll

[WIA64Files]
A6Usd64.dll
A6Ext64.dll

[TwainFiles]
EDTCard.ds

[SourceDisksNames]
1=%DiskName%,,

[SourceDisksFiles]
EDTCard.ds       = 1
EDT600C.dll      = 1
PPA6Usd.dll      = 1
PPA6Ext.dll      = 1
usbscan.sy_      = 1

[SourceDisksNames.x86]
1=%DiskName%,,

[SourceDisksFiles.x86]
EDTCard.ds       = 1
EDT600C.dll      = 1
PPA6Usd.dll      = 1
PPA6Ext.dll      = 1

[SourceDisksNames.amd64]
1=%DiskName%,,

[SourceDisksFiles.amd64]
EDTCard.ds       = 1
EDT600C.dll      = 1
600C64.dll       = 1
A6Usd64.dll      = 1
A6Ext64.dll      = 1

[Strings]
Mfg                = "Edt"
PPWIA.DeviceDesc   = "BizCardReader 600C"
DiskName           = "Scanner driver"
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: 1.10