tis-zoom
6.5.3.7509-17
Une visioconférence d'entreprise avec messagerie et partage de contenu en temps réel
47027 téléchargements
Télécharger
Voir le résultat de la construction Voir l'analyse de VirusTotal

- package : tis-zoom
- name : Zoom Client
- version : 6.5.3.7509-17
- categories : Messaging
- maintainer : WAPT Team,Tranquil IT,Jimmy PELÉ,Jordan ARNAUD
- editor : Zoom Video Communications, Inc.
- licence : proprietary_free,wapt_public
- locale : all
- target_os : windows
- impacted_process : Zoom
- architecture : x64
- signature_date : 2025-07-05 10:00
- size : 150.07 Mo
- installed_size : 348.84 Mo
- homepage : https://zoom.us/
package : tis-zoom
version : 6.5.3.7509-17
architecture : x64
section : base
priority : optional
name : Zoom Client
categories : Messaging
maintainer : WAPT Team,Tranquil IT,Jimmy PELÉ,Jordan ARNAUD
description : Enterprise video conferencing with real-time messaging and content sharing
depends :
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.3
sources : https://zoom.us/download
installed_size : 348838866
impacted_process : Zoom
description_fr : Une visioconférence d'entreprise avec messagerie et partage de contenu en temps réel
description_pl : Wideokonferencje korporacyjne z przesyłaniem wiadomości w czasie rzeczywistym i udostępnianiem treści
description_de : Videokonferenzen für Unternehmen mit Messaging und Content Sharing in Echtzeit
description_es : Videoconferencias para empresas con mensajería en tiempo real y compartición de contenidos
description_pt : Videoconferência empresarial com mensagens em tempo real e partilha de conteúdos
description_it : Videoconferenze aziendali con messaggistica e condivisione di contenuti in tempo reale
description_nl : Enterprise-videoconferencing met real-time messaging en het delen van inhoud
description_ru : Корпоративные видеоконференции с обменом сообщениями и контентом в режиме реального времени
audit_schedule :
editor : Zoom Video Communications, Inc.
keywords : zoom,video,conferencing,messaging
licence : proprietary_free,wapt_public
homepage : https://zoom.us/
package_uuid : d3b91449-45ee-41e5-a976-dc3b6f55fb88
valid_from :
valid_until :
forced_install_on :
changelog : https://support.zoom.us/hc/en-us/sections/360008531132-Zoom-Releases-By-Date
min_os_version : 10.0
max_os_version :
icon_sha256sum : eb12991e7b7d395bc3953c9992a17467c5a9fc99c6318c69f4d84f8ac844a3a1
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-07-05T10:00:53.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 : saE1/Sni2+/aeJ6RVxEZpDUSULoQQStT707LFl/Y56EcIIsS3NnwS1flE0X7xrDfjQcXEjUAe5i31cqkB3kmHmo4w4drclpHraFjjJRhrQri0OIEnkAbFxm/5uwSe5DZneytwiX7lZgmy0CadeDd1/PGeWasLKQZuWDABqMFRDO7qSzC6HHC4+KSSMGbcEVxtDDElb5QDLI/XfnYLf+j5zum7lk0v9eJUM9uIBnOuzJ5pEWy1uX67OIxP5yQJVvbzgQ6v4I2e7ac69HcOFwzjCAKTYdUfEe9CykwOsc7ejEt93s0LTJ2eM9ixffgu+B/zocyqDBotOUvhEp1dVlySg==
# -*- coding: utf-8 -*-
from setuphelpers import *
"""
UninstallKey Software Version Uninstallstring
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
{3EA2FA1B-2AAD-4DB6-9340-F37C517ACB6E} Zoom(32bit) 5.10.5263 MsiExec.exe /X{3EA2FA1B-2AAD-4DB6-9340-F37C517ACB6E}
{10F9C1AD-E615-47A6-B3E6-A66308D01F65} Zoom(64bit) 5.10.5035 MsiExec.exe /X{10F9C1AD-E615-47A6-B3E6-A66308D01F65}
{
"key": "{829BFEC0-7900-490D-B30D-61737D79AFC4}",
"name": "Zoom (32-bit)",
"version": "5.17.31859",
"install_date": "2024-02-09 00:00:00",
"install_location": "",
"uninstall_string": "MsiExec.exe /X{829BFEC0-7900-490D-B30D-61737D79AFC4}",
"publisher": "Zoom",
"system_component": 0,
"win64": false,
}
{
"key": "{499EA83F-642D-40CB-A55E-5D385DEDD376}",
"name": "Zoom (64-bit)",
"version": "5.17.31859",
"install_date": "2024-02-09 00:00:00",
"install_location": "",
"uninstall_string": "MsiExec.exe /X{499EA83F-642D-40CB-A55E-5D385DEDD376}",
"publisher": "Zoom",
"system_component": 0,
"win64": true,
}
Installation procedure: https://support.zoom.us/hc/articles/201362163-Mass-Installation-and-Configuration-for-Windows
"""
bin_name = "ZoomInstallerFull.msi"
silentflags = (
'ZoomAutoUpdate=false ZNoDesktopShortCut=true ZoomAutoStart=false ZSILENTSTART=false ZConfig="DisableAdvancedSharingService=1;AddFWException=1"'
)
def get_app_path_version(key):
if control.architecture == "x64":
app_path = makepath(programfiles, r"Zoom\bin\Zoom.exe")
else:
app_path = makepath(programfiles32, r"Zoom\bin\Zoom.exe")
return get_file_properties(app_path)["FileVersion"]
def install():
# Uninstalling the other architecture of the software
if iswin64():
for to_uninstall in installed_softwares(name=r"Zoom\s?\((64|32)-bit\)"):
if not to_uninstall["win64"]:
print("Removing: %s (%s)" % (to_uninstall["name"], to_uninstall["version"]))
killalltasks(control.impacted_process.split(","))
run(uninstall_cmd(to_uninstall["key"]))
wait_uninstallkey_absent(to_uninstall["key"])
# Installing the software
print("Installing: %s (%s)" % (get_msi_properties(bin_name)["ProductName"], control.get_software_version()))
install_msi_if_needed(
bin_name,
properties=silentflags,
min_version=control.get_software_version(),
get_version=get_app_path_version,
)
# -*- coding: utf-8 -*-
from setuphelpers import *
import requests
import msilib
bin_name = "ZoomInstallerFull.msi"
url_dl = "https://www.zoom.us/client/latest/ZoomInstallerFull.msi"
def get_zoom_product_version(msi_filename):
# Get version from description msi
db = msilib.OpenDatabase(msi_filename, msilib.MSIDBOPEN_READONLY)
db.GetSummaryInformation(1)
description = db.GetSummaryInformation(1).GetProperty(6)
return ensure_unicode(description).replace(" (", ".").split(")")[0]
def update_package():
# Declaring local variables
result = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
app_name = control.name
if control.architecture == "x64":
download_url = "https://zoom.us/client/latest/ZoomInstallerFull.msi?archType=x64"
else:
download_url = "https://zoom.us/client/latest/ZoomInstallerFull.msi?archType=x86"
# Getting latest version information from download url
download_url = requests.head(download_url, allow_redirects=False).headers["Location"]
version = download_url.split("prod/")[1].split("/")[0]
latest_bin = download_url.split("/")[-1]
print("Latest %s version is: %s" % (app_name, version))
print("Download URL is: %s" % download_url)
# Deleting outdated binaries
remove_outdated_binaries(version)
# Downloading latest binaries
if not isfile(latest_bin):
print("Downloading: %s" % latest_bin)
wget(download_url, latest_bin, proxies=proxies)
else:
print("Binary is present: %s" % latest_bin)
if Version(get_zoom_product_version(latest_bin)) != Version(version):
remove_file(latest_bin)
error("The version returned by the request and the version returned by the msi does not match")
# 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()
# Validating update-package-sources
return result
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
92620807971d00a6eacf5f76dab89d305b22b8529c9366739893f924d352a8a1 : WAPT/changelog.txt
a96a7b3d3ce9f680815bf4fc3327da07e8e12e11901d29da9c4f6818b786f2ed : WAPT/control
eb12991e7b7d395bc3953c9992a17467c5a9fc99c6318c69f4d84f8ac844a3a1 : WAPT/icon.png
bbcf73741feaea00d215080d8cc01e833980cba2678da28346a93bf9ba964dde : ZoomInstallerFull.msi
94eed46d1f64c2476bbdc272ce55755d0e1433dededeadada0e9d83473ff4eae : luti.json
e58935b98b78a54f2e14b48cf3f2ec971e14b0435e6fd569b1c28468dca60424 : setup.py
6b17262fd68976d888286c71ab61f76f31e52fe9af180a07e10ed7646efbe676 : update_package.py
-16
===
only allow x64 on x64 systems
5.10.4.5035-13
===
Uninstalling the other architecture of the software
5.10.4.5035-11
===
Splitting windows package to archs
Improving overall windows package
min_wapt_version : 2.0