POL_Install_AdobeAir

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 1210560
Wine: System

Feedbacks

Omschrijving

Broncode

#!/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 Bericht
camthegeek Dinsdag 11 Mei 2021 om 17:49
camthegeek Anonymous

Information

This update has been approved by the team.

Bericht

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"

Antwoorden

Maandag 18 October 2021 om 22:52
Approved.
Dadu042 Vrijdag 24 Januari 2020 om 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"

Antwoorden

petch Zondag 13 December 2015 om 11:49
petch

Warning

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

Bericht

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"

Antwoorden

Aangepast door Dadu042

petch Zondag 23 Augustus 2015 om 11:30
petch

Warning

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

Bericht

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

Antwoorden

petch Zondag 23 Augustus 2015 om 11:16
petch

Warning

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

Bericht

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

Antwoorden

Ronin DUSETTE Woensdag 12 November 2014 om 17:54
Ronin DUSETTE

Warning

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

Bericht

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

Antwoorden

petch Zaterdag 18 October 2014 om 14:59
petch

Warning

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

Bericht

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

Antwoorden

petch Zaterdag 18 October 2014 om 14:57
petch

Bericht

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.playonlinux.com/en/issue-4906.html

Antwoorden