zoiper.zoiper/builder-product.cfg

36 lines
1.0 KiB
INI
Raw Permalink Normal View History

2014-11-14 15:21:57 +01:00
############################
# Setup product information
############################
VENDOR="zoiper.com"
PN="zoiper.zoiper"
2019-09-27 12:34:42 +02:00
NAME="Zoiper5"
2014-11-14 15:21:57 +01:00
DESCRIPTION="Zoiper, the free softphone to make VoIP calls through your PBX or favorite SIP provider."
2019-09-27 12:34:42 +02:00
VERSION="5.2.28"
2014-11-14 15:21:57 +01:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2019-09-27 13:31:14 +02:00
DL_FILE[0]="com.zoiperpremium.android.app.png"
DL_SOURCE[0]="https://img2.apk.tools/300/e/1/7/com.zoiperpremium.android.app.png"
2014-11-14 15:21:57 +01:00
# replace points, split into array
a=( ${VERSION//./ } )
2019-09-27 13:31:14 +02:00
DL_FILE[1]="Zoiper5_Installer_v${VERSION}.exe"
2017-03-17 16:31:34 +01:00
#DL_SOURCE[1]="http://www.zoiper.com/en/voip-softphone/download/zoiper${a[0]}/for/windows"
DL_SOURCE[1]="https://www.zoiper.com/en/voip-softphone/download/zoiper${a[0]}/for/windows"
2014-11-14 15:21:57 +01:00
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallExe
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg"
OPSI_INI_VALUE[0]="Uninstall.exe"