This commit is contained in:
Mario Fetka 2015-09-19 09:58:13 +02:00
parent 670d355f84
commit ed4e6b3bb7
4 changed files with 19 additions and 11 deletions

View File

@ -0,0 +1 @@
dbd157e267711fa4b01e15513bf455199a47942f /home/mario.fetka/.opsi-dist-cache/adobe.acrobatreader-15.008.20082/X86/AcroRdrDC1500820082_de_DE.exe

View File

@ -1 +0,0 @@
3559e8ffd025ddfb91bd2c2a67e27adb31e3ab33 /home/mario.fetka/.opsi-dist-cache/adobe.acrobatreader-15.007.20033/X86/AcroRdrDC_15.007.20033_de_DE.msi

View File

@ -75,7 +75,7 @@ else
endif
[Winbatch_install]
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress PATCH="$Patches$"
[Files_install]
; copy the ini file to the InstallDir

View File

@ -5,8 +5,8 @@ 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.007.20033"
DVERSION="15.007.20033"
VERSION="15.008.20082"
DVERSION="15.008.20082"
RELEASE="1"
PRIORITY="0"
ADVICE=""
@ -24,22 +24,30 @@ DL_SOURCE[0]="http://icons.iconarchive.com/icons/hopstarter/software/256/Adobe-A
#DL_DOWNLOADER[1]="wget"
#DL_EXTRACT_FORMAT[1]="7zip"
DL_FILE[1]="AcroRdrDC${VERSION//./}_de_DE.exe"
DL_SOURCE[1]="ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/${VERSION//./}/AcroRdrDC${VERSION//./}_de_DE.exe"
DL_ARCH[1]="X86"
DL_DOWNLOADER[1]="wget"
DL_EXTRACT_FORMAT[1]="7zip"
#DL_FILE[1]="AdbeRdrLite_${VERSION}_de_DE.msi"
#DL_SOURCE[1]="http://ricktendo.info/Repack/AdbeRdrLite${DVERSION//./}_de_DE.msi"
#DL_ARCH[1]="X86"
#DL_WINST_NAME[1]=InstallMsi
DL_FILE[1]="AcroRdrDC_${VERSION}_de_DE.msi"
DL_SOURCE[1]="ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/${VERSION//./}/AcroRdrDC${VERSION//./}_de_DE.msi"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallMsi
#DL_FILE[1]="AcroRdrDC_${VERSION}_de_DE.msi"
#DL_SOURCE[1]="ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/${VERSION//./}/AcroRdrDC${VERSION//./}_de_DE.msi"
#DL_ARCH[1]="X86"
#DL_WINST_NAME[1]=InstallMsi
# 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[0]="InstallMsi"
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\AcroRead.msi"
WINST_NAME[0]="Patches"
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\AcroRdrDCUpd1500820082.msp"
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId"