Bump
This commit is contained in:
parent
670d355f84
commit
ed4e6b3bb7
1
AcroRdrDC1500820082_de_DE.exe.sha1sum
Normal file
1
AcroRdrDC1500820082_de_DE.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
dbd157e267711fa4b01e15513bf455199a47942f /home/mario.fetka/.opsi-dist-cache/adobe.acrobatreader-15.008.20082/X86/AcroRdrDC1500820082_de_DE.exe
|
@ -1 +0,0 @@
|
|||||||
3559e8ffd025ddfb91bd2c2a67e27adb31e3ab33 /home/mario.fetka/.opsi-dist-cache/adobe.acrobatreader-15.007.20033/X86/AcroRdrDC_15.007.20033_de_DE.msi
|
|
@ -75,7 +75,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
[Winbatch_install]
|
[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]
|
[Files_install]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
|
@ -5,8 +5,8 @@ VENDOR="adobe.com"
|
|||||||
PN="adobe.acrobatreader"
|
PN="adobe.acrobatreader"
|
||||||
NAME="Adobe Reader DC"
|
NAME="Adobe Reader DC"
|
||||||
DESCRIPTION="Adobe Reader ist ein Computerprogramm des Unternehmens Adobe zum Anzeigen von PDF-Dokumenten, also ein Dateibetrachter."
|
DESCRIPTION="Adobe Reader ist ein Computerprogramm des Unternehmens Adobe zum Anzeigen von PDF-Dokumenten, also ein Dateibetrachter."
|
||||||
VERSION="15.007.20033"
|
VERSION="15.008.20082"
|
||||||
DVERSION="15.007.20033"
|
DVERSION="15.008.20082"
|
||||||
RELEASE="1"
|
RELEASE="1"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
@ -24,22 +24,30 @@ DL_SOURCE[0]="http://icons.iconarchive.com/icons/hopstarter/software/256/Adobe-A
|
|||||||
#DL_DOWNLOADER[1]="wget"
|
#DL_DOWNLOADER[1]="wget"
|
||||||
#DL_EXTRACT_FORMAT[1]="7zip"
|
#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_FILE[1]="AdbeRdrLite_${VERSION}_de_DE.msi"
|
||||||
#DL_SOURCE[1]="http://ricktendo.info/Repack/AdbeRdrLite${DVERSION//./}_de_DE.msi"
|
#DL_SOURCE[1]="http://ricktendo.info/Repack/AdbeRdrLite${DVERSION//./}_de_DE.msi"
|
||||||
#DL_ARCH[1]="X86"
|
#DL_ARCH[1]="X86"
|
||||||
#DL_WINST_NAME[1]=InstallMsi
|
#DL_WINST_NAME[1]=InstallMsi
|
||||||
|
|
||||||
DL_FILE[1]="AcroRdrDC_${VERSION}_de_DE.msi"
|
#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_SOURCE[1]="ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/${VERSION//./}/AcroRdrDC${VERSION//./}_de_DE.msi"
|
||||||
DL_ARCH[1]="X86"
|
#DL_ARCH[1]="X86"
|
||||||
DL_WINST_NAME[1]=InstallMsi
|
#DL_WINST_NAME[1]=InstallMsi
|
||||||
|
|
||||||
|
|
||||||
# File array index for the image showing while installing the program
|
# File array index for the image showing while installing the program
|
||||||
ICON_DL_INDEX=0
|
ICON_DL_INDEX=0
|
||||||
|
|
||||||
#WINST_NAME[0]="InstallMsi"
|
WINST_NAME[0]="InstallMsi"
|
||||||
#WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\AcroRead.msi"
|
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_SECTION[0]="X86"
|
||||||
OPSI_INI_OPTION[0]="MsiId"
|
OPSI_INI_OPTION[0]="MsiId"
|
||||||
|
Loading…
Reference in New Issue
Block a user