2012-02-25 18:02:07 +01:00
############################
# Setup product information
############################
VENDOR = "microsoft.com"
2012-05-02 07:50:36 +02:00
PN = "microsoft.skype"
2013-03-13 21:11:14 +01:00
NAME = "Microsoft Skype"
DESCRIPTION = "Skype ist eine kostenlose VoIP-Software mit Instant-Messaging-Funktion, Dateiuebertragung und Videotelefonie, die ein proprietaeres Protokoll verwendet."
2019-11-13 16:53:57 +01:00
VERSION = "8.54.0.91"
2012-02-25 18:02:07 +01:00
RELEASE = "1"
PRIORITY = "0"
ADVICE = ""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE = "public"
2017-10-16 13:12:48 +02:00
DL_FILE[0] = "Microsoft_Skype_for_Business_logo.png"
DL_SOURCE[0] = "https://upload.wikimedia.org/wikipedia/commons/8/86/Microsoft_Skype_for_Business_logo.png"
2012-02-25 18:02:07 +01:00
DL_FILE[1] = "SkypeSetup-${VERSION}.msi"
2019-10-11 12:02:11 +02:00
#DL_SOURCE[1]="https://download.skype.com/msi/SkypeSetup_7.41.0.101.msi"
DL_SOURCE[1] = "https://go.skype.com/msi-download"
2012-02-25 18:02:07 +01:00
DL_ARCH[1] = "X86"
DL_WINST_NAME[1] = InstallMsi
2019-10-11 12:02:11 +02:00
#DL_FILE[2]="KillSkypeHome.exe"
#DL_SOURCE[2]="http://sourceforge.net/projects/killskypehome/files/KillSkypeHome/Version%201.0/KillSkypeHome.exe"
#DL_ARCH[2]="X86"
#DL_WINST_NAME[2]=InstallExe
2012-02-25 18:02:07 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX = 0
2013-03-13 21:11:14 +01:00
OPSI_INI_SECTION[0] = "X86"
OPSI_INI_OPTION[0] = "MsiId"
2019-11-13 16:53:57 +01:00
OPSI_INI_VALUE[0] = "{D007A7C2-2AAD-4C4B-87B9-4C4A9C71E61E}"
2016-11-24 17:35:41 +01:00