acscm.inf Driver File Contents (ACOS5-CTM_inst_Win_111100_P.zip)

; ACSCM.INF (ACS Cryptomate Driver inf-file)
; Copyright (c) 2007 Advanced Card Systems Ltd
;
; Note: For use on Windows 2000 or higher only!
;

[Version]
DriverVer=05/08/2007,1.0.0.1
Signature="$Windows NT$"
Class=SmartCardReader
ClassGuid={50DD5230-BA8A-11D1-BF5D-0000F805F530}
Provider=%ACS%
CatalogFile.NT=acscm.cat

[SourceDisksNames]
1 = "ACS CryptoMate Driver Installation Disk",,,""

[SourceDisksFiles]
acscmtok.sys 	= 1
acscmtokx64.sys = 1
acscmsvr.sys 	= 1
acscmsvrx64.sys	= 1
acscm.dll    	= 1
acscmx64.dll	= 1


[DestinationDirs]
ACSTOK.Install.CopySYS.NTx86 	= 12
ACSTOK.Install.CopySYS.NTamd64 	= 12
ACSSVR.Install.CopySYS.NTx86 	= 12
ACSSVR.Install.CopySYS.NTamd64 	= 12
CoInstaller_CopyFiles.NTx86	= 11
CoInstaller_CopyFiles.NTamd64	= 11

; ================= Class section =====================

[ClassInstall32]
Addreg=SmartCardReaderClassReg     

[ClassInstall]
Addreg=SmartCardReaderClassReg

[SmartCardReaderClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-25
HKLM,"\Software\Microsoft\Cryptography\Calais\Readers",,,

[Manufacturer]
%ACS%=ACS,NTamd64

; ================= ACS CryptoMate Reader ==============

[ACS]
; DisplayName       Section     DeviceId
; -----------       -------     --------
%ACSTOK.DeviceDesc% = ACSTOK.Install, USB\VID_072F&PID_9006
%ACSSVR.DeviceDesc% = ACSSVR.Install, *ACO0000

[ACS.NTamd64]
; DisplayName       Section     DeviceId
; -----------       -------     --------
%ACSTOK.DeviceDesc% = ACSTOK.Install, USB\VID_072F&PID_9006
%ACSSVR.DeviceDesc% = ACSSVR.Install, *ACO0000

[ControlFlags]
ExcludeFromSelect         = *ACO0000
ExcludeFromSelect.NTamd64 = *ACO0000

; ================= ACS Cryptomate Token ===============

[ACSTOK.Install.NTx86]
AddReg          = ACSTOK.Install.AddReg
CopyFiles	= ACSTOK.Install.CopySYS.NTx86

[ACSTOK.Install.NTamd64]
AddReg          = ACSTOK.Install.AddReg
CopyFiles	= ACSTOK.Install.CopySYS.NTamd64

[ACSTOK.Install.AddReg]
HKR,,AdapterType, 0, "0100"
HKR,,"VendorName",0,%Vendor%
HKR,,"IFDName",0,%Reader%
HKR,,"CardType",0,%CardType%
HKR,,"SFDT",0,%SFDT%
HKR,,"CardVoltage",0,%CardVoltage%
HKLM,"System\CurrentControlSet\Services\SCardSvr","Start", 0x00010001,2

[ACSTOK.Install.CopySYS.NTx86]
acscmtok.sys

[ACSTOK.Install.CopySYS.NTamd64]
acscmtok.sys,acscmtokx64.sys

[ACSTOK.Install.NTx86.Services]
AddService = ACSCMTOK, 2, ACSTOK.Service, ACSTOK.EventLog

[ACSTOK.Install.NTamd64.Services]
AddService = ACSCMTOK, 2, ACSTOK.Service, ACSTOK.EventLog

[ACSTOK.Service]
DisplayName     = %ACSTOK.DeviceDesc%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\acscmtok.sys

[ACSTOK.EventLog]
AddReg = ACSTOK.AddEventLog.reg

[ACSTOK.AddEventLog.reg]
HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\acscmtok.sys"
HKR,, TypesSupported,   0x00010001, 7

[ACSTOK.Install.NTx86.CoInstallers]
CopyFiles       = CoInstaller_CopyFiles.NTx86
AddReg          = CoInstaller_AddReg

[ACSTOK.Install.NTamd64.CoInstallers]
CopyFiles       = CoInstaller_CopyFiles.NTamd64
AddReg          = CoInstaller_AddReg

[CoInstaller_CopyFiles.NTx86]
acscm.dll

[CoInstaller_CopyFiles.NTamd64]
acscm.dll,acscmx64.dll

[CoInstaller_AddReg]
HKR,,CoInstallers32,0x10000,"acscm.dll,ACSCMServerCoInstaller"

; ================= ACS Cryptomate Server ===============

[ACSSVR.Install.NTx86]
AddReg          = ACSSVR.Install.AddReg
CopyFiles	= ACSSVR.Install.CopySYS.NTx86

[ACSSVR.Install.NTamd64]
AddReg          = ACSSVR.Install.AddReg
CopyFiles	= ACSSVR.Install.CopySYS.NTamd64

[ACSSVR.Install.AddReg]
HKR,, AdapterType, 0, "0100"
HKR,,"VendorName",0,%Vendor%
HKR,,"IFDName",0,%Reader%
HKR,,"CardType",0,%CardType%
HKR,,"SFDT",0,%SFDT%
HKR,,"CardVoltage",0,%CardVoltage%
HKLM,"System\CurrentControlSet\Services\SCardSvr","Start", 0x00010001,2

[ACSSVR.Install.CopySYS.NTx86]
acscmsvr.sys

[ACSSVR.Install.CopySYS.NTamd64]
acscmsvr.sys,acscmsvrx64.sys

[ACSSVR.Install.NTx86.Services]
AddService = ACSCMSVR, 2, ACSSVR.Service, ACSSVR.EventLog

[ACSSVR.Install.NTamd64.Services]
AddService = ACSCMSVR, 2, ACSSVR.Service, ACSSVR.EventLog

[ACSSVR.Service]
DisplayName     = %ACSSVR.DeviceDesc%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\acscmsvr.sys

[ACSSVR.EventLog]
AddReg = ACSSVR.AddEventLog.reg

[ACSSVR.AddEventLog.reg]
HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\acscmsvr.sys"
HKR,, TypesSupported,   0x00010001, 7

; ================= Strings =====================

[Strings]
ACS			= "Advanced Card Systems Ltd"
ACSTOK.DeviceDesc	= "ACS CryptoMate"
ACSSVR.DeviceDesc	= "ACS CryptoMate Virtual Reader"
ClassName 		= "Smart Card Readers"
Vendor			= "ACS"
Reader			= "CryptoMate"
CardType		= 0		;see below for detail
SFDT			= "TRUE"
CardVoltage		= 0		;see below for detail

; ================= Card Types ==================
;  0: MCU
;  1: IIC (Auto Detect Memory Size)
;  2: IIC (1K)
;  3: IIC (2K)
;  4: IIC (4K)
;  5: IIC (8K)
;  6: IIC (16K)
;  7: IIC (32K)
;  8: IIC (64K)
;  9: IIC (128K)
; 10: IIC (256K)
; 11: IIC (512K)
; 12: IIC (1024K)
; 13: AT88SC153
; 14: AT88SC1608
; 15: SLE4418
; 16: SLE4428
; 17: SLE4432
; 18: SLE4442
; 19: SLE4406
; 20: SLE4436
; 21: SLE5536
; 22: MCUT0
; 23: MCUT1
; 24: Auto Detection

; ================= Card Voltage =================
; 0: Auto Detection
; 1: 5-V Card
; 2: 3-V Card
; 3: 1.8-V Card
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: ftp, load: 7.19