⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pci9810b.inf

📁 周立功pci9810驱动
💻 INF
字号:
;; PCI9810B.inf


;--------- Version Section ---------------------------------------------------

[Version]
Signature="$Windows 95$"
Provider=%ProviderName%
DriverVer=12/11/2003, 2.10.0.0

Class=ZlGCAN
ClassGUID={0BD2B8A1-FFB7-413d-BEDF-47FBDDAEACB1}		;NEW

;--------- Strings Section ---------------------------------------------------

[Strings]
ProviderName="ZLG Mcu Development Co,LTD"
MfgName="ZLG Mcu Development Co,LTD"
DeviceDesc="PCI-9810 PCICAN Communication Card"
DeviceClassName="ZLGCAN"
SvcDesc="PCI9810B Driver"


;--------- SourceDiskNames and SourceDiskFiles Section -----------------------

[SourceDisksNames]
1 = "PCI-9810 Installation Disk",,,

[SourceDisksFiles]
PCI9810B.sys = 1,,
PCI9810B.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,,"-5"

;--------- DestinationDirs Section -------------------------------------------

[DestinationDirs]
PCI9810B_Files_Driver 	= 10,System32\Drivers
PCI9810B_Files_Dll    	= 11,			;system32 dir @2K,system dir @98


;--------- Manufacturer and Models Sections ----------------------------------

[Manufacturer]
%MfgName%=Mfg0

[Mfg0]
%DeviceDesc%=PCI9810B_DDI, PCI\VEN_9710&DEV_9805&SUBSYS_00101000&REV_01

;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------

[PCI9810B_DDI]
CopyFiles=PCI9810B_Files_Driver, PCI9810B_Files_Dll
AddReg=PCI9810B_9X_AddReg

[PCI9810B_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PCI9810B.sys
HKR, "Parameters", "BreakOnEntry", 0x00010001, 0
HKR, "Parameters", "value1", 0x00010001, 0x0000
HKR, "Parameters", "value2", 0x00010001, 0x0000
HKR, "Parameters", "value3", 0x00010001, 0x0000

; --------- Windows NT -----------------

[PCI9810B_DDI.NT]
CopyFiles=PCI9810B_Files_Driver,PCI9810B_Files_Dll
AddReg=PCI9810B_NT_AddReg

[PCI9810B_DDI.NT.Services]
Addservice = PCI9810B, 0x00000002, PCI9810B_AddService

[PCI9810B_AddService]
DisplayName    = %SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\PCI9810B.sys

[PCI9810B_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\PCI9810B\Parameters",\
	"BreakOnEntry", 0x00010001, 0
HKLM, "System\CurrentControlSet\Services\PCI9810B\Parameters",\
	"value1", 0x00010001, 0x0000
HKLM, "System\CurrentControlSet\Services\PCI9810B\Parameters",\
	"value2", 0x00010001, 0x0000
HKLM, "System\CurrentControlSet\Services\PCI9810B\Parameters",\
	"value3", 0x00010001, 0x0000


; --------- Files (common) -------------

[PCI9810B_Files_Driver]
PCI9810B.sys

[PCI9810B_Files_Dll]
PCI9810B.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -