📄 pdc4000.inf
字号:
;===========================================================
; File : PDC4000.inf
;
; Abstract: Windows 98/2000 INF for PDC4000 boards .
;
; (c) Copyright 2003 ChinaRose Technology, Studio.
;
;===========================================================
[Version]
Signature = "$CHICAGO$"
Provider = %ChinaRose%
Class = PCI Develop Cards
ClassGUID = {2919F41D-410F-4c14-A18E-5E4F8391529C}
DriverVer = 10/8/2003, 1.1.0.0
[ClassInstall32] ;A new class will be added to
Addreg=PciDevelopCardClassReg ;The system registry
[PciDevelopCardClassReg]
HKR,,,,%ClassName%
HKR,,Icon,,"-10"
;-----------------------------------------------------------
; Driver information
;-----------------------------------------------------------
[Manufacturer]
%ChinaRose% = ChinaRose.Mfg
[ChinaRose.Mfg]
%PDC4000% = PDC4000_DDInstall, PCI\VEN_10b5&DEV_4000
;-----------------------------------------------------------
; Source file information
;-----------------------------------------------------------
[SourceDisksNames.x86]
1 = %InstallDisk%,"",1
[DestinationDirs]
DefaultDestDir = 10, System32\Drivers
;PDC4000_Files_Driver = 10, System32\Drivers
;PDC4000_Files_Driver.NT = 10, System32\Drivers
[SourceDisksFiles]
PDC4000.sys = 1
;----------------------------------------------------------
; General Installation Section
;----------------------------------------------------------
[PDC4000_Files_Driver]
PDC4000.sys,,,2 ;Don't allow user to skip file.
;-----------------------------------------------------------
; Windows 2000 installation section
;-----------------------------------------------------------
[PDC4000_DDInstall.NT]
AddReg = PDC4000_AddRegistry
CopyFiles = PDC4000_Files_Driver
[PDC4000_DDInstall.NT.Services]
AddService = PDC4000, 0x00000002, PDC4000_Service, PDC4000_EventLog
[PDC4000_AddRegistry]
[PDC4000_Service]
DisplayName = %PDC4000.ServiceName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %10%\System32\Drivers\PDC4000.sys
;-----------------------------------------------------------
; Windows 98 installation section
;-----------------------------------------------------------
[PDC4000_DDInstall]
AddReg = AddRegistry_PDC4000
CopyFiles = PDC4000_Files_Driver
[AddRegistry_PDC4000]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PDC4000.sys
HKR,,ErrorLogLevel,0x00010003,2
;-----------------------------------------------------------
; Event log registry entries
;-----------------------------------------------------------
[PDC4000_EventLog]
AddReg = EventLog_AddReg_PDC4000
[EventLog_AddReg_PDC4000]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\Can1000.sys"
HKR,,TypesSupported,0x00010001,7
;-----------------------------------------------------------
; String information
;-----------------------------------------------------------
[Strings]
InstallDisk = "PDC4000 Windows Driver Installation Disk"
ChinaRose = "ChinaRose Technology Studio."
PDC4000 = "PDC4000 Card"
PDC4000.ServiceName = "PDC4000 Card"
ClassName = "PCI Develop Cards"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -