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:
authordnobori <da.git@softether.co.jp>2015-05-31 13:02:35 +0300
committerdnobori <da.git@softether.co.jp>2015-05-31 13:02:35 +0300
commitff497063732fdc08300c8bc166f4d4f62317e98a (patch)
treecfadea91c0b83255d9f137e75903031bcb572744 /src/bin/hamcore/DriverPackages/SeLow_Win8
parent7785c41f3881f4527705c808c0e2a8d8a6e6d822 (diff)
v4.17-9562-beta
Diffstat (limited to 'src/bin/hamcore/DriverPackages/SeLow_Win8')
-rw-r--r--src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.inf68
-rw-r--r--src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.sysbin0 -> 48896 bytes
-rw-r--r--src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf.catbin0 -> 17006 bytes
-rw-r--r--src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf2.catbin0 -> 17247 bytes
-rw-r--r--src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.inf68
-rw-r--r--src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.sysbin0 -> 41856 bytes
-rw-r--r--src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf.catbin0 -> 17006 bytes
-rw-r--r--src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf2.catbin0 -> 17173 bytes
8 files changed, 136 insertions, 0 deletions
diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.inf b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.inf
new file mode 100644
index 00000000..20debd42
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.inf
@@ -0,0 +1,68 @@
+; SeLow - SoftEther Lightweight Ethernet Low Driver
+;
+; Copyright (c) SoftEther Corporation. All Rights Reserved.
+; http://www.softether.co.jp/
+;
+; BUILD 9558
+
+[Version]
+Signature = "$Windows NT$"
+Class = NetTrans
+ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
+Provider = %CompanyName%
+DriverVer = 05/29/2015, 4.16.0.9558
+CatalogFile.NT = SeLow_Win8_x64.cat
+
+[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 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 20150530_023449.408
+
diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.sys b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.sys
new file mode 100644
index 00000000..a2ef14ad
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.sys
Binary files differ
diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf.cat b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf.cat
new file mode 100644
index 00000000..d433158e
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf.cat
Binary files differ
diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf2.cat b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf2.cat
new file mode 100644
index 00000000..f32596a0
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf2.cat
Binary files differ
diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.inf b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.inf
new file mode 100644
index 00000000..c168a6af
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.inf
@@ -0,0 +1,68 @@
+; SeLow - SoftEther Lightweight Ethernet Low Driver
+;
+; Copyright (c) SoftEther Corporation. All Rights Reserved.
+; http://www.softether.co.jp/
+;
+; BUILD 9558
+
+[Version]
+Signature = "$Windows NT$"
+Class = NetTrans
+ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
+Provider = %CompanyName%
+DriverVer = 05/29/2015, 4.16.0.9558
+CatalogFile.NT = SeLow_Win8_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 20150530_023447.462
+
diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.sys b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.sys
new file mode 100644
index 00000000..3e82b334
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.sys
Binary files differ
diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf.cat b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf.cat
new file mode 100644
index 00000000..73def256
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf.cat
Binary files differ
diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf2.cat b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf2.cat
new file mode 100644
index 00000000..96a6560f
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf2.cat
Binary files differ