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."
|
2017-08-18 13:27:20 +02:00
|
|
|
VERSION="17.12.20095"
|
2015-11-01 08:49:50 +01:00
|
|
|
# Downlaod Verison
|
2017-08-18 13:27:20 +02:00
|
|
|
DVERSION="17.012.20095"
|
2015-11-01 08:49:50 +01:00
|
|
|
# Prevous Version
|
2017-06-02 18:32:52 +02:00
|
|
|
PVERSION="17.009.20044"
|
2012-02-26 16:02:32 +01:00
|
|
|
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"
|
|
|
|
DL_SOURCE[1]="ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/${PVERSION//./}/AcroRdrDC${PVERSION//./}_de_DE.exe"
|
|
|
|
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"
|
|
|
|
DL_SOURCE[2]="ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/${DVERSION//./}/AcroRdrDCUpd${DVERSION//./}.msp"
|
|
|
|
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
|
2012-01-30 23:08:07 +01:00
|
|
|
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
|
|
|
|
|