POL_Install_AdobeAir

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 1209151
Wine: System

Feedbacks

Description

Source code

#!/bin/bash
# PlayOnLinux Function
# RealName: Adobe Air
# Author : Tinou
#
# CHANGELOG
# [Petch] (2015-12-13)
#   Set dnsapi DLL override to that AdobeAIR works (http://wiki.playonlinux.com/index.php/Troubleshooting_Common_Problems#Install_needed_components)
# [Petch] (2015-12-23)
#   Download the installer as a resource
# [Dadu042] (2020-01-24 21:20)
#   Adobe Air v18 -> 32.

POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"

POL_Download_Resource "https://archive.org/download/adobe-airinstaller/AdobeAIRInstaller.exe" "a57c38903764f64ba656df01130c38d7"

cd "$POL_USER_ROOT/ressources"
POL_Wine AdobeAIRInstaller.exe -silent

# Incorrect dnsapi overrides is often the reason why AdobeAIR stops working
POL_Wine_OverrideDLL "builtin,native" "dnsapi"

Contributions

Filters:

Contribute
Member Message
camthegeek Tuesday 11 May 2021 at 17:49
camthegeek Anonymous

Information

This update has been approved by the team.

Message

Download URL is dead. Adobe no longer supports. Consider launch own mirrow link of file or use archive.org.

 

Modification has archive.org in which the md5sum matches that of the original file.

Differences

@@ -13,7 +13,7 @@
 
 POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"
 
-POL_Download_Resource "http://airdownload.adobe.com/air/win/download/32.0/AdobeAIRInstaller.exe" "a57c38903764f64ba656df01130c38d7"
+POL_Download_Resource "https://archive.org/download/adobe-airinstaller/AdobeAIRInstaller.exe" "a57c38903764f64ba656df01130c38d7"
 
 cd "$POL_USER_ROOT/ressources"
 POL_Wine AdobeAIRInstaller.exe -silent

New source code

#!/bin/bash
# PlayOnLinux Function
# RealName: Adobe Air
# Author : Tinou
#
# CHANGELOG
# [Petch] (2015-12-13)
#   Set dnsapi DLL override to that AdobeAIR works (http://wiki.playonlinux.com/index.php/Troubleshooting_Common_Problems#Install_needed_components)
# [Petch] (2015-12-23)
#   Download the installer as a resource
# [Dadu042] (2020-01-24 21:20)
#   Adobe Air v18 -> 32.

POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"

POL_Download_Resource "https://archive.org/download/adobe-airinstaller/AdobeAIRInstaller.exe" "a57c38903764f64ba656df01130c38d7"

cd "$POL_USER_ROOT/ressources"
POL_Wine AdobeAIRInstaller.exe -silent

# Incorrect dnsapi overrides is often the reason why AdobeAIR stops working
POL_Wine_OverrideDLL "builtin,native" "dnsapi"

Replies

Monday 18 October 2021 at 22:52
Approved.
Dadu042 Friday 24 January 2020 at 21:27
Dadu042

Warning

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

Differences

@@ -2,13 +2,21 @@
 # PlayOnLinux Function
 # RealName: Adobe Air
 # Author : Tinou
+#
+# CHANGELOG
+# [Petch] (2015-12-13)
+#   Set dnsapi DLL override to that AdobeAIR works (http://wiki.playonlinux.com/index.php/Troubleshooting_Common_Problems#Install_needed_components)
+# [Petch] (2015-12-23)
+#   Download the installer as a resource
+# [Dadu042] (2020-01-24 21:20)
+#   Adobe Air v18 -> 32.
 
 POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"
 
-POL_Download_Resource "http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe" "40553c91a1d2d97d9931ffdfe2db45be"
+POL_Download_Resource "http://airdownload.adobe.com/air/win/download/32.0/AdobeAIRInstaller.exe" "a57c38903764f64ba656df01130c38d7"
 
 cd "$POL_USER_ROOT/ressources"
 POL_Wine AdobeAIRInstaller.exe -silent
 
 # Incorrect dnsapi overrides is often the reason why AdobeAIR stops working
-POL_Wine_OverrideDLL "builtin,native" "dnsapi"
+POL_Wine_OverrideDLL "builtin,native" "dnsapi"
\ No newline at end of file

New source code

#!/bin/bash
# PlayOnLinux Function
# RealName: Adobe Air
# Author : Tinou
#
# CHANGELOG
# [Petch] (2015-12-13)
#   Set dnsapi DLL override to that AdobeAIR works (http://wiki.playonlinux.com/index.php/Troubleshooting_Common_Problems#Install_needed_components)
# [Petch] (2015-12-23)
#   Download the installer as a resource
# [Dadu042] (2020-01-24 21:20)
#   Adobe Air v18 -> 32.

POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"

POL_Download_Resource "http://airdownload.adobe.com/air/win/download/32.0/AdobeAIRInstaller.exe" "a57c38903764f64ba656df01130c38d7"

cd "$POL_USER_ROOT/ressources"
POL_Wine AdobeAIRInstaller.exe -silent

# Incorrect dnsapi overrides is often the reason why AdobeAIR stops working
POL_Wine_OverrideDLL "builtin,native" "dnsapi"

Replies

petch Sunday 13 December 2015 at 11:49
petch

Warning

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

Message

Differences

@@ -8,4 +8,7 @@
 POL_Download_Resource "http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe" "40553c91a1d2d97d9931ffdfe2db45be"
 
 cd "$POL_USER_ROOT/ressources"
-POL_Wine AdobeAIRInstaller.exe -silent
\ No newline at end of file
+POL_Wine AdobeAIRInstaller.exe -silent
+
+# Incorrect dnsapi overrides is often the reason why AdobeAIR stops working
+POL_Wine_OverrideDLL "builtin,native" "dnsapi"

New source code

#!/bin/bash
# PlayOnLinux Function
# RealName: Adobe Air
# Author : Tinou

POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"

POL_Download_Resource "http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe" "40553c91a1d2d97d9931ffdfe2db45be"

cd "$POL_USER_ROOT/ressources"
POL_Wine AdobeAIRInstaller.exe -silent

# Incorrect dnsapi overrides is often the reason why AdobeAIR stops working
POL_Wine_OverrideDLL "builtin,native" "dnsapi"

Replies

Edited by Dadu042

petch Sunday 23 August 2015 at 11:30
petch

Warning

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

Message

Download the installer as a resource

Differences

@@ -5,7 +5,7 @@
 
 POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"
 
-cd "$POL_USER_ROOT/tmp/"
-POL_Download "http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe" "40553c91a1d2d97d9931ffdfe2db45be"
+POL_Download_Resource "http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe" "40553c91a1d2d97d9931ffdfe2db45be"
 
+cd "$POL_USER_ROOT/ressources"
 POL_Wine AdobeAIRInstaller.exe -silent
\ No newline at end of file

New source code

#!/bin/bash
# PlayOnLinux Function
# RealName: Adobe Air
# Author : Tinou

POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"

POL_Download_Resource "http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe" "40553c91a1d2d97d9931ffdfe2db45be"

cd "$POL_USER_ROOT/ressources"
POL_Wine AdobeAIRInstaller.exe -silent

Replies

petch Sunday 23 August 2015 at 11:16
petch

Warning

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

Message

Download version update

Differences

@@ -6,6 +6,6 @@
 POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"
 
 cd "$POL_USER_ROOT/tmp/"
-POL_Download "http://airdownload.adobe.com/air/win/download/15.0/AdobeAIRInstaller.exe" "2f3b1dd634f95d265c4b30faf8ec2082"
+POL_Download "http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe" "40553c91a1d2d97d9931ffdfe2db45be"
 
 POL_Wine AdobeAIRInstaller.exe -silent
\ No newline at end of file

New source code

#!/bin/bash
# PlayOnLinux Function
# RealName: Adobe Air
# Author : Tinou

POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"

cd "$POL_USER_ROOT/tmp/"
POL_Download "http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe" "40553c91a1d2d97d9931ffdfe2db45be"

POL_Wine AdobeAIRInstaller.exe -silent

Replies

Ronin DUSETTE Wednesday 12 November 2014 at 17:54
Ronin DUSETTE

Warning

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

Message

Updating md5.

Differences

@@ -6,6 +6,6 @@
 POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"
 
 cd "$POL_USER_ROOT/tmp/"
-POL_Download "http://airdownload.adobe.com/air/win/download/15.0/AdobeAIRInstaller.exe" "7deb73c0b311f1b41ef8ad97ea196338"
+POL_Download "http://airdownload.adobe.com/air/win/download/15.0/AdobeAIRInstaller.exe" "2f3b1dd634f95d265c4b30faf8ec2082"
 
 POL_Wine AdobeAIRInstaller.exe -silent
\ No newline at end of file

New source code

#!/bin/bash
# PlayOnLinux Function
# RealName: Adobe Air
# Author : Tinou

POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"

cd "$POL_USER_ROOT/tmp/"
POL_Download "http://airdownload.adobe.com/air/win/download/15.0/AdobeAIRInstaller.exe" "2f3b1dd634f95d265c4b30faf8ec2082"

POL_Wine AdobeAIRInstaller.exe -silent

Replies

petch Saturday 18 October 2014 at 14:59
petch

Warning

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

Message

Download version update
 

Differences

@@ -6,6 +6,6 @@
 POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"
 
 cd "$POL_USER_ROOT/tmp/"
-POL_Download "http://airdownload.adobe.com/air/win/download/2.6/AdobeAIRInstaller.exe" "14b16710ae252d73d87f438f07845e0e"
+POL_Download "http://airdownload.adobe.com/air/win/download/15.0/AdobeAIRInstaller.exe" "7deb73c0b311f1b41ef8ad97ea196338"
 
 POL_Wine AdobeAIRInstaller.exe -silent
\ No newline at end of file

New source code

#!/bin/bash
# PlayOnLinux Function
# RealName: Adobe Air
# Author : Tinou

POL_SetupWindow_wait "$(eval_gettext 'Installing Adobe Air')" "$TITLE"

cd "$POL_USER_ROOT/tmp/"
POL_Download "http://airdownload.adobe.com/air/win/download/15.0/AdobeAIRInstaller.exe" "7deb73c0b311f1b41ef8ad97ea196338"

POL_Wine AdobeAIRInstaller.exe -silent

Replies

petch Saturday 18 October 2014 at 14:57
petch

Message

URL is obsolete:

$ LC_ALL=C wget 'http://airdownload.adobe.com/air/win/download/2.6/AdobeAIRInstaller.exe'
--2014-10-18 14:56:51--  http://airdownload.adobe.com/air/win/download/2.6/AdobeAIRInstaller.exe
Resolving airdownload.adobe.com (airdownload.adobe.com)... 90.84.59.120, 90.84.59.145
Connecting to airdownload.adobe.com (airdownload.adobe.com)|90.84.59.120|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-10-18 14:56:51 ERROR 404: Not Found.

http://www.playonmac.com/en/issue-4906.html

Replies