Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pxwfp_x86.inf « x86 « Wfp « DriverPackages « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4de85c3e374d8af8b19e44c4b6e956a56ed4a6d (plain)
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
; pxwfp - Windows Filtering Platform Callout Driver for Capturing IPsec Packets
; 
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
; 
; BUILD 9594

[Version]
Signature					= "$Windows NT$"
Class                       = WFPCALLOUTS
ClassGuid                   = {57465043-616C-6C6F-7574-5F636C617373}
Provider					= "SoftEther Corporation"
DriverVer					= 10/17/2015, 4.19.0.9594
CatalogFile.NT				= pxwfp_x86.cat

[SourceDisksNames]
1							= "SoftEther VPN IPsec WFP Callout Driver Install Disk"

[SourceDisksFiles]
pxwfp_x86.sys				= 1

[DestinationDirs]
DefaultDestDir				= 12
pxwfp.DriverFiles			= 12

[DefaultInstall]
OptionDesc					= "SoftEther VPN IPsec WFP Callout Driver"
CopyFiles					= pxwfp.DriverFiles

[DefaultInstall.Services]
AddService					= pxwfp,,pxwfp.Service

[DefaultUninstall]
DelFiles					= pxwfp.DriverFiles

[DefaultUninstall.Services]
DelService					= pxwfp,0x200

[pxwfp.DriverFiles]
pxwfp_x86.sys,,,0x00000040

[pxwfp.Service]
DisplayName					= "SoftEther VPN IPsec WFP Callout Driver"
Description					= "SoftEther VPN IPsec WFP Callout Driver"
ServiceType					= 1
StartType					= 3
ErrorControl				= 1
ServiceBinary				= %12%\pxwfp_x86.sys


; Auto Generated 20151018_201701.451