You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
999 B
50 lines
999 B
[Version]
|
|
Signature="$Windows NT$"
|
|
Provider=%MS%
|
|
Class=MultiFunction
|
|
ClassGUID={4d36e971-e325-11ce-bfc1-08002be10318}
|
|
LayoutFile=layout.inf
|
|
;
|
|
; Table of Contents
|
|
;
|
|
[ClassInstall32]
|
|
AddReg=ClassAddReg
|
|
|
|
[ClassAddReg]
|
|
HKR,,,,%MFClassName%
|
|
HKR,,NoInstallClass,,1
|
|
|
|
[Manufacturer]
|
|
%MF%=MF
|
|
|
|
[MF]
|
|
%MFCARD%=MFINSTALL.mf, *PNP0D00
|
|
|
|
[MFINSTALL.mf]
|
|
;AddReg=StandardMF.Reg
|
|
CopyFiles=mf.CopyFiles
|
|
|
|
[MFINSTALL.mf.Services]
|
|
AddService = mf, 2, mf_Service_Inst, mf_EventLog_Inst
|
|
|
|
[mf_Service_Inst]
|
|
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
|
StartType = 3 ; SERVICE_DEMAND_START
|
|
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
|
|
ServiceBinary = %12%\mf.sys
|
|
|
|
[mf_EventLog_Inst]
|
|
AddReg = mf_EventLog_AddReg
|
|
|
|
[mf_EventLog_AddReg]
|
|
;REG_EXPAND_SZ = 0x00020000
|
|
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
|
|
;REG_DWORD=0x00010001
|
|
HKR,,TypesSupported,0x00010001,7
|
|
|
|
[mf.CopyFiles]
|
|
mf.sys
|
|
|
|
[DestinationDirs]
|
|
mf.CopyFiles = 12 ; MF.SYS
|
|
|