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

SeLow_x86.inf « selow_x86 « inf « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0dfa3f9ce55049de2903c546498521a4c7fd1802 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
; SeLow - SoftEther Lightweight Ethernet Low Driver
; 
; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved.
; http://www.softether.org/

[Version]
Signature					= "$Windows NT$"
Class						= NetTrans
ClassGUID					= {4D36E975-E325-11CE-BFC1-08002BE10318}
Provider					= %CompanyName%
DriverVer					= 01/07/2014, 4.3.0.9410

CatalogFile.NT				= inf_selow.cat

[Manufacturer]
%CompanyName% 				= SoftEther, NTx86

[SoftEther.NTx86]
%SeLow_DisplayName%			= SeLow_Install, SeLow

[SeLow_Install]
Characteristics				= 0x4080
AddReg						= SeLow_Install_Ndi
CopyFiles					= SeLow_CopyFiles

[SeLow_Install_Ndi]
HKR, Ndi, Service, , "SeLow"
HKR, Ndi, HelpText, , %SeLow_Description%
HKR, Ndi\Interfaces, UpperRange, , noupper
HKR, Ndi\Interfaces, LowerRange, , "ndis5,ndis4"

[SeLow_Install.Services]
AddService					= SeLow, , SeLow_Service_Install

[SeLow_Service_Install]
DisplayName					= %SeLow_DisplayName%
Description					= %SeLow_Description%
ServiceType					= 1
StartType					= 1
ErrorControl				= 1
ServiceBinary				= %12%\SeLow_x86.sys
LoadOrderGroup				= PNP_TDI

[SeLow_Install.Remove.Services]
DelService					= SeLow, 0x200

[SourceDisksNames]
1							= %DiskDescription%, "", , 

[SourceDisksFiles]
SeLow_x86.sys				= 1

[DestinationDirs]
SeLow_CopyFiles				= 12

[SeLow_CopyFiles]
SeLow_x86.sys, , , 2

[Strings]
CompanyName					= "SoftEther VPN Project"
DiskDescription				= "SoftEther Lightweight Network Protocol Install Disk"
SeLow_DisplayName			= "SoftEther Lightweight Network Protocol"
SeLow_Description			= "A lightweight helper kernel-mode module for PacketiX VPN / SoftEther VPN."





; Auto Generated 20140107_040959.456