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

SeLow_x86.inf « x86 « SeLow_Win10 « DriverPackages « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27768aa81ed0f6e8abd0377bda0bc7abfab0686a (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
; SeLow - SoftEther Lightweight Ethernet Low Driver
; 
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
; 
; BUILD 9594

[Version]
Signature					= "$Windows NT$"
Class						= NetTrans
ClassGUID					= {4D36E975-E325-11CE-BFC1-08002BE10318}
Provider					= %CompanyName%
DriverVer					= 10/17/2015, 4.19.0.9594
CatalogFile.NT				= SeLow_Win10_x86.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 Corporation"
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 20151018_201659.461