zoiper.zoiper/builder-product.cfg

36 lines
1.0 KiB
INI

############################
# Setup product information
############################
VENDOR="zoiper.com"
PN="zoiper.zoiper"
NAME="Zoiper5"
DESCRIPTION="Zoiper, the free softphone to make VoIP calls through your PBX or favorite SIP provider."
VERSION="5.2.28"
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="com.zoiperpremium.android.app.png"
DL_SOURCE[0]="https://img2.apk.tools/300/e/1/7/com.zoiperpremium.android.app.png"
# replace points, split into array
a=( ${VERSION//./ } )
DL_FILE[1]="Zoiper5_Installer_v${VERSION}.exe"
#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"
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"