
Amazon WorkSpaces
Paquet d’installation silencieuse pour Amazon WorkSpaces
5.29.1.5595-1
- package: tis-amazon-workspaces
- name: Amazon WorkSpaces
- version: 5.29.1.5595-1
- categories: Utilities
- maintainer: WAPT Team,Tranquil IT,Amel FRADJ
- licence: opensource_free,wapt_private
- target_os: windows
- architecture: x64
- signature_date:
- size: 505.65 Mo
package : tis-amazon-workspaces
version : 5.29.1.5595-1
architecture : x64
section : base
priority : optional
name : Amazon WorkSpaces
categories : Utilities
maintainer : WAPT Team,Tranquil IT,Amel FRADJ
description : Amazon WorkSpaces fits everyone. Access your personal Windows environment on Android, iOS, Fire, Mac, PC and Chromebook devices
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version : 2.3
sources :
installed_size :
impacted_process :
description_fr : Amazon WorkSpaces s'adapte à tous. Accédez à votre environnement Windows personnel sur les appareils Android, iOS, Fire, Mac, PC et Chromebook
description_pl : Amazon WorkSpaces pasuje do każdego. Uzyskaj dostęp do osobistego środowiska Windows na urządzeniach z systemem Android, iOS, Fire, Mac, PC i Chromebook
description_de : Amazon WorkSpaces passt sich jedem an. Greifen Sie auf Android-, iOS-, Fire-, Mac-, PC- und Chromebook-Geräten auf Ihre persönliche Windows-Umgebung zu
description_es : Amazon WorkSpaces se adapta a todos. Acceda a su entorno personal de Windows en dispositivos Android, iOS, Fire, Mac, PC y Chromebook
description_pt : O Amazon WorkSpaces adapta-se a todos. Aceda ao seu ambiente Windows pessoal em dispositivos Android, iOS, Fire, Mac, PC e Chromebook
description_it : Amazon WorkSpaces è adatto a tutti. Accedete al vostro ambiente Windows personale su dispositivi Android, iOS, Fire, Mac, PC e Chromebook
description_nl : Amazon WorkSpaces is geschikt voor iedereen. Krijg toegang tot je persoonlijke Windows-omgeving op Android, iOS, Fire, Mac, PC en Chromebook-apparaten
description_ru : Amazon WorkSpaces подходит всем. Получите доступ к своей персональной среде Windows на устройствах Android, iOS, Fire, Mac, PC и Chromebook
audit_schedule :
editor :
keywords :
licence : opensource_free,wapt_private
homepage :
package_uuid : 04ec8f85-2d42-418f-887a-6d13b9f613f9
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10.0
max_os_version :
icon_sha256sum : 8f9f2236a9be0cbccdea8416c3bdaf31b5bcb8c501e38b88467a5a1d17559e51
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-08-11T04:05:57.000000
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
signature : v5QRSqBEHmjg/qHj+hzbSSI9fFqYc48eP54XM/bsd4+JVfEU/HyKXauDXNGDsM9jDxfN5l3aQzRnVXLgb5PyGVna7SE7T2brU+9mwERPo8dtIxMv5N2iEom1POIkhnJf73D8J1/e7/4XwqKtqwcXEJibmi3gcusm5f9PGYc2migi3LBtk3FcIMduXN3rrsKTadegxKwE+p1oj1VgA5mX5HfuRKTmvGNq5iWNh1HsrKFc+kzUhtRV0S/RY68wrZrLdEHU8wTm4/bVt45qtqCe9ZVYhgzjgO6XlRLtsuDsYefMFN7FObXfjItrQl7Aq5oG/0VkKjV2rvyTTz6SJnf3aw==
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def install():
# Declaring local variables
# Installing the software
install_msi_if_needed("Amazon+WorkSpaces.msi")
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import glob
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies_from_wapt_console()
if not proxies:
proxies = get_proxies()
download_url = "https://d2td7dqidlhjx7.cloudfront.net/prod/global/windows/Amazon+WorkSpaces.msi"
latest_bin = download_url.split("/")[-1]
# Downloading latest binaries
print("Download URL is: %s" % download_url)
if not isfile(latest_bin):
print("Downloading: %s" % latest_bin)
wget(download_url, latest_bin, proxies=proxies)
package_updated = True
else:
print("Binary is present: %s" % latest_bin)
# Deleting outdated binaries
for f in glob.glob('*.exe'):
if f != latest_bin:
remove_file(f)
version = get_version_from_binary(latest_bin)
# Mettre à jour le package
control.set_software_version(version)
control.save_control_to_wapt()
2d39b4721c03dee9e920b7af79139549a366ed3818220137415b70abcd858313 : Amazon+WorkSpaces.msi
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
b5776891390b618091672679df702a9a399ee4e57968dd84feb954d527f842ba : WAPT/control
8f9f2236a9be0cbccdea8416c3bdaf31b5bcb8c501e38b88467a5a1d17559e51 : WAPT/icon.png
8bb9b35fdb198ed2073edae0b23d17f9c983069315af63f14d490d4cf2b0495e : luti.json
651774fb2836d4c1505d3e7f30205755cc6933214d78019be0a2eab2c55a348b : setup.py
a21fe84ff086f5ef35f8dc971f880429399c5bb1488dfb312d05d20495960c77 : update_package.py