POL_Install_Flashplayer_ActiveX

Informations

Créateur Messages
GNU_Raziel

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 155246
Wine: System

Retours d'expérience

Description

Install latest Flashplayer for ActiveX (Internet Explorer Only)

Code source

#!/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:

Contribuer
Membre Messages
andykimpe Mercredi 28 Février 2024 à 23:44
andykimpe Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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"

Nouveau code source

#!/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"

Réponses

Dadu042 Samedi 4 Mai 2019 à 7:58
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Because 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"

Nouveau code source

#!/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"

Réponses

Edité par Dadu042

andykimpe Mardi 27 September 2016 à 0:22
andykimpe Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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"

Nouveau code source

#!/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"

Réponses

Anonymous
Lundi 12 Juin 2017 à 2:08
Hi! This one is not working anymore (404). I have tried to put ALLOW_FUCTION_OVERRIDES=TRUE and a new resource file in the configurations/function_overrides/POL_Install_Flashplayer_ActiveX but it is still not changing. Could you please update this or help me changing something else?
petch Mercredi 13 Janvier 2016 à 13:42
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Update 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"

Nouveau code source

#!/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"

Réponses

petch Mercredi 26 Aoüt 2015 à 8:14
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Update 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"

Nouveau code source

#!/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"

Réponses

Edité par petch