POL_Install_flashplayer

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 666450
Wine: System

Feedbacks

Source code

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

Contribute
Member Message
andykimpe Wednesday 28 February 2024 at 23:36
andykimpe Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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

New source code

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

Replies

Edited by andykimpe

Dadu042 Sunday 9 August 2020 at 15:03
Dadu042

Message

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

Replies

Dadu042 Thursday 23 May 2019 at 9:39
Dadu042

Information

This update has been approved by the team.

Message

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

New source code

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

Replies

Dadu042 Tuesday 23 April 2019 at 10:27
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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

New source code

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

Replies

LinuxScripter Sunday 8 July 2018 at 16:21
LinuxScripter Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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

New source code

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

Replies

Tuesday 7 August 2018 at 19:06
Does this fix the file mis-match error we get in PlayOnLinux?
jehupacheco Thursday 19 October 2017 at 4:50
jehupacheco Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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

New source code

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

Replies

SuperPlumus Saturday 20 May 2017 at 18:05
SuperPlumus Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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

New source code

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

Replies

bionicrm Friday 27 January 2017 at 5:09
bionicrm Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

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

Replies

the.one Friday 30 December 2016 at 3:33
the.one Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

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

Replies

the.one Thursday 29 December 2016 at 2:57
the.one Anonymous

Message

#!/bin/bash
# Date : (2010-14-11 21-00)
# Last revision : (2016-12-29 12-54)
# Only For : http://www.playonmac.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"

Replies

vlotho Saturday 10 December 2016 at 19:07
vlotho Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"
 

New source code

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

Replies

vlotho Saturday 10 December 2016 at 19:04
vlotho Anonymous

Message

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

Replies

Quentin PÂRIS Saturday 10 December 2016 at 13:20
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"
 

New source code

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

Replies

Quentin PÂRIS Sunday 21 August 2016 at 22:13
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"
 

New source code

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

Replies

Anonymous
Wednesday 19 October 2016 at 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 Sunday 24 July 2016 at 12:35
chocolateboy Anonymous

Message

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?

 

Replies

Anonymous
Sunday 24 July 2016 at 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
Sunday 24 July 2016 at 12:47
https://helpx.adobe.com/uk/security/products/flash-player/apsb16-04.html
petch Monday 1 February 2016 at 19:01
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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"
 

New source code

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

Replies

petch Thursday 10 December 2015 at 17:22
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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"
 

New source code

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

Replies

Edited by petch

petch Monday 19 October 2015 at 7:48
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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"
 

New source code

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

Replies

smitty_the_smith Monday 19 October 2015 at 7:28
smitty_the_smith Anonymous

Message

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

Replies

Monday 19 October 2015 at 7:51
I updated the script
petch Tuesday 22 September 2015 at 13:14
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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"
 

New source code

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

Replies

petch Monday 20 July 2015 at 10:43
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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"
 

New source code

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

Replies

petch Wednesday 8 July 2015 at 14:51
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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"
 

New source code

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

Replies

petch Friday 12 June 2015 at 19:13
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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"
 

New source code

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

Replies

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

Edited by petch

petch Wednesday 15 April 2015 at 15:24
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

 

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"
 

New source code

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

Replies

Friday 12 June 2015 at 17:13
There were changes on the server, md5sum is different now.

Edited by petch

XPilot Friday 6 February 2015 at 9:36
XPilot Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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"
 

New source code

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

Replies

Aurifier Thursday 11 December 2014 at 2:51
Aurifier Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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"
 

New source code

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

Replies

Thursday 11 December 2014 at 7:26
Thanks!
Anonymous
Thursday 11 December 2014 at 20:28
No problem! Needed it for Hearthstone. ;)
Tutul Wednesday 19 November 2014 at 17:20
Tutul

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"

New source code

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

Replies

petch Thursday 25 September 2014 at 7:57
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"

New source code

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

Replies

Quentin PÂRIS Thursday 21 August 2014 at 20:47
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"

New source code

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

Replies

Tuesday 23 September 2014 at 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 Thursday 21 August 2014 at 19:16
petch

Message

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.

 

Replies