SF.net SVN: unattended:[4354] trunk/install/scripts/flash.bat

jjp3--- via unattended-cvs <[email protected]> Fri, 07 Jun 2019 11:07:05 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4354
          http://sourceforge.net/p/unattended/code/4354
Author:   jjp3
Date:     2019-06-07 11:06:57 +0000 (Fri, 07 Jun 2019)
Log Message:
-----------
Delete  NPAPI Notifier task and update flash version

Modified Paths:
--------------
    trunk/install/scripts/flash.bat

Modified: trunk/install/scripts/flash.bat
===================================================================
--- trunk/install/scripts/flash.bat	2019-06-07 10:12:29 UTC (rev 4353)
+++ trunk/install/scripts/flash.bat	2019-06-07 11:06:57 UTC (rev 4354)
@@ -1,10 +1,10 @@
-:: OPTIONAL: Install Flash 32.0.0.114
+:: OPTIONAL: Install Flash 32.0.0.192
 :: 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.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
+:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.192/install_flash_player.exe|packages/flash/install_flash_player_32.0.0.192.exe
+:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.192/install_flash_player_ax.exe|packages/flash/install_flash_player_ax_32.0.0.192.exe
+:: URL|ALL|http://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.192/install_flash_player_ppapi.exe|packages/flash/install_flash_player_ppapi_32.0.0.192.exe
 ::
 @Echo off
 
@@ -11,6 +11,7 @@
 :: Delete Tasks autoupdate:
 todo.pl "SchTasks /Delete /TN \"Adobe Flash Player Updater\" /f"
 todo.pl "SchTasks /Delete /TN \"Adobe Flash Player PPAPI Notifier\" /f"
+todo.pl "SchTasks /Delete /TN \"Adobe Flash Player NPAPI Notifier\" /f"
 
 :: Remove Flash autoupdate service:
 todo.pl "sc delete AdobeFlashPlayerUpdateSvc /f"
@@ -19,10 +20,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.114.exe -install"
+todo.pl ".ignore-err 30 %Z%\packages\flash\install_flash_player_ax_32.0.0.192.exe -install"
 
 :: Version for Firefox NAPI
-todo.pl "%Z%\packages\flash\install_flash_player_32.0.0.114.exe -install"
+todo.pl "%Z%\packages\flash\install_flash_player_32.0.0.192.exe -install"
 
 :: Version for Opera and Chromium
-todo.pl "%Z%\packages\flash\install_flash_player_ppapi_32.0.0.114.exe -install"
+todo.pl "%Z%\packages\flash\install_flash_player_ppapi_32.0.0.192.exe -install"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.