tis-adobeair icon

Adobe AIR

Paquet d’installation silencieuse pour Adobe AIR

32.0.0.125-6

  • package: tis-adobeair
  • name: Adobe AIR
  • version: 32.0.0.125-6
  • categories: Development
  • maintainer: Kevin Guerineau
  • editor: Adobe
  • locale: all
  • target_os: windows
  • architecture: all
  • signature_date:
  • size: 11.21 Mo
  • installed_size: 40.30 Mo

package           : tis-adobeair
version           : 32.0.0.125-6
architecture      : all
section           : base
priority          : optional
name              : Adobe AIR
categories        : Development
maintainer        : Kevin Guerineau
description       : Adobe AIR is a runtime for software created with Adobe Flash and ActionScript without using a web browser.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 1.7
sources           : 
installed_size    : 40304640
impacted_process  : 
description_fr    : La technologie AIR d'Adobe est utilisée par les développeurs créer des application internet.
description_pl    : Adobe AIR to runtime dla oprogramowania tworzonego za pomocą Adobe Flash i ActionScript bez użycia przeglądarki internetowej
description_de    : Adobe AIR ist eine Laufzeitumgebung für Software, die mit Adobe Flash und ActionScript erstellt wurde, ohne einen Webbrowser zu verwenden
description_es    : Adobe AIR es un tiempo de ejecución para el software creado con Adobe Flash y ActionScript sin utilizar un navegador web
description_pt    : Adobe AIR é um runtime para software criado com Adobe Flash e ActionScript sem utilizar um web browser
description_it    : Adobe AIR è un runtime per il software creato con Adobe Flash e ActionScript senza utilizzare un browser web
description_nl    : Adobe AIR is een runtime voor software die is gemaakt met Adobe Flash en ActionScript zonder gebruik te maken van een webbrowser
description_ru    : Adobe AIR - это среда выполнения для программного обеспечения, созданного с помощью Adobe Flash и ActionScript без использования веб-браузера
audit_schedule    : 
editor            : Adobe
keywords          : 
licence           : 
homepage          : 
package_uuid      : 33933f58-cba5-4497-ba9f-25d21cf3a176
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 5.1
max_os_version    : 
icon_sha256sum    : 36028b417347c82607ec453232f6f33df6627b878a025bfd7aaec2cd6df0d7cd
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : kV4Sp8aqJIvGEVs/rYVggjmCuQTmJxLxZZWk2yLONieWIfCbbhihIXG5BgyazJeqzt9P8CeMDhYlmhFd3Oy9WuUwUvyWDhKJfspbq92O+q11B8xqbfmXBDZfl8I4LH0QXr+OV7xODyww+kfkG/Ppr4EAlwum+1Fg8AhVokh6BNv/PtA1ExNurBiMoyWqMBEKOggDLi2Z0twg2YRQepBiPVjKshHl08epFg1GF/NbLhTpE9NF4P211DD3HWD29OYGSGfZLx3fX6X47YkLlMFbAXnd4miwETJiYIP1KGS4NK4q2TjxwNayqMGgrPKaKHyvy6Waoq3O6vDZ+o6fgJEcCA==
signature_date    : 2022-07-26T04:11:29.146982
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes

# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    install_exe_if_needed("AdobeAIRInstaller.exe", silentflags="-silent", key="Adobe AIR", min_version=control.get_software_version())
    uninstallkey.remove("Adobe AIR")
    mkdirs(makepath(programfiles, "wapt-files"))
    filecopyto("AdobeAIRInstaller.exe", makepath(programfiles, "wapt-files"))


def uninstall():
    uninstaller_dir = makepath(programfiles, "wapt-files")
    uninstaller_path = makepath(uninstaller_dir, "AdobeAIRInstaller.exe")
    run('"%s" -uninstall' % uninstaller_path)
    if isfile(uninstaller_path):
        remove_file(uninstaller_path)
    if isdir(uninstaller_dir) and dir_is_empty(uninstaller_dir):
        remove_tree(uninstaller_dir)

# -*- coding: utf-8 -*-
from setuphelpers import *


def update_package():
    # Declaring local variables
    result = False

    wget(
        "http://srvtemplates.ad.tranquil.it/binary_cache/AdobeAIRInstaller.exe",
        "AdobeAIRInstaller.exe",
        sha256="6718308e10a45176155d0ecc8458bd3606308925b91f26a7d08c148cf52c9db3",
    )

    version = get_file_properties("AdobeAIRInstaller.exe")["FileVersion"]

    # Changing version of the package
    if Version(version) > Version(control.get_software_version()):
        print("Software version updated (from: %s to: %s)" % (control.get_software_version(), Version(version)))
        result = True
    else:
        print("Software version up-to-date (%s)" % Version(version))
    control.version = "%s-%s" % (Version(version), control.version.split("-", 1)[-1])
    # control.set_software_version(version)
    control.save_control_to_wapt()

be9df2f92d4c1536db7b28a8bb1939a3454b4712ac43f26efa045f5e7e60c628 : setup.py
6f49e2b381547cc824d5e6ea9d8d3564d27574b7316ecffbcc3f569d9fd0db97 : update_package.py
6718308e10a45176155d0ecc8458bd3606308925b91f26a7d08c148cf52c9db3 : AdobeAIRInstaller.exe
36028b417347c82607ec453232f6f33df6627b878a025bfd7aaec2cd6df0d7cd : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
5e8161383718093945e2d4ca77ba0d2a90bc4287c050863175594f6029e2c998 : WAPT/changelog.txt
beee8977da3c241a940c8a76b5085af91b50512688ea39af75de6397c4db9e1b : luti.json
8ec6ac1f235c98ae95406dec9e9e8a3e7eea08a9b759f564defded0e33203a46 : WAPT/control

32.0.0.125-6

removing wapt-files if possible
split_update_package