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]="zoiper_icon.png"
DL_SOURCE[0]="https://cdn6.aptoide.com/imgs/1/b/b/1bb11e998ce0f23bec33e219a871ce70_icon.png?w=256"
# replace points, split into array
a=( ${VERSION//./ } )
DL_FILE[1]="Zoiper_${VERSION}_Setup.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"