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>2014-01-04 17:00:08 +0400
committerdnobori <da.git@softether.co.jp>2014-01-04 17:00:08 +0400
commit749497dde0a1dd08c434a73b9d4e93dc3e3326d9 (patch)
tree7c83a55919c0f1aa1267c4dbcd008f1644f961ee /src/bin/hamcore/vpninstall_en.inf
parentd433e567a561f8ae094a535025b02c7dc47026c6 (diff)
v4.03-9408-rtm
Diffstat (limited to 'src/bin/hamcore/vpninstall_en.inf')
-rw-r--r--src/bin/hamcore/vpninstall_en.inf30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/bin/hamcore/vpninstall_en.inf b/src/bin/hamcore/vpninstall_en.inf
new file mode 100644
index 00000000..bf41ca57
--- /dev/null
+++ b/src/bin/hamcore/vpninstall_en.inf
@@ -0,0 +1,30 @@
+# SoftEther VPN Client Web Installer Configuration File
+# (The sample file for VPN Client Web Installer)
+#
+# Copyright (c) SoftEther Project at University of Tsukuba, Japan.
+# All Rights Reserved.
+#
+# Modify the contents of this file to deploy a Web Installer.
+#
+# Note: Encoding format must be UTF-8.
+#
+# Lines start with "#" are comments.
+
+
+# vpninstall.exe Build Number
+# (Retrieve the build number which is four-digit number.
+# You can see it in vpninstall.exe property screen by Windows Explorer.)
+VpnInstallBuild $VER_BUILD$
+VpnClientBuild $VER_BUILD$
+
+
+# VPN Client Package File for Windows URL
+# You must specify the URL (HTTP, HTTPS or FTP). Local filename is not allowed.
+VpnClientPath http://example.com/any_folder/$PACKAGE_FILENAME$
+
+
+# Specify "true" to use the Normal Mode, otherwise "Easy Mode" as the initial mode
+# of VPN Client Manager.
+NormalMode $NORMAL_MODE$
+
+