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

vpninstall_cn.inf « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 126d5f34447ee721cf484f26da38fda7ad17456e (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
# SoftEther VPN Client 自动安装设定文件
# (为了 VPN Client Web 安装程序的样品设定文件)
# 
# Copyright (c) SoftEther Project at University of Tsukuba, Japan.
# All Rights Reserved.
# 
# 制作简易 Web 安装程序的时候,请编辑这个文件的内容。
# 
# ※ 如果在这个文件内包含中文等的 2 字节字符,
#    字符编码请使用 UTF-8。
# 
# 文字 "#" 在 (sharp) 开始的行是评语。


# vpninstall.exe 版本号
# (请在 vpninstall.exe 文件的 [属性] 画面确认。
#  请在这里输入文件版本的末尾的 4 位整数。)
VpnInstallBuild				$VER_BUILD$
VpnClientBuild				$VER_BUILD$


# 有关Windows 事情的 VPN Client 包装文件的信息
# ※ 请指定 Web 服务器上的 URL。盘上的传球名不能指定。
VpnClientPath				http://example.com/any_folder/$PACKAGE_FILENAME$

# 是不是要 VPN Client 的安装完成紧接之后的动作方式 "简单模式" 和 "标准模式" 的哪边。
# 写 true 的话 "标准模式",那个以外的情况成为 "简单模式"。
NormalMode					$NORMAL_MODE$