tis-vidyoweb icon

Vidyoweb

Paquet d’installation silencieuse pour Vidyoweb

1.0.3.00060-1

  • package: tis-vidyoweb
  • name: Vidyoweb
  • version: 1.0.3.00060-1
  • categories: Messaging
  • maintainer: Hubert TOUVET
  • locale: all
  • target_os: windows
  • architecture: all
  • signature_date:
  • size: 3.30 Mo

package           : tis-vidyoweb
version           : 1.0.3.00060-1
architecture      : all
section           : base
priority          : optional
name              : Vidyoweb
categories        : Messaging
maintainer        : Hubert TOUVET
description       : VidyoWeb lets you easily join Vidyo calls on your Chrome, Firefox, Internet Explorer, or Safari browser.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.0
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : VidyoWeb vous permet de rejoindre facilement les appels Vidyo sur votre navigateur Chrome, Firefox, Internet Explorer ou Safari
description_pl    : VidyoWeb umożliwia łatwe dołączenie do rozmów Vidyo w przeglądarce Chrome, Firefox, Internet Explorer lub Safari
description_de    : Mit VidyoWeb können Sie ganz einfach über Ihren Chrome-, Firefox-, Internet Explorer- oder Safari-Browser an Vidyo-Anrufen teilnehmen
description_es    : VidyoWeb te permite unirte fácilmente a las llamadas de Vidyo en tu navegador Chrome, Firefox, Internet Explorer o Safari
description_pt    : VidyoWeb permite-lhe juntar-se facilmente às chamadas Vidyo no seu navegador Chrome, Firefox, Internet Explorer, ou Safari
description_it    : VidyoWeb consente di partecipare facilmente alle chiamate Vidyo sul proprio browser Chrome, Firefox, Internet Explorer o Safari
description_nl    : Met VidyoWeb kunt u eenvoudig deelnemen aan Vidyo-oproepen op uw Chrome-, Firefox-, Internet Explorer- of Safari-browser
description_ru    : VidyoWeb позволяет легко присоединиться к звонкам Vidyo в браузере Chrome, Firefox, Internet Explorer или Safari
audit_schedule    : 
editor            : 
keywords          : 
licence           : 
homepage          : 
package_uuid      : 3a42cbab-e975-43ae-91ae-39975a9e6507
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : de41ea548ab9f2bca02f642a2245fe84b898d74b0329d378594167b56d1eb824
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : khn1d8EXRhgUa3a6LY20BGFaEMNYMC+/rQwumh5Zm5WQJuzYO2WZDWACrv0dFYDzdhohXU7ArbGP2XuQcpNpmIrE6BCInjiFfyNmXGo8B0HRqxCHVZncZ0aLoBn4Lbs2r48oPnu2SZVq17kdZw5bkx0PUgh6gQ4dYHH2PlsL8Tj1oR4FuqpnbSRPGUXeL5BCLhHARGSKB3krYA6xY22mns+puSKHV931C5+tCv+QioCcHfntZQfn9TeWg0T6zZ4vUap6vjlOEulhnZXKYGWOdvnI3wkZ19Xf9uLmVe6RmDshrlEfQFruDy7OV0V0d3FbvgGpFuDHJGXbm/sjdXExdw==
signature_date    : 2022-07-27T02:30:22.545307
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 *


# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
appdir = makepath(programfiles, "VidyoWeb")


def install():
    # Declaring local variables

    # Installing the software
    print("Installing: %s" % control.package)
    mkdirs(appdir)
    filecopyto(
        "VidyoWeb-win32-1.0.3.00060.msi",
        appdir,
    )


def uninstall():
    remove_tree(appdir)


def session_setup():
    install_msi_if_needed(makepath(appdir, "VidyoWeb-win32-1.0.3.00060.msi"))

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


def update_package():
    wget(
        "http://srvtemplates.ad.tranquil.it/binary_cache/VidyoWeb-win32-1.0.3.00060.msi",
        "VidyoWeb-win32-1.0.3.00060.msi",
        sha256="DFD0F4E2363116B12F017F9FD41FE11CB394A4838DF6ECD75EA2A72EBFD5A48D",
    )

7a79c762aed0ad6ad0b55779af23bafaa0e6c04686441597a2aba7c7185b50b5 : setup.py
dfd0f4e2363116b12f017f9fd41fe11cb394a4838df6ecd75ea2a72ebfd5a48d : VidyoWeb-win32-1.0.3.00060.msi
abb1d46811d707c4524a6fd7deb53dcd243a83dba8b956d3b3fc7fee01490335 : update_package.py
de41ea548ab9f2bca02f642a2245fe84b898d74b0329d378594167b56d1eb824 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
c2d50d40d6e195dc26781b7c3ffde2160ff9847fc4a95bdc7c569442b6c1327d : luti.json
00dccd8b6f90b7e9b78d900e112df270abf229b6e5f81c76ff33ee2ba9d49e58 : WAPT/control