adobe.acrobatreader/builder-product.cfg

60 lines
2.2 KiB
INI
Raw Permalink Normal View History

2012-01-29 00:56:56 +01:00
############################
# Setup product information
############################
VENDOR="adobe.com"
2012-05-02 03:37:04 +02:00
PN="adobe.acrobatreader"
2015-04-22 22:05:22 +02:00
NAME="Adobe Reader DC"
2013-03-10 16:29:17 +01:00
DESCRIPTION="Adobe Reader ist ein Computerprogramm des Unternehmens Adobe zum Anzeigen von PDF-Dokumenten, also ein Dateibetrachter."
2020-02-14 18:19:23 +01:00
VERSION="20.6.20034"
2015-11-01 08:49:50 +01:00
# Downlaod Verison
2020-02-14 18:19:23 +01:00
DVERSION="20.006.20034"
2015-11-01 08:49:50 +01:00
# Prevous Version
2020-02-14 18:19:23 +01:00
PVERSION="20.006.20034"
RELEASE="1"
2012-01-29 00:56:56 +01:00
PRIORITY="0"
ADVICE=""
2012-02-02 17:44:08 +01:00
# TYPE - defines, if the install files are public or restricteded.
# Valid value: restricted | public
2012-01-29 00:56:56 +01:00
TYPE="public"
2014-12-18 08:53:23 +01:00
DL_FILE[0]="Adobe-Acrobat-Reader-icon.png"
DL_SOURCE[0]="http://icons.iconarchive.com/icons/hopstarter/software/256/Adobe-Acrobat-Reader-icon.png"
2012-01-29 00:56:56 +01:00
2015-11-01 08:49:50 +01:00
#DL_FILE[1]="arDClite_deu-${VERSION}.exe"
#DL_SOURCE[1]="http://www.sereby.org/index.php?cat=downloads&DLID=ardclite&down=true"
2015-10-22 12:43:28 +02:00
#DL_ARCH[1]="X86"
#DL_DOWNLOADER[1]="wget"
#DL_EXTRACT_FORMAT[1]="7zip"
2015-11-01 08:49:50 +01:00
DL_FILE[1]="AcroRdrDC${PVERSION//./}_de_DE.exe"
2019-06-07 11:05:37 +02:00
#DL_SOURCE[1]="ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/${PVERSION//./}/AcroRdrDC${PVERSION//./}_de_DE.exe"
2019-05-02 13:11:15 +02:00
#DL_SOURCE[1]="ftp://ftp.uibk.ac.at/pub/software/win32/AcroRdrDC${PVERSION//./}_de_DE.exe"
2019-06-07 11:05:37 +02:00
DL_SOURCE[1]="https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/${PVERSION//./}/AcroRdrDC${PVERSION//./}_de_DE.exe"
2015-11-01 08:49:50 +01:00
DL_ARCH[1]="X86"
DL_DOWNLOADER[1]="wget"
DL_EXTRACT_FORMAT[1]="7zip"
2013-09-11 11:07:17 +02:00
2015-11-01 08:49:50 +01:00
DL_FILE[2]="AcroRdrDCUpd${DVERSION//./}.msp"
2018-06-29 13:51:57 +02:00
#DL_SOURCE[2]="ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/${DVERSION//./}/AcroRdrDCUpd${DVERSION//./}.msp"
DL_SOURCE[2]="http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/${DVERSION//./}/AcroRdrDCUpd${DVERSION//./}.msp"
2015-11-01 08:49:50 +01:00
DL_ARCH[2]="X86"
DL_WINST_NAME[2]=Install1Msp
2012-01-29 00:56:56 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
2012-01-29 00:56:56 +01:00
2015-09-19 09:58:13 +02:00
WINST_NAME[0]="InstallMsi"
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\AcroRead.msi"
2015-11-01 08:49:50 +01:00
WINST_NAME[1]="Patches"
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[2]@\\AcroRdrDCUpd${DVERSION//./}.msp"
2013-03-10 16:24:23 +01:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId"
2015-11-01 14:11:32 +01:00
OPSI_INI_VALUE[0]="{AC76BA86-7AD7-1031-7B44-AC0F074E4100}"
2015-11-01 09:13:18 +01:00
# PS command to get msiid after one testinstall with the patch
# get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage