tis-intratone-interphone icon

intratone interphone

Silent install package for intratone interphone

2.24-0

  • package: tis-intratone-interphone
  • name: intratone interphone
  • version: 2.24-0
  • categories: Utilities
  • maintainer: WAPT Team,Tranquil IT
  • editor: Intratone
  • licence: COGELEC
  • locale: all
  • target_os: windows
  • impacted_process: Interphone.exe
  • architecture: all
  • signature_date:
  • size: 41.97 Mo
  • installed_size: 120.62 Mo
  • homepage : https://www.intratone.fr/

package           : tis-intratone-interphone
version           : 2.24-0
architecture      : all
section           : base
priority          : optional
name              : intratone interphone
categories        : Utilities
maintainer        : WAPT Team,Tranquil IT
description       : Intratone is a wireless access control solution specializing in intercom systems and remote access controls for residential buildings and businesses.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.3
sources           : https://dwn.intratone.info/logiciels/MonInterphoneSetUp.exe
installed_size    : 120623104
impacted_process  : Interphone.exe
description_fr    : Intratone est une solution de contrôle d'accès sans fil, spécialisée dans les systèmes d'interphonie et les contrôles d'accès à distance pour les immeubles résidentiels et les entreprises.
description_pl    : Intratone to bezprzewodowe rozwiązanie kontroli dostępu, specjalizujące się w systemach domofonowych i zdalnych kontrolach dostępu dla budynków mieszkalnych i firm.
description_de    : Intratone ist eine drahtlose Zugangskontrolllösung, die sich auf Gegensprechanlagen und Fernzugangskontrollen für Wohngebäude und Unternehmen spezialisiert hat.
description_es    : Intratone es una solución de control de acceso inalámbrico, especializada en sistemas de intercomunicación y controles de acceso remoto para edificios residenciales y empresas.
description_pt    : Intratone es una solución de control de acceso inalámbrico, especializada en sistemas de intercomunicación y controles de acceso remoto para edificios residenciales y empresas.
description_it    : Intratone è una soluzione di controllo accessi wireless, specializzata in sistemi di citofonia e controlli di accesso remoto per edifici residenziali e aziende.
description_nl    : Intratone is een draadloze toegangscontro-oplossing, gespecialiseerd in intercomsystemen en op afstand bedienbare toegangscontroles voor woongebouwen en bedrijven.
description_ru    : Intratone — это беспроводное решение для контроля доступа, специализирующееся на системах домофонии и дистанционного управления доступом для жилых зданий и предприятий.
audit_schedule    : 
editor            : Intratone
keywords          : access control software, wireless access control, intercom system, wireless access, remote access management, intercom security system, property access management, residential business intercom, intercom installation, property management access, mobile app access, real-time access monitoring, building security, access management platform, intercom access control solution
licence           : COGELEC
homepage          : https://www.intratone.fr/
package_uuid      : 0d13dbcc-abff-49ac-8899-9934888ef677
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : fc16183dd01df91fb2809658f4f7983ce6ef0e24c30ba85ba6c9b526ff710e8c
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : kr2pwIea1n/w613VhAtTaweGSMAP+sZH8CVW3D0mHrycSckiHwrqGj6XcQ+6aot9FPwFixxmmuiGtHE7tROeIqbHF4RX7ObyueWmputtrYjb1x4pirYImLdnxqtR9cl9qO1E6O6Xd5mGFsq65obYwehB4jCagedzpbGXEcRHvcDDwC/WQLc1b4vhivxGugbNeHUYpvmqnfh39bFysEYptZ4YvCTQYrjv6XjG5p9N7iAlVPymtCLfYfJG8VKGbCbWtJyuRtEn/IliQotMuFl3qjmSLMt2s2fKCFPgZ1A/DTmEgmJI1OF40ZQDbjyQvwcgIp87czn0S8JABqOE+Fejmg==
signature_date    : 2024-06-05T10:00:09.588890
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


def install():
    # declaring local variables
    package_version = control.get_software_version()

    # installing the package
    install_exe_if_needed(
        "MonInterphoneSetUp.exe",
        silentflags=" /VERYSILENT",
        key="{708CBC87-C54D-4FD3-9188-C1B05762FE64}_is1",
        min_version=package_version,
    )

# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
from waptutils import get_sha256
from urllib.parse import urlparse, urljoin, quote


def update_package():
    package_updated = False
    proxies = get_proxies_from_wapt_console()
    if not proxies:
        proxies = get_proxies()

    wget('https://dwn.intratone.info/logiciels/MonInterphoneSetUp.exe','MonInterphoneSetUp.exe')
    control.set_software_version( get_version_from_binary('MonInterphoneSetUp.exe'))
    control.save_control_to_wapt()

    return package_updated

e5bc2bb96d476eb37d0eff9e78a5b9a80da01c2fbee70f3ac2f58bd3ce88d091 : setup.py
45d4366f36a2e144ff2f8632c06df4b412a5246ea53de094cbed1baa624a7016 : update_package.py
fc16183dd01df91fb2809658f4f7983ce6ef0e24c30ba85ba6c9b526ff710e8c : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
7472d1a0a0418615a425f4b4b853aebbff6b35b049f4057df1becac74542067e : luti.json
a4e5cf4dbb082dee585ac7e79e7c18b820be829debc565b1177774714fe3e372 : MonInterphoneSetUp.exe
b5c3de1b36a2c95f37e7bea0bea33f4772980b1087d0ddb7676046c7d1859c1c : WAPT/control