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_ja.inf
parentd433e567a561f8ae094a535025b02c7dc47026c6 (diff)
v4.03-9408-rtm
Diffstat (limited to 'src/bin/hamcore/vpninstall_ja.inf')
-rw-r--r--src/bin/hamcore/vpninstall_ja.inf35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/bin/hamcore/vpninstall_ja.inf b/src/bin/hamcore/vpninstall_ja.inf
new file mode 100644
index 00000000..a6730a04
--- /dev/null
+++ b/src/bin/hamcore/vpninstall_ja.inf
@@ -0,0 +1,35 @@
+# SoftEther VPN Client Web インストーラ設定ファイル
+# (VPN クライアント Web インストーラ用のサンプル設定ファイル)
+#
+# Copyright (c) SoftEther Project at University of Tsukuba, Japan.
+# All Rights Reserved.
+#
+# Web インストーラを作成する際は、このファイルの内容を編集してください。
+#
+# ※ このファイル内に日本語などの 2 バイト文字列を含める場合は、
+# エンコード方式は UTF-8 を使用して保存してください。
+#
+# 文字 "#" (シャープ) ではじまる行はコメントです。
+
+
+# vpninstall.exe 自体のビルド番号
+# (設置する vpninstall.exe の [プロパティ] を Windows エクスプローラなど
+# で確認し、[バージョン情報] 内の [ファイルバージョン] の末尾の 4 桁の
+# 整数をここに記入します)
+VpnInstallBuild $VER_BUILD$
+VpnClientBuild $VER_BUILD$
+
+
+# Windows 用の VPN Client パッケージファイルに関する情報
+# ※ Web インストーラの場合は、ここで指定するパスは HTTP、HTTPS または FTP
+# の URL である必要があります。ハードディスク上などのローカルファイル
+# を指定することは、セキュリティ上の理由により禁止されています。
+VpnClientPath http://example.com/any_folder/$PACKAGE_FILENAME$
+
+
+# VPN Client のインストール完了後の動作モードを「簡易モード」と「通常モード」の
+# どちらにするかを選択します。true と書くと「通常モード」、それ以外の場合は
+# 「簡易モード」になります。
+NormalMode $NORMAL_MODE$
+
+