POL_Install_flashplayer
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience3 6 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:
ContribuerMembre | Messages |
andykimpe | Mercredi 28 Février 2024 à 23:36 |
andykimpe
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messagesflashplayer 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éponsesEdité par andykimpe |
Dadu042 | Dimanche 9 Aoüt 2020 à 15:03 |
Dadu042
|
MessagesSomething 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
|
InformationCette mise à jour a été acceptée par l'équipe MessagesDisable 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesChecksum mismatch again ( https://www.playonlinux.com/en/topic-16432.html ). 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdated 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éponsesMardi 7 Aoüt 2018 à 19:06
|
jehupacheco | Jeudi 19 Octobre 2017 à 4:50 |
jehupacheco
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesMD5 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdate 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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
|
Messages#!/bin/bash # [QUENTIN PÂRIS] (2016-08-21) Réponses |
vlotho | Samedi 10 Décembre 2016 à 19:07 |
vlotho
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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
|
Messagesle 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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éponsesMercredi 19 Octobre 2016 à 20:27
|
chocolateboy | Dimanche 24 Juillet 2016 à 12:35 |
chocolateboy
|
Messages20.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éponsesDimanche 24 Juillet 2016 à 12:47
Dimanche 24 Juillet 2016 à 12:47
|
petch | Lundi 1 Février 2016 à 19:01 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdate 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdate 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éponsesEdité par petch |
petch | Lundi 19 Octobre 2015 à 7:48 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdate 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
|
MessagesThey've updated it again. Downloader fails as a result. RéponsesLundi 19 Octobre 2015 à 7:51
|
petch | Mardi 22 September 2015 à 13:14 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdate 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdate 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdate 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdate 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éponsesMercredi 8 Juillet 2015 à 14:24
Mercredi 8 Juillet 2015 à 14:32
Mercredi 8 Juillet 2015 à 14:33
Mercredi 8 Juillet 2015 à 14:35
Mercredi 8 Juillet 2015 à 14:41
Mercredi 8 Juillet 2015 à 14:53
Edité par petch |
petch | Mercredi 15 Avril 2015 à 15:24 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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éponsesVendredi 12 Juin 2015 à 17:13
Edité par petch |
XPilot | Vendredi 6 Février 2015 à 9:36 |
XPilot
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesLooks 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesThe 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 |
Tutul | Mercredi 19 Novembre 2014 à 17:20 |
Tutul
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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éponsesMardi 23 September 2014 à 22:05
|
petch | Jeudi 21 Aoüt 2014 à 19:16 |
petch
|
MessagesURL'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