POL_Install_Flashplayer_ActiveX
Informations
Creator | Message |
---|---|
GNU_Raziel
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionInstall latest Flashplayer for ActiveX (Internet Explorer Only) Source code#!/bin/bash # Date : (2011-07-13 21-00) # Last revision : (2013-12-02 21-09) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # CHANGELOG # [Dadu042] (2013-12-02 21-09) # Update script (link broken, v23 -> v24 (2016)) # # [VV] (2013-12-02 21-09) # Update script (link broken). # # [SuperPlumus] (2012-05-18 06-31) # Update script (broken). # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_24.0.0.221_archive.zip" "900417642b4d1095af487a8cb03ef5ac" POL_Wine_WaitBefore "Flash Player" unzip -j fp_24.0.0.221_archive.zip $_0_r0_221/flashplayer24_0r0_221_winax.exe POL_Wine "flashplayer24_0r0_221_winax.exe" |
Contributions
Filters:
ContributeMember | Message |
andykimpe | Wednesday 28 February 2024 at 23:44 |
andykimpe
|
WarningThis update has not been approved yet by the team. Differences@@ -16,11 +16,6 @@ # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" - -POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_24.0.0.221_archive.zip" "900417642b4d1095af487a8cb03ef5ac" - -POL_Wine_WaitBefore "Flash Player" - -unzip -j fp_24.0.0.221_archive.zip $_0_r0_221/flashplayer24_0r0_221_winax.exe - -POL_Wine "flashplayer24_0r0_221_winax.exe" +POL_Download_Resource "https://archive.org/download/flashplayer_old/flashplayer32_0r0_371_winax.exe" +POL_Wine_WaitBefore "Flashplayer for ActiveX" +POL_Wine "flashplayer32_0r0_371_winax.exe" New source code#!/bin/bash # Date : (2011-07-13 21-00) # Last revision : (2013-12-02 21-09) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # CHANGELOG # [Dadu042] (2013-12-02 21-09) # Update script (link broken, v23 -> v24 (2016)) # # [VV] (2013-12-02 21-09) # Update script (link broken). # # [SuperPlumus] (2012-05-18 06-31) # Update script (broken). # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://archive.org/download/flashplayer_old/flashplayer32_0r0_371_winax.exe" POL_Wine_WaitBefore "Flashplayer for ActiveX" POL_Wine "flashplayer32_0r0_371_winax.exe" Replies |
Dadu042 | Saturday 4 May 2019 at 7:58 |
Dadu042
|
InformationThis update has been approved by the team. MessageBecause the "current version" change at least once a year because of updates (causing the break of this script), I suggest to use a fixed version (warning : lack of security updates). Differences@@ -3,17 +3,24 @@ # Last revision : (2013-12-02 21-09) # Author : GNU_Raziel # Only For : http://www.playonlinux.com - + # CHANGELOG +# [Dadu042] (2013-12-02 21-09) +# Update script (link broken, v23 -> v24 (2016)) +# # [VV] (2013-12-02 21-09) -# Update script (link broken) - +# Update script (link broken). +# # [SuperPlumus] (2012-05-18 06-31) -# Update script (broken) +# Update script (broken). # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_23_active_x.exe" "b6263753886e8640d44f23448d8e0645" + +POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_24.0.0.221_archive.zip" "900417642b4d1095af487a8cb03ef5ac" POL_Wine_WaitBefore "Flash Player" -POL_Wine "install_flash_player_23_active_x.exe" + +unzip -j fp_24.0.0.221_archive.zip $_0_r0_221/flashplayer24_0r0_221_winax.exe + +POL_Wine "flashplayer24_0r0_221_winax.exe" New source code#!/bin/bash # Date : (2011-07-13 21-00) # Last revision : (2013-12-02 21-09) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # CHANGELOG # [Dadu042] (2013-12-02 21-09) # Update script (link broken, v23 -> v24 (2016)) # # [VV] (2013-12-02 21-09) # Update script (link broken). # # [SuperPlumus] (2012-05-18 06-31) # Update script (broken). # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_24.0.0.221_archive.zip" "900417642b4d1095af487a8cb03ef5ac" POL_Wine_WaitBefore "Flash Player" unzip -j fp_24.0.0.221_archive.zip $_0_r0_221/flashplayer24_0r0_221_winax.exe POL_Wine "flashplayer24_0r0_221_winax.exe" RepliesEdited by Dadu042 |
andykimpe | Tuesday 27 September 2016 at 0:22 |
andykimpe
|
WarningThis update has not been approved yet by the team. Differences@@ -13,7 +13,7 @@ # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.270/install_flash_player_ax.exe" "c1567db1eb6e1fdc6a25ee34ca344cd5" +POL_Download_Resource "https://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_23_active_x.exe" "b6263753886e8640d44f23448d8e0645" POL_Wine_WaitBefore "Flash Player" -POL_Wine "install_flash_player_ax.exe" +POL_Wine "install_flash_player_23_active_x.exe" New source code#!/bin/bash # Date : (2011-07-13 21-00) # Last revision : (2013-12-02 21-09) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-31) # Update script (broken) # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_23_active_x.exe" "b6263753886e8640d44f23448d8e0645" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player_23_active_x.exe" RepliesMonday 12 June 2017 at 2:08
|
petch | Wednesday 13 January 2016 at 13:42 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate download URL and hash to version 20.0.0.270 Differences@@ -13,7 +13,7 @@ # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.232/install_flash_player_ax.exe" "b5b5ac212f3e75f8bc7bd3ea53cd60f9" +POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.270/install_flash_player_ax.exe" "c1567db1eb6e1fdc6a25ee34ca344cd5" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player_ax.exe" New source code#!/bin/bash # Date : (2011-07-13 21-00) # Last revision : (2013-12-02 21-09) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-31) # Update script (broken) # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.270/install_flash_player_ax.exe" "c1567db1eb6e1fdc6a25ee34ca344cd5" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player_ax.exe" Replies |
petch | Wednesday 26 August 2015 at 8:14 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate download URL and hash to version 18.0.0.232 Differences@@ -13,7 +13,7 @@ # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/11.9.900.152/install_flash_player_ax.exe" "8a56647fab4555a90ce51a3b9891c8d8" +POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.232/install_flash_player_ax.exe" "b5b5ac212f3e75f8bc7bd3ea53cd60f9" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player_ax.exe" New source code#!/bin/bash # Date : (2011-07-13 21-00) # Last revision : (2013-12-02 21-09) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-31) # Update script (broken) # Downloading Flashplayer for ActiveX (Internet Explorer Only) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.232/install_flash_player_ax.exe" "b5b5ac212f3e75f8bc7bd3ea53cd60f9" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player_ax.exe" RepliesEdited by petch |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com