-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathinfinity_hook_pro_max.inf
More file actions
80 lines (60 loc) · 2.21 KB
/
infinity_hook_pro_max.inf
File metadata and controls
80 lines (60 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
;
; infinity_hook_pro_max.inf
;
[Version]
Signature="$WINDOWS NT$"
Class=System ; TODO: specify appropriate Class
ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} ; TODO: specify appropriate ClassGuid
Provider=%ManufacturerName%
CatalogFile=infinity_hook_pro_max.cat
DriverVer = 10/13/2025,16.42.59.655
PnpLockdown=1
[DestinationDirs]
DefaultDestDir = 12
infinity_hook_pro_max_Device_CoInstaller_CopyFiles = 11
[SourceDisksNames]
1 = %DiskName%,,,""
[SourceDisksFiles]
infinity_hook_pro_max.sys = 1,,
;
;*****************************************
; Install Section
;*****************************************
[Manufacturer]
%ManufacturerName%=Standard,NTamd64
[Standard.NTamd64]
%infinity_hook_pro_max.DeviceDesc%=infinity_hook_pro_max_Device, Root\infinity_hook_pro_max ; TODO: edit hw-id
[infinity_hook_pro_max_Device.NT]
CopyFiles=Drivers_Dir
[Drivers_Dir]
infinity_hook_pro_max.sys
;-------------- Service installation
[infinity_hook_pro_max_Device.NT.Services]
AddService = infinity_hook_pro_max,%SPSVCINST_ASSOCSERVICE%, infinity_hook_pro_max_Service_Inst
; -------------- infinity_hook_pro_max driver install sections
[infinity_hook_pro_max_Service_Inst]
DisplayName = %infinity_hook_pro_max.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\infinity_hook_pro_max.sys
;
;--- infinity_hook_pro_max_Device Coinstaller installation ------
;
[infinity_hook_pro_max_Device.NT.CoInstallers]
AddReg=infinity_hook_pro_max_Device_CoInstaller_AddReg
CopyFiles=infinity_hook_pro_max_Device_CoInstaller_CopyFiles
[infinity_hook_pro_max_Device_CoInstaller_AddReg]
;
[infinity_hook_pro_max_Device_CoInstaller_CopyFiles]
;
[infinity_hook_pro_max_Device.NT.Wdf]
KmdfService = infinity_hook_pro_max, infinity_hook_pro_max_wdfsect
[infinity_hook_pro_max_wdfsect]
KmdfLibraryVersion = 1.15
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
ManufacturerName="<Your manufacturer name>" ;TODO: Replace with your manufacturer name
DiskName = "infinity_hook_pro_max Installation Disk"
infinity_hook_pro_max.DeviceDesc = "infinity_hook_pro_max Device"
infinity_hook_pro_max.SVCDESC = "infinity_hook_pro_max Service"