SF.net SVN: unattended:[4303] trunk/install/scripts/flash.bat
mythrix--- via unattended-cvs <[email protected]>
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4303
http://sourceforge.net/p/unattended/code/4303
Author: mythrix
Date: 2018-11-21 12:59:37 +0000 (Wed, 21 Nov 2018)
Log Message:
-----------
Flash Player v31.0.0.153
Modified Paths:
--------------
trunk/install/scripts/flash.bat
Modified: trunk/install/scripts/flash.bat
===================================================================
--- trunk/install/scripts/flash.bat 2018-11-10 11:07:18 UTC (rev 4302)
+++ trunk/install/scripts/flash.bat 2018-11-21 12:59:37 UTC (rev 4303)
@@ -1,10 +1,10 @@
-:: OPTIONAL: Install Flash 31.0.0.122
+:: OPTIONAL: Install Flash 31.0.0.153
:: HOME: http://get.adobe.com/flashplayer/otherversions/
:: http://www.adobe.com/software/flash/about/
:: http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
-:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/31.0.0.122/install_flash_player.exe|packages/flash/install_flash_player_31.0.0.122.exe
-:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/31.0.0.122/install_flash_player_ax.exe|packages/flash/install_flash_player_ax_31.0.0.122.exe
-:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/31.0.0.122/install_flash_player_ppapi.exe|packages/flash/install_flash_player_ppapi_31.0.0.122.exe
+:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/31.0.0.153/install_flash_player.exe|packages/flash/install_flash_player_31.0.0.153.exe
+:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/31.0.0.153/install_flash_player_ax.exe|packages/flash/install_flash_player_ax_31.0.0.153.exe
+:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/31.0.0.153/install_flash_player_ppapi.exe|packages/flash/install_flash_player_ppapi_31.0.0.153.exe
::
@Echo off
@@ -12,10 +12,10 @@
todo.pl "echo AutoUpdateDisable=1 > %SYSTEMROOT%\System32\Macromed\Flash\mms.cfg"
:: ActiveX version for Internet Explorer
-todo.pl ".ignore-err 30 %Z%\packages\flash\install_flash_player_ax_31.0.0.122.exe -install"
+todo.pl ".ignore-err 30 %Z%\packages\flash\install_flash_player_ax_31.0.0.153.exe -install"
:: Version for Firefox NAPI
-todo.pl "%Z%\packages\flash\install_flash_player_31.0.0.122.exe -install"
+todo.pl "%Z%\packages\flash\install_flash_player_31.0.0.153.exe -install"
:: Version for Opera and Chromium
-todo.pl "%Z%\packages\flash\install_flash_player_ppapi_31.0.0.122.exe -install"
+todo.pl "%Z%\packages\flash\install_flash_player_ppapi_31.0.0.153.exe -install"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.