SF.net SVN: unattended:[4608] trunk/install/scripts/adobe-reader-dc.bat
jjp3--- via unattended-cvs <[email protected]> Sat, 28 Jan 2023 07:52:40 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4608
http://sourceforge.net/p/unattended/code/4608
Author: jjp3
Date: 2023-01-28 07:52:40 +0000 (Sat, 28 Jan 2023)
Log Message:
-----------
Adobe Reader Document Cloud (DC) 2200320310
Modified Paths:
--------------
trunk/install/scripts/adobe-reader-dc.bat
Modified: trunk/install/scripts/adobe-reader-dc.bat
===================================================================
--- trunk/install/scripts/adobe-reader-dc.bat 2023-01-27 06:11:46 UTC (rev 4607)
+++ trunk/install/scripts/adobe-reader-dc.bat 2023-01-28 07:52:40 UTC (rev 4608)
@@ -1,4 +1,4 @@
-:: OPTIONAL: Install Adobe Reader Document Cloud (DC) 2200320258
+:: OPTIONAL: Install Adobe Reader Document Cloud (DC) 2200320310
@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/2200320258/AcroRdrDCUpd2200320258.msp|packages/adobereader/AcroRdrDCUpd2200320258.msp
+:: URL|ALL|https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2200320310/AcroRdrDCUpd2200320310.msp|packages/adobereader/AcroRdrDCUpd2200320310.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\AcroRdrDCUpd2200320258.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\AcroRdrDCUpd2200320310.msp\" REBOOT=ReallySuppress"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.