From: Maximilian Hofmann Date: Mon, 7 Aug 2023 21:32:14 +0000 (+0200) Subject: updated AcroReader to 23.003.20224 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=4e930583264ecd1745a542503b9d5b0876be61a7;p=AcroReaderDC.git updated AcroReader to 23.003.20224 --- diff --git a/VERSION b/VERSION index ff5a082..b062943 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.001.20143 +23.003.20244 diff --git a/repo-ng/AcroRdrDCx642300120143_de_DE.exe b/repo-ng/AcroRdrDC2300320244_de_DE.exe similarity index 74% rename from repo-ng/AcroRdrDCx642300120143_de_DE.exe rename to repo-ng/AcroRdrDC2300320244_de_DE.exe index 9f86758..2e11a6c 100644 Binary files a/repo-ng/AcroRdrDCx642300120143_de_DE.exe and b/repo-ng/AcroRdrDC2300320244_de_DE.exe differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index f758cf6..e8b48fe 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -11,9 +11,9 @@ {% set LOG_PATH = 'C:\\salt\\var\\log\\' %} AcroReaderDC: - '23.001.20143': + '23.003.20244': full_name: 'Adobe Acrobat Reader DC - Deutsch' - installer: salt://win/repo-ng/AcroReaderDC/AcroRdrDCx642300120143_de_DE.exe + installer: salt://win/repo-ng/AcroReaderDC/AcroRdrDCx642300320244_de_DE.exe install_flags: '/sAll /msi /l "{{ LOG_PATH }}AcroReaderDC_inst.log"' uninstaller: 'msiexec.exe' uninstall_flags: '/x "C:\\salt\\var\\cache\\salt\\minion\\files\\base\\win\\repo-ng\\AcroReaderDC\\AcroRead.msi" /quiet /log "{{ LOG_PATH }}AcroReaderDC_uninst.log" /norestart'