57 lines
1.8 KiB
INI
57 lines
1.8 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="adobe.com"
|
|
PN="adobe.acrobatreader"
|
|
NAME="Adobe Reader DC"
|
|
DESCRIPTION="Adobe Reader ist ein Computerprogramm des Unternehmens Adobe zum Anzeigen von PDF-Dokumenten, also ein Dateibetrachter."
|
|
VERSION="15.23.20056"
|
|
# Downlaod Verison
|
|
DVERSION="15.023.20056"
|
|
# Prevous Version
|
|
PVERSION="15.023.20053"
|
|
RELEASE="1"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricteded.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="Adobe-Acrobat-Reader-icon.png"
|
|
DL_SOURCE[0]="http://icons.iconarchive.com/icons/hopstarter/software/256/Adobe-Acrobat-Reader-icon.png"
|
|
|
|
#DL_FILE[1]="arDClite_deu-${VERSION}.exe"
|
|
#DL_SOURCE[1]="http://www.sereby.org/index.php?cat=downloads&DLID=ardclite&down=true"
|
|
#DL_ARCH[1]="X86"
|
|
#DL_DOWNLOADER[1]="wget"
|
|
#DL_EXTRACT_FORMAT[1]="7zip"
|
|
|
|
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"
|
|
|
|
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
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
WINST_NAME[0]="InstallMsi"
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\AcroRead.msi"
|
|
|
|
WINST_NAME[1]="Patches"
|
|
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[2]@\\AcroRdrDCUpd${DVERSION//./}.msp"
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId"
|
|
OPSI_INI_VALUE[0]="{AC76BA86-7AD7-1031-7B44-AC0F074E4100}"
|
|
|
|
# PS command to get msiid after one testinstall with the patch
|
|
# get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage
|
|
|