summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDHarper89936 <[email protected]>2019-08-07 09:31:00 -0700
committerGitHub <[email protected]>2019-08-07 09:31:00 -0700
commit0a8bbfe68376ecc5c443d38385630c7642fbc532 (patch)
treeebd9e73b3b98e4a15a9a696495e5f2f62229ac56
parent93ebc330ec53d766b460e981cf83cbdc3c6f60aa (diff)
BUG: Update Tags to match
update the tags to properly match
-rw-r--r--network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX
index 5fe96e36..b101c772 100644
--- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX
+++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX
@@ -33,7 +33,7 @@
WFPSamplerCalloutDriver.sys = 1,,
[ClassInstall32.nt$ARCH$]
- AddReg = WFPCalloutClassReg
+ AddReg = WFPCalloutsClassReg
[DestinationDirs]
DefaultDestDir = 12 ;/// %WinDir%\System32\Drivers
@@ -53,8 +53,8 @@
[DefaultUninstall.nt$ARCH$.Services]
DelService = %WFPSamplerCalloutDriverServiceName%,0x200 ;/// SPSVCINST_STOPSERVICE
-[WFPCalloutClassReg]
- HKR,,,0,%WFPCalloutClassName%
+[WFPCalloutsClassReg]
+ HKR,,,0,%WFPCalloutsClassName%
HKR,,Icon,,-5
HKR,,SilentInstall,,1
HKR,,DeviceCharacteristics,0x10001,0x100 ;/// FLG_ADDREG_BINVALUETYPE | FLG_ADDREG_TYPE_MULTI_SZ, FILE_DEVICE_SECURE_OPEN
@@ -85,7 +85,7 @@
[Strings]
ProviderString = "TODO-Set-Provider"
- WFPCalloutClassName = "WFP Callout"
+ WFPCalloutsClassName = "WFP Callout Drivers"
WFPSamplerCalloutDriverDeviceDescription = "WFP Sampler Callout Device"
WFPSamplerCalloutDriverDescription = "WFP Sampler Callout Driver"
WFPSamplerCalloutDriverServiceName = "WFPSamplerCallouts"