stums.inf

来自「yeppyMP3的应用程序 大家可以应用这个软件来完成对MP3的的固件的安装」· INF 代码 · 共 73 行

INF
73
字号
[Version]
Signature="$CHICAGO$"
Class=HDC
provider=%MSFT%

[Manufacturer]
%MfgName%=Microsoft


[PreCopySection]
HKR,,NoSetupUI,,1

[DestinationDirs]
; \<WINDIR>\SYSTEM32\DRIVERS
stums.files = 10,System32\Drivers

; \<WINDIR>\SYSTEM\IOSUBSYS
stumspdr.files = 12

[Generic.install]
CopyFiles=stums.files, stumspdr.files
AddReg=stums.addreg

[Generic.install.HW]
AddReg=bulkonly.addreg.HW

[stums.addreg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,STUMS.SYS


; If the device does not correctly indicate which protocol it uses,
; one of the following sections should be added to indicate which protocol
; the driver should use.

; Indicate that the device uses the C/B/I protocol
[cbi.addreg.HW]
HKR,,DeviceProtocol,0x10001,00

; Indicate that the device uses the C/B protocol
[cb.addreg.HW]
HKR,,DeviceProtocol,0x10001,01

; Indicate that the device uses the BULK ONLY protocol
[bulkonly.addreg.HW]
HKR,,DeviceProtocol,0x10001,0x50
HKR,,DeviceType,0x10001,0x00

; Install the port driver
[stumspdr.install]
AddReg=stumspdr.addreg

[stumspdr.addreg]
HKR,,DevLoader,,*ios
HKR,,PortDriver,,stumspdr.pdr



[stums.files]
stums.sys

[stumspdr.files]
stumspdr.pdr

[SourceDisksNames]
1000 = %DiskName%,"",,

[SourceDisksFiles]
STUMS.SYS = 1000
STUMSPDR.PDR = 1000

; USBMSC IDs are added below at installation.  The section name [Micorsoft] must be the last line in this file.
[Microsoft]

⌨️ 快捷键说明

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