📄 ac6112.inf
字号:
;; Ac6112.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your device to
;; install. In particular, hardware IDs and logical configurations require
;; intervention.
;;
;; The Windows DDK documentation contains an excellent INF reference.
;--------- Version Section ---------------------------------------------------
[Version]
Signature="$Windows 95$"
Provider=%ProviderName%
DriverVer = 03/28/2003, 1.10.0.2
; If device fits one of the standard classes, use the name and GUID here,
; otherwise create your own device class and GUID as this example shows.
Class=Unknown
ClassGUID={ff646f80-8def-11d2-9449-00105a075f6b}
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
; These sections identify source disks and files for installation. They are
; shown here as an example, but commented out.
;[SourceDisksNames]
;1 = "Install Disk",Disk1,,
;[SourceDisksFiles]
;Ac6112.sys = 1,,
;Ac6112.dll = 1,,
;--------- ClassInstall/ClassInstall32 Section -------------------------------
; Not necessary if using a standard class
; 9X Style
[ClassInstall]
Addreg=Class_AddReg
; NT Style
[ClassInstall32]
Addreg=Class_AddReg
[Class_AddReg]
HKR,,,,%DeviceClassName%
HKR,,Icon,,"-18"
;--------- DestinationDirs Section -------------------------------------------
[DestinationDirs]
;Ac6112_Files_Driver = 10,System32\Drivers
Ac6112_Files_Driver_2k = 10,System32\Drivers
Ac6112_Files_Dll_2k = 10,System32
Ac6112_Files_Driver_98 = 10,System
Ac6112_Files_Dll_98 = 10,
;--------- Manufacturer and Models Sections ----------------------------------
[Manufacturer]
%MfgName%=Mfg0
[Mfg0]
; PCI hardware IDs use the form
; PCI\VEN_aaaa&DEV_bbbb&SUBSYS_cccccccc&REV_dd
;
%DeviceDesc%=Ac6112_DDI, PCI\VEN_10b5&DEV_9050&SUBSYS_61120001&REV_02
;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------
; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98
[Ac6112_DDI]
;CopyFiles=Ac6112_Files_Driver
CopyFiles=Ac6112_Files_Driver_98, Ac6112_Files_Dll_98
AddReg=Ac6112_9X_AddReg
[Ac6112_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,Ac6112.sys
HKR, "Parameters", "BreakOnEntry", 0x00010001, 0
; --------- Windows NT -----------------
[Ac6112_DDI.NT]
;CopyFiles=Ac6112_Files_Driver
CopyFiles=Ac6112_Files_Driver_2k,Ac6112_Files_Dll_2k
AddReg=Ac6112_NT_AddReg
[Ac6112_DDI.NT.Services]
Addservice = Ac6112, 0x00000002, Ac6112_AddService
[Ac6112_AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\Ac6112.sys
[Ac6112_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\Ac6112\Parameters",\
"BreakOnEntry", 0x00010001, 0
; --------- Files (common) -------------
[Ac6112_Files_Driver_2k]
Ac6112.sys
[Ac6112_Files_Dll_2k]
ac6112.dll
[Ac6112_Files_Driver_98]
Ac6112.sys
[Ac6112_Files_Dll_98]
ac6112.dll
;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName="DSignal Inc."
MfgName="WWlab"
DeviceDesc="WWlab PCI AC6112 A/D Board"
DeviceClassName="WWlab AD card"
SvcDesc="Description of 6112 NT service here"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -