SF.net SVN: unattended:[4592] trunk/install/scripts/adobe-reader-dc.bat
jjp3--- via unattended-cvs <[email protected]> Sun, 27 Nov 2022 22:55:29 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4592
http://sourceforge.net/p/unattended/code/4592
Author: jjp3
Date: 2022-11-27 22:55:28 +0000 (Sun, 27 Nov 2022)
Log Message:
-----------
Adobe Reader Document Cloud (DC) 2200320258
Modified Paths:
--------------
trunk/install/scripts/adobe-reader-dc.bat
Modified: trunk/install/scripts/adobe-reader-dc.bat
===================================================================
--- trunk/install/scripts/adobe-reader-dc.bat 2022-11-24 13:49:12 UTC (rev 4591)
+++ trunk/install/scripts/adobe-reader-dc.bat 2022-11-27 22:55:28 UTC (rev 4592)
@@ -1,4 +1,4 @@
-:: OPTIONAL: Install Adobe Reader Document Cloud (DC) 2200220191
+:: OPTIONAL: Install Adobe Reader Document Cloud (DC) 2200320258
@Echo Off
:: Note: Newest patches are no longer available on the FTP, link to patches can be found here:
:: https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/
@@ -35,7 +35,7 @@
:: URL|TRK|ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/acrordrdc1500720033_tr_TR.msi|packages/adobereader/acrordrdc1500720033_trk.msi
:: Download the newest patch
-:: URL|ALL|https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2200220191/AcroRdrDCUpd2200220191.msp|packages/adobereader/AcroRdrDCUpd2200220191.msp
+:: URL|ALL|https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2200320258/AcroRdrDCUpd2200320258.msp|packages/adobereader/AcroRdrDCUpd2200320258.msp
:: Extra language packs, more info:
:: https://helpx.adobe.com/acrobat/kb/windows-font-packs-32-bit-reader.html
@@ -56,4 +56,4 @@
todo.pl ".ignore-err 1 reg add \"HKLM\SOFTWARE\Adobe\Acrobat Reader\DC\AdobeViewer\" /f /v \"EULA\" /t REG_DWORD /d 1"
:: This is the actual installer
-todo.pl ".ignore-err 194 msiexec /qb /l* %SystemDrive%\netinst\logs\adobereaderdc.txt /i \"%Z%\packages\adobereader\acrordrdc1500720033_%WINLANG%.msi\" PATCH=\"%Z%\packages\adobereader\AcroRdrDCUpd2200220191.msp\" REBOOT=ReallySuppress"
+todo.pl ".ignore-err 194 msiexec /qb /l* %SystemDrive%\netinst\logs\adobereaderdc.txt /i \"%Z%\packages\adobereader\acrordrdc1500720033_%WINLANG%.msi\" PATCH=\"%Z%\packages\adobereader\AcroRdrDCUpd2200320258.msp\" REBOOT=ReallySuppress"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.