POL_Install_flashplayer

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

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

Retours d'expérience

Code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2019-04-23 10-27)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
  
# CHANGELOG
# [Dadu042] (2019-04-23)
#   MD5 mismatch

# [The.One] (2016-12-29)
#   MD5 mismatch
 
# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
  
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
  
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
  
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
  
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Contributions

Filters:

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

Warning

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

Messages

flashplayer online found on https://web.archive.org

Differences

@@ -27,6 +27,8 @@
 #   Update script (broken)
   
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe"
+#POL_Download_Resource "https://web.archive.org/web/20210220193814/https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe"
+POL_Download_Resource "https://archive.org/download/flashplayer_old/flashplayer32_0r0_371_win.exe"
 POL_Wine_WaitBefore "Flash Player"
-POL_Wine "install_flash_player.exe"
\ No newline at end of file
+POL_Wine "flashplayer32_0r0_371_win.exe"
+#POL_Wine "install_flash_player.exe"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2019-04-23 10-27)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
  
# CHANGELOG
# [Dadu042] (2019-04-23)
#   MD5 mismatch

# [The.One] (2016-12-29)
#   MD5 mismatch
 
# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
  
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
  
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
  
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
  
cd "$POL_USER_ROOT/ressources"
#POL_Download_Resource "https://web.archive.org/web/20210220193814/https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe"
POL_Download_Resource "https://archive.org/download/flashplayer_old/flashplayer32_0r0_371_win.exe"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "flashplayer32_0r0_371_win.exe"
#POL_Wine "install_flash_player.exe"

Réponses

Edité par andykimpe

Dadu042 Dimanche 9 Aoüt 2020 à 15:03
Dadu042

Messages

Something does fail in the installer.

 

[08/09/20 15:01:45] - ----- Starting function POL_Install_flashplayer -----
[08/09/20 15:02:07] - Running wine-4.0.4 install_flash_player.exe (Working directory : /home/me/.PlayOnLinux/ressources)
002b:fixme:atl:AtlAxWinInit version 0300 semi-stub
002b:fixme:exec:SHELL_execute flags ignored: 0x00000100
wine: cannot find L"C:\\windows\\system32\\Macromed\\Temp\\{26D6D786-3B6C-4574-8226-82092C5120B3}\\InstallFlashPlayer.exe"
wine: cannot find L"C:\\windows\\system32\\Macromed\\Temp\\{26D6D786-3B6C-4574-8226-82092C5120B3}\\InstallFlashPlayer.exe"
0035:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),6,3,(nil),0,(nil)) - stub!
0035:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
0052:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),6,3,(nil),0,(nil)) - stub!
0052:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
005a:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
[08/09/20 15:02:21] - ----- Ending function POL_Install_flashplayer -----

Réponses

Dadu042 Jeudi 23 Mai 2019 à 9:39
Dadu042

Information

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

Messages

Disable checksum checking because this software receive several updates per year.

Differences

@@ -27,6 +27,6 @@
 #   Update script (broken)
   
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "e4c975514ab4b630dbd7c1f2a418dbb3"
+POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2019-04-23 10-27)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
  
# CHANGELOG
# [Dadu042] (2019-04-23)
#   MD5 mismatch

# [The.One] (2016-12-29)
#   MD5 mismatch
 
# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
  
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
  
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
  
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
  
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

Dadu042 Mardi 23 Avril 2019 à 10:27
Dadu042

Warning

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

Messages

Differences

@@ -1,29 +1,32 @@
 #!/bin/bash
 # Date : (2010-14-11 21-00)
-# Last revision : (2016-12-29 12-54)
+# Last revision : (2019-04-23 10-27)
 # Only For : http://www.playonlinux.com
 # RealName: Flash Player
- 
+  
 # CHANGELOG
-# [The.One] (2016-12-29)
+# [Dadu042] (2019-04-23)
 #   MD5 mismatch
 
+# [The.One] (2016-12-29)
+#   MD5 mismatch
+ 
 # [QUENTIN PÂRIS] (2016-08-21)
 #   Link broken
 #
 # [VV] (2013-12-02 21-09)
 #   Update script (link broken)
- 
+  
 # [Quentin PÂRIS] (2012-11-21 18-19)
 #   Update script (link broken)
- 
+  
 # [SuperPlumus] (2012-05-18 06-42)
 #   Update script (broken)
- 
+  
 # [Tutul] (2014-11-19 17-20)
 #   Update script (broken)
- 
+  
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa"
+POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "e4c975514ab4b630dbd7c1f2a418dbb3"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2019-04-23 10-27)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
  
# CHANGELOG
# [Dadu042] (2019-04-23)
#   MD5 mismatch

# [The.One] (2016-12-29)
#   MD5 mismatch
 
# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
  
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
  
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
  
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
  
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "e4c975514ab4b630dbd7c1f2a418dbb3"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

LinuxScripter Dimanche 8 Juillet 2018 à 16:21
LinuxScripter Anonymous

Warning

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

Messages

Updated the checksum.

Differences

@@ -24,6 +24,6 @@
 #   Update script (broken)
  
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa"
+POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "b28ffebaf2618f8f678a105c2124aa9f"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2016-12-29 12-54)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
 
# CHANGELOG
# [The.One] (2016-12-29)
#   MD5 mismatch

# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
 
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
 
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
 
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
 
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "b28ffebaf2618f8f678a105c2124aa9f"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

Mardi 7 Aoüt 2018 à 19:06
Does this fix the file mis-match error we get in PlayOnLinux?
jehupacheco Jeudi 19 Octobre 2017 à 4:50
jehupacheco Anonymous

Warning

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

Messages

MD5 Checksum is outdated

Differences

@@ -24,6 +24,6 @@
 #   Update script (broken)
  
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa"
+POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "68dafcf2d35c264d5be324156d225919"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2016-12-29 12-54)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
 
# CHANGELOG
# [The.One] (2016-12-29)
#   MD5 mismatch

# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
 
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
 
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
 
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
 
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "68dafcf2d35c264d5be324156d225919"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

SuperPlumus Samedi 20 Mai 2017 à 18:05
SuperPlumus Anonymous

Warning

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

Messages

Update script :

- Update md5.

Differences

@@ -24,6 +24,6 @@
 #   Update script (broken)
  
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "3d0e0163cc096022332bdc55fa1ee1cc"
+POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2016-12-29 12-54)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
 
# CHANGELOG
# [The.One] (2016-12-29)
#   MD5 mismatch

# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
 
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
 
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
 
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
 
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

bionicrm Vendredi 27 Janvier 2017 à 5:09
bionicrm Anonymous

Warning

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

Differences

@@ -24,6 +24,6 @@
 #   Update script (broken)
  
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "c18d4f8a7f4c4afdffe2c9ee36520e8d"
+POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "3d0e0163cc096022332bdc55fa1ee1cc"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2016-12-29 12-54)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
 
# CHANGELOG
# [The.One] (2016-12-29)
#   MD5 mismatch

# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
 
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
 
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
 
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
 
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "3d0e0163cc096022332bdc55fa1ee1cc"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

the.one Vendredi 30 Décembre 2016 à 3:33
the.one Anonymous

Warning

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

Differences

@@ -1,27 +1,29 @@
 #!/bin/bash
 # Date : (2010-14-11 21-00)
-# Last revision : (2013-12-02 21-09)
+# Last revision : (2016-12-29 12-54)
 # Only For : http://www.playonlinux.com
 # RealName: Flash Player
-
+ 
 # CHANGELOG
+# [The.One] (2016-12-29)
+#   MD5 mismatch
+
 # [QUENTIN PÂRIS] (2016-08-21)
 #   Link broken
-# 
+#
 # [VV] (2013-12-02 21-09)
 #   Update script (link broken)
-
+ 
 # [Quentin PÂRIS] (2012-11-21 18-19)
 #   Update script (link broken)
-
+ 
 # [SuperPlumus] (2012-05-18 06-42)
 #   Update script (broken)
-
+ 
 # [Tutul] (2014-11-19 17-20)
 #   Update script (broken)
-
+ 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce"
+POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "c18d4f8a7f4c4afdffe2c9ee36520e8d"
 POL_Wine_WaitBefore "Flash Player"
-POL_Wine "install_flash_player.exe"
-
+POL_Wine "install_flash_player.exe"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2016-12-29 12-54)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
 
# CHANGELOG
# [The.One] (2016-12-29)
#   MD5 mismatch

# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
 
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
 
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
 
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
 
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "c18d4f8a7f4c4afdffe2c9ee36520e8d"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

the.one Jeudi 29 Décembre 2016 à 2:57
the.one Anonymous

Messages

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2016-12-29 12-54)
# Only For : http://www.playonlinux.com
# RealName: Flash Player
 
# CHANGELOG
# [The.One] (2016-12-29)
#   MD5 mismatch

# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken)
 
# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)
 
# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)
 
# [Tutul] (2014-11-19 17-20)
#   Update script (broken)
 
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "c18d4f8a7f4c4afdffe2c9ee36520e8d"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

vlotho Samedi 10 Décembre 2016 à 19:07
vlotho Anonymous

Warning

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

Differences

@@ -23,5 +23,5 @@
 cd "$POL_USER_ROOT/ressources"
 POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce"
 POL_Wine_WaitBefore "Flash Player"
-POL_Wine "flashplayer22_xa_install.exe"
+POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
# 
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

vlotho Samedi 10 Décembre 2016 à 19:04
vlotho Anonymous

Messages

le script télécharge le fichier install_flash_player.exe mais execute flashplayer22_xa_install.exe

Réponses

Quentin PÂRIS Samedi 10 Décembre 2016 à 13:20
Quentin PÂRIS Anonymous

Warning

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

Differences

@@ -21,7 +21,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://admdownload.adobe.com/bin/live/flashplayer22_xa_install.exe" "c1b9cae2dded2299650967c44fdbd6e9"
+POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "flashplayer22_xa_install.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
# 
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "flashplayer22_xa_install.exe"

Réponses

Quentin PÂRIS Dimanche 21 Aoüt 2016 à 22:13
Quentin PÂRIS Anonymous

Warning

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

Differences

@@ -5,6 +5,9 @@
 # RealName: Flash Player
 
 # CHANGELOG
+# [QUENTIN PÂRIS] (2016-08-21)
+#   Link broken
+# 
 # [VV] (2013-12-02 21-09)
 #   Update script (link broken)
 
@@ -18,7 +21,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe" "33ba5072f8a025a7b1b3f5c71537e6a8"
+POL_Download_Resource "https://admdownload.adobe.com/bin/live/flashplayer22_xa_install.exe" "c1b9cae2dded2299650967c44fdbd6e9"
 POL_Wine_WaitBefore "Flash Player"
-POL_Wine "install_flash_player.exe"
+POL_Wine "flashplayer22_xa_install.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [QUENTIN PÂRIS] (2016-08-21)
#   Link broken
# 
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://admdownload.adobe.com/bin/live/flashplayer22_xa_install.exe" "c1b9cae2dded2299650967c44fdbd6e9"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "flashplayer22_xa_install.exe"

Réponses

Anonymous
Mercredi 19 Octobre 2016 à 20:27
The flash player from the url give me different checksum. I do not know if it change or i have problems in download the proper file.
chocolateboy Dimanche 24 Juillet 2016 à 12:35
chocolateboy Anonymous

Messages

20.0.0.286 is no longer available (404):

> HEAD https://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe | head -1

404 Not Found

> GET https://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe | md5sum

7e8c8d9e7f9b7b99ef933ad295173d84

 

https://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe

Error ! Files mismatch

Local: 7e8c8d9e7f9b7b99ef933ad295173d84
Server: 33ba5072f8a025a7b1b3f5c71537e6a8

Do you want to retry?

 

Réponses

Anonymous
Dimanche 24 Juillet 2016 à 12:47
I might be worth someone running a cronjob to check the Flash installer URL. I suspect this has been unavailable for a while:
Anonymous
Dimanche 24 Juillet 2016 à 12:47
https://helpx.adobe.com/uk/security/products/flash-player/apsb16-04.html
petch Lundi 1 Février 2016 à 19:01
petch

Warning

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

Messages

Update for version 20.0.0.286

Differences

@@ -18,7 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.235/install_flash_player.exe" "586b66416056ce48df95cef12668ea92"
+POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe" "33ba5072f8a025a7b1b3f5c71537e6a8"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe" "33ba5072f8a025a7b1b3f5c71537e6a8"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

petch Jeudi 10 Décembre 2015 à 17:22
petch

Warning

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

Messages

Update for version 20.0.0.235

Differences

@@ -18,7 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.226/install_flash_player.exe" "8717c1fa4114c340ed683db754a0ddb0"
+POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.235/install_flash_player.exe" "586b66416056ce48df95cef12668ea92"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.235/install_flash_player.exe" "586b66416056ce48df95cef12668ea92"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

Edité par petch

petch Lundi 19 Octobre 2015 à 7:48
petch

Warning

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

Messages

Update for version 19.0.0.226

Differences

@@ -18,7 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.185/install_flash_player.exe" "f4181c5bd87df30b951eef5901db0701"
+POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.226/install_flash_player.exe" "8717c1fa4114c340ed683db754a0ddb0"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.226/install_flash_player.exe" "8717c1fa4114c340ed683db754a0ddb0"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

smitty_the_smith Lundi 19 Octobre 2015 à 7:28
smitty_the_smith Anonymous

Messages

They've updated it again.  Downloader fails as a result.

Réponses

Lundi 19 Octobre 2015 à 7:51
I updated the script
petch Mardi 22 September 2015 à 13:14
petch

Warning

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

Messages

Update for version 19.0.0.185

Differences

@@ -18,7 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.209/install_flash_player.exe" "4e617e363b8a1dd2948253332c9098c0"
+POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.185/install_flash_player.exe" "f4181c5bd87df30b951eef5901db0701"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.185/install_flash_player.exe" "f4181c5bd87df30b951eef5901db0701"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

petch Lundi 20 Juillet 2015 à 10:43
petch

Warning

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

Messages

Update for Flash 18.0.0.209

Differences

@@ -18,7 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.203/install_flash_player.exe" "d14eb8b342a4e550a82fa0d577ffc237"
+POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.209/install_flash_player.exe" "4e617e363b8a1dd2948253332c9098c0"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.209/install_flash_player.exe" "4e617e363b8a1dd2948253332c9098c0"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

petch Mercredi 8 Juillet 2015 à 14:51
petch

Warning

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

Messages

Update for Flash 18.0.0.203

Differences

@@ -18,7 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.160/install_flash_player.exe" "42471472d0632de0b509b8086d9250fb"
+POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.203/install_flash_player.exe" "d14eb8b342a4e550a82fa0d577ffc237"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.203/install_flash_player.exe" "d14eb8b342a4e550a82fa0d577ffc237"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

petch Vendredi 12 Juin 2015 à 19:13
petch

Warning

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

Messages

Update for Flash Player 18.0.0.160

Differences

@@ -18,7 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.203/install_flash_player.exe" "d14eb8b342a4e550a82fa0d577ffc237"
+POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.160/install_flash_player.exe" "42471472d0632de0b509b8086d9250fb"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.160/install_flash_player.exe" "42471472d0632de0b509b8086d9250fb"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

Anonymous
Mercredi 8 Juillet 2015 à 14:24
thanks for this mate, but how on earth do i update?!
Mercredi 8 Juillet 2015 à 14:32
The script has been approved, so this is the one you use already
Anonymous
Mercredi 8 Juillet 2015 à 14:33
I still get an error though
Anonymous
Mercredi 8 Juillet 2015 à 14:35
Error in POL_Download_Resource
MD5 sum mismatch ! (1 attempt)
Anonymous
Mercredi 8 Juillet 2015 à 14:41
please help me mate - I need to update this script for firefox
Mercredi 8 Juillet 2015 à 14:53
Script updated

Edité par petch

petch Mercredi 15 Avril 2015 à 15:24
petch

Warning

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

Messages

 

Update for Flash Player 17

Differences

@@ -18,7 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.305/install_flash_player.exe" "1bca2e01063de6925c01b21abf9654d8"
+POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/17.0.0.169/install_flash_player.exe" "d7e2006b238b4310b289a1bbddf39ff5"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/17.0.0.169/install_flash_player.exe" "d7e2006b238b4310b289a1bbddf39ff5"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

Vendredi 12 Juin 2015 à 17:13
There were changes on the server, md5sum is different now.

Edité par petch

XPilot Vendredi 6 Février 2015 à 9:36
XPilot Anonymous

Warning

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

Messages

Looks like the flashplayer version got bumped. I tried to test it by setting ALLOW_FUCTION_OVERRIDES=TRUE in ~/.PlayOnLinux/playonlinux.cfg and putting this script in

~/.PlayOnLinux/configurations/function_overrides/POL_Install_flashplayer

but PlayOnLinux insisted on using the old script anyways.

Differences

@@ -18,7 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.235/install_flash_player.exe" "502133c3385eb9cc2893fbfe9a2b4a76"
+POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.305/install_flash_player.exe" "1bca2e01063de6925c01b21abf9654d8"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.305/install_flash_player.exe" "1bca2e01063de6925c01b21abf9654d8"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

Aurifier Jeudi 11 Décembre 2014 à 2:51
Aurifier Anonymous

Warning

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

Messages

The link broke, here's the updated link and md5.

Differences

@@ -18,8 +18,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.223/install_flash_player.exe" "2a3fa03719acdfab3998a489e95c2b65"
-
+POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.235/install_flash_player.exe" "502133c3385eb9cc2893fbfe9a2b4a76"
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"
 

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.235/install_flash_player.exe" "502133c3385eb9cc2893fbfe9a2b4a76"
POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

Jeudi 11 Décembre 2014 à 7:26
Thanks!
Anonymous
Jeudi 11 Décembre 2014 à 20:28
No problem! Needed it for Hearthstone. ;)
Tutul Mercredi 19 Novembre 2014 à 17:20
Tutul

Warning

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

Differences

@@ -14,8 +14,11 @@
 # [SuperPlumus] (2012-05-18 06-42)
 #   Update script (broken)
 
+# [Tutul] (2014-11-19 17-20)
+#   Update script (broken)
+
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.152/install_flash_player.exe" "69bff06d45330894a2a61b66e3f16827"
+POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.223/install_flash_player.exe" "2a3fa03719acdfab3998a489e95c2b65"
 
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

# [Tutul] (2014-11-19 17-20)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.223/install_flash_player.exe" "2a3fa03719acdfab3998a489e95c2b65"

POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

petch Jeudi 25 September 2014 à 7:57
petch

Warning

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

Differences

@@ -15,7 +15,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.179/install_flash_player.exe"
+POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.152/install_flash_player.exe" "69bff06d45330894a2a61b66e3f16827"
 
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.152/install_flash_player.exe" "69bff06d45330894a2a61b66e3f16827"

POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

Quentin PÂRIS Jeudi 21 Aoüt 2014 à 20:47
Quentin PÂRIS Anonymous

Warning

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

Differences

@@ -15,7 +15,7 @@
 #   Update script (broken)
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/11.9.900.152/install_flash_player.exe" "a178da64fd1f1031d965175cbbc7f481"
+POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.179/install_flash_player.exe"
 
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player.exe"

Nouveau code source

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2013-12-02 21-09)
# Only For : http://www.playonlinux.com
# RealName: Flash Player

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [Quentin PÂRIS] (2012-11-21 18-19)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-42)
#   Update script (broken)

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.179/install_flash_player.exe"

POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player.exe"

Réponses

Mardi 23 September 2014 à 22:05
$ LC_ALL=C wget 'http://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.179/install_flash_player.exe'
--2014-09-23 22:05:15-- http://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.179/install_flash_player.exe
Resolving fpdownload.macromedia.com (fpdownload.macromedia.com)... 2.19.93.222
Connecting to fpdownload.macromedia.com (fpdownload.macromedia.com)|2.19.93.222|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-09-23 22:05:15 ERROR 404: Not Found.
petch Jeudi 21 Aoüt 2014 à 19:16
petch

Messages

URL's no longer valid

$ LC_ALL=C wget 'http://fpdownload.macromedia.com/get/flashplayer/pdc/11.9.900.152/install_flash_player.exe'
--2014-08-21 19:16:40--  http://fpdownload.macromedia.com/get/flashplayer/pdc/11.9.900.152/install_flash_player.exe
Resolving fpdownload.macromedia.com (fpdownload.macromedia.com)... 2.19.93.222
Connecting to fpdownload.macromedia.com (fpdownload.macromedia.com)|2.19.93.222|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-08-21 19:16:40 ERROR 404: Not Found.

 

Réponses

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