2013-03-07 16:19:07 +01:00
############################
# Setup product information
############################
VENDOR = "jitsi.org"
PN = "jitsi.jitsi"
2013-03-13 17:25:19 +01:00
NAME = "Jitsi"
DESCRIPTION = "Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, AIM/ICQ, Windows Live, Yahoo! and many other useful features."
2017-02-27 15:17:28 +01:00
VERSION = "2.10.5550"
2013-03-07 16:19:07 +01:00
RELEASE = "3"
PRIORITY = "0"
ADVICE = ""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE = "public"
DL_FILE[0] = "jitsi_logo.svg"
DL_SOURCE[0] = "https://jitsi.org/logo/jitsi_logo.svg"
DL_FILE[1] = "jitsi-${VERSION}-x86.msi"
DL_SOURCE[1] = "https://download.jitsi.org/jitsi/msi/jitsi-${VERSION}-x86.msi"
DL_ARCH[1] = "X86"
DL_WINST_NAME[1] = Install32Msi
DL_FILE[2] = "jitsi-${VERSION}-x64.msi"
DL_SOURCE[2] = "https://download.jitsi.org/jitsi/msi/jitsi-${VERSION}-x64.msi"
DL_ARCH[2] = "X86_64"
DL_WINST_NAME[2] = Install64Msi
# File array index for the image showing while installing the program
ICON_DL_INDEX = 0
2013-03-13 17:25:19 +01:00
OPSI_INI_SECTION[0] = "X86"
OPSI_INI_OPTION[0] = "MsiId32"
2017-02-27 15:17:28 +01:00
OPSI_INI_VALUE[0] = "{3A57D663-C407-4E8B-BA89-3F01950590C2}"
2013-03-07 16:19:07 +01:00
2013-03-13 17:25:19 +01:00
OPSI_INI_SECTION[1] = "X86_64"
OPSI_INI_OPTION[1] = "MsiId64"
2017-02-27 15:17:28 +01:00
OPSI_INI_VALUE[1] = "{2C9E6F4D-D6CB-405B-BA35-4ADB250EE894}"