SF.net SVN: unattended:[4322] trunk/install/scripts/flash.bat
mythrix--- via unattended-cvs <[email protected]>
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4322
http://sourceforge.net/p/unattended/code/4322
Author: mythrix
Date: 2019-01-29 09:36:26 +0000 (Tue, 29 Jan 2019)
Log Message:
-----------
Flash Player v32.0.0.114
Modified Paths:
--------------
trunk/install/scripts/flash.bat
Modified: trunk/install/scripts/flash.bat
===================================================================
--- trunk/install/scripts/flash.bat 2019-01-29 09:35:53 UTC (rev 4321)
+++ trunk/install/scripts/flash.bat 2019-01-29 09:36:26 UTC (rev 4322)
@@ -1,10 +1,10 @@
-:: OPTIONAL: Install Flash 32.0.0.101
+:: OPTIONAL: Install Flash 32.0.0.114
:: 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/32.0.0.101/install_flash_player.exe|packages/flash/install_flash_player_32.0.0.101.exe
-:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.101/install_flash_player_ax.exe|packages/flash/install_flash_player_ax_32.0.0.101.exe
-:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.101/install_flash_player_ppapi.exe|packages/flash/install_flash_player_ppapi_32.0.0.101.exe
+:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.114/install_flash_player.exe|packages/flash/install_flash_player_32.0.0.114.exe
+:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.114/install_flash_player_ax.exe|packages/flash/install_flash_player_ax_32.0.0.114.exe
+:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.114/install_flash_player_ppapi.exe|packages/flash/install_flash_player_ppapi_32.0.0.114.exe
::
@Echo off
@@ -19,10 +19,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_32.0.0.101.exe -install"
+todo.pl ".ignore-err 30 %Z%\packages\flash\install_flash_player_ax_32.0.0.114.exe -install"
:: Version for Firefox NAPI
-todo.pl "%Z%\packages\flash\install_flash_player_32.0.0.101.exe -install"
+todo.pl "%Z%\packages\flash\install_flash_player_32.0.0.114.exe -install"
:: Version for Opera and Chromium
-todo.pl "%Z%\packages\flash\install_flash_player_ppapi_32.0.0.101.exe -install"
+todo.pl "%Z%\packages\flash\install_flash_player_ppapi_32.0.0.114.exe -install"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.