Initial Commit
This commit is contained in:
34
builder-product.cfg
Normal file
34
builder-product.cfg
Normal file
@@ -0,0 +1,34 @@
|
||||
############################
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="zoiper.com"
|
||||
PN="zoiper.zoiper"
|
||||
NAME="Zoiper"
|
||||
DESCRIPTION="Zoiper, the free softphone to make VoIP calls through your PBX or favorite SIP provider."
|
||||
VERSION="3.6.25251"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
||||
# TYPE - defines, if the install files are public or restricted.
|
||||
# Valid value: restricted | public
|
||||
TYPE="public"
|
||||
|
||||
DL_FILE[0]="mzl.gdkarbbn.png"
|
||||
DL_SOURCE[0]="http://a1537.phobos.apple.com/us/r1000/062/Purple/v4/a9/a2/cc/a9a2cc31-5a77-6034-0472-627406fba021/mzl.gdkarbbn.png"
|
||||
|
||||
# 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_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"
|
||||
|
||||
Reference in New Issue
Block a user