40 lines
1.2 KiB
INI
40 lines
1.2 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="0"
|
||
|
RELEASE="3"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
# TYPE - defines, if the install files are public or restricted.
|
||
|
# Valid value: restricted | public
|
||
|
TYPE="public"
|
||
|
|
||
|
|
||
|
DL_FILE[0]="Vpn_logo.png"
|
||
|
DL_SOURCE[0]="https://wiki.amahi.org/images/b/b3/Vpn_logo.png"
|
||
|
|
||
|
DL_FILE[1]="unz600xn.exe"
|
||
|
DL_SOURCE[1]="http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/win32/unz600xn.exe"
|
||
|
DL_ARCH[1]="ALL"
|
||
|
DL_EXTRACT_FORMAT[1]="unzip"
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_DL_INDEX=0
|
||
|
|
||
|
WINST_NAME[0]="UnZipExe"
|
||
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\unzip.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}"
|
||
|
|