openvpn.config7/builder-product.cfg

48 lines
1.4 KiB
INI

############################
# Setup product information
############################
VENDOR="disconnected-by-peer.at"
PN="openvpn.config7"
NAME="OpenVPN Config Downloader"
DESCRIPTION="This Package downloads a zip file from a specified location and extracts it into the openvpn config dir for use with the openvpn client or openvpn manager"
VERSION="2.3.10"
RELEASE="0"
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://img12.deviantart.net/63a9/i/2013/010/6/5/openvpn_icon_by_archeinre-d5r1nls.png"
DL_FILE[1]="7z922_extra.7z"
DL_SOURCE[1]="http://sourceforge.net/projects/sevenzip/files/7-Zip/9.22/7z922_extra.7z"
DL_ARCH[1]="ALL"
DL_EXTRACT_FORMAT[1]="7zip"
DL_FILE[2]="wget-1.15.7z"
DL_SOURCE[2]="http://sourceforge.net/projects/tumagcc/files/wget-1.15.7z"
DL_ARCH[2]="ALL"
DL_EXTRACT_FORMAT[2]="7zip"
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
WINST_NAME[0]="7ZipExe"
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\7za.exe"
WINST_NAME[1]="WgetExe"
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[2]@\\wget.exe"
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg32"
OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"