📄 ossti_portio.inf
字号:
[Version]
Signature=$Windows NT$
Class=OSSTI
ClassGuid={6BFE62F7-A2CC-4D85-A513-8B760A433C30}
Provider=%MFGNAME%
DriverVer=03-01-2003,1.03.2003.1
[Manufacturer]
%MFGNAME%=DeviceList
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
[SourceDisksFiles]
OSSTI_PORTIO.sys=1
[SourceDisksNames]
1=%INSTDISK%,,,
[DeviceList]
%DESCRIPTION%=DriverInstall,OSSTI Hardware ID
; ================= Class section =====================
[ClassInstall32]
Addreg=SampleClassReg
[SampleClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-23
;------------------------------------------------------------------------------
; Windows 2000 Sections
;------------------------------------------------------------------------------
; TODO Add a LogConfig command to the following install section if this is a legacy device
[DriverInstall.NT]
CopyFiles=DriverCopyFiles
[DriverCopyFiles]
OSSTI_PORTIO.sys,,,2
[DriverInstall.NT.Services]
AddService=OSSTI_PORTIO,2,DriverService
[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\OSSTI_PORTIO.sys
[DriverInstall.nt.hw]
AddReg=DriverHwAddReg
[DriverHwAddReg]
HKR,,FriendlyName,,%FRIENDLYNAME%
;------------------------------------------------------------------------------
; Windows 98 Sections
;------------------------------------------------------------------------------
[DriverInstall]
AddReg=DriverAddReg
CopyFiles=DriverCopyFiles
; TODO Add a LogConfig command and section if this is a legacy device
[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,OSSTI_PORTIO.sys
[DriverInstall.HW],
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME="OSSTI"
INSTDISK="OSSTI Port Driver Installation Disc"
DESCRIPTION="OSSTI Port Access Device"
FRIENDLYNAME="OSSTI Port Driver"
ClassName="OSSTI Driver"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -