1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-20 02:30:40 +03:00
SoftEtherVPN/src/bin/hamcore/vpninstall_ko.inf
Jioh L. Jung 0248bcaf56 Add Korean resources
- Translated by google machine translation
- Fix bug and revised by hands.
2015-05-29 07:37:28 +09:00

30 lines
899 B
INI

# 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$