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

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/hamcore/SeLow_x64.inf')
-rw-r--r--src/bin/hamcore/SeLow_x64.inf65
1 files changed, 0 insertions, 65 deletions
diff --git a/src/bin/hamcore/SeLow_x64.inf b/src/bin/hamcore/SeLow_x64.inf
deleted file mode 100644
index d626d9c4..00000000
--- a/src/bin/hamcore/SeLow_x64.inf
+++ /dev/null
@@ -1,65 +0,0 @@
-; 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 = $MONTH$/$DAY$/$YEAR$, $VER_MAJOR$.$VER_MINOR$.0.$VER_BUILD$
-
-[Manufacturer]
-%CompanyName% = SoftEther, NTamd64
-
-[SoftEther.NTamd64]
-%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_x64.sys
-LoadOrderGroup = PNP_TDI
-
-[SeLow_Install.Remove.Services]
-DelService = SeLow, 0x200
-
-[SourceDisksNames]
-1 = %DiskDescription%, "", ,
-
-[SourceDisksFiles]
-SeLow_x64.sys = 1
-
-[DestinationDirs]
-SeLow_CopyFiles = 12
-
-[SeLow_CopyFiles]
-SeLow_x64.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."
-
-
-
-