33 lines
1.1 KiB
INI
33 lines
1.1 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="openvpn.net"
|
|
PN="openvpn.client"
|
|
NAME="OpenVPN Desktop Client"
|
|
DESCRIPTION="OpenVPN Desktop Client (Server compatibility OpenVPN Access Server)"
|
|
VERSION="1.5.6"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="openvpn_icon_by_archeinre-d5r1nls.png"
|
|
DL_SOURCE[0]="http://www.rosendaal.net/blog/wp-content/uploads/2013/01/openvpn_icon_by_archeinre-d5r1nls.png"
|
|
|
|
DL_FILE[1]="openvpn-client-${VERSION}.msi"
|
|
#DL_SOURCE[1]="http://swupdate.openvpn.net/downloads/openvpn-client.msi;http://www.nixtech.net/sites/default/files/openvpn-client-${VERSION}.msi"
|
|
DL_SOURCE[1]="http://www.nixtech.net/sites/default/files/openvpn-client-${VERSION}.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=InstallMsi
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId"
|
|
OPSI_INI_VALUE[0]="{072A5217-8165-4AB7-8366-36CB3245DB60}"
|
|
|