📄 smart_card.inf
字号:
; Installation file for Smart_Card driver
; Generated by Walter Oney's driver wizard
; Copyright (C) 2002 by DTT
; All rights reserved
[Version]
Signature=$CHICAGO$
Class=SmartCardReader
ClassGuid={50DD5230-BA8A-11D1-BF5D-0000F805F530}
Provider=%ONEYSOFT%
CatalogFile=Smart_Card.cat
DriverVer=01/01/2003 ; TODO replace with real info
[Manufacturer]
%MFGNAME%=DeviceList
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
[SourceDisksFiles]
Smart_Card.sys=1,objchk~1\i386,
wdmstub.sys=1
[SourceDisksNames]
1=%INSTDISK%,,,
[DeviceList]
%DESCRIPTION%=DriverInstall,USB\VID_2306&PID_0666
;------------------------------------------------------------------------------
; Windows 2000 Sections
;------------------------------------------------------------------------------
; TODO Add a LogConfig command to the following install section if this is a legacy device
[DriverInstall.ntx86]
CopyFiles=DriverCopyFiles
[DriverCopyFiles]
Smart_Card.sys,,,2
[DriverInstall.ntx86.Services]
AddService=SMART_CARD,2,DriverService
[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\Smart_Card.sys
[DriverInstall.ntx86.hw]
AddReg=DriverHwAddReg
[DriverHwAddReg]
;------------------------------------------------------------------------------
; Windows 98 Sections
;------------------------------------------------------------------------------
[DriverInstall]
AddReg=DriverAddReg
CopyFiles=DriverCopyFiles,StubCopyFiles
DriverVer=01/01/2003 ; TODO replace with real info
; TODO Add a LogConfig command and section if this is a legacy device
[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"wdmstub.sys,Smart_Card.sys"
[StubCopyFiles]
wdmstub.sys,,,2
[DriverInstall.HW]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
ONEYSOFT="Walter Oney Software"
MFGNAME="DTT"
INSTDISK="DTT Installation Disc"
DESCRIPTION="USB_SmartCardReader"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -