Scenari Client
Silent install package for Scenari Client
6.4.5-0
Office
Office
Preprod packages are packages built on LUTI.
They remain in PREPROD usually for 5 days, after which a second VirusTotal scan is performed to verify that the status has not changed.
If the package passes this last check, it is promoted to PROD and published on the store.
- package: tis-scenariclient
- name: Scenari Client
- version: 6.4.5-0
- categories: Office
- maintainer: WAPT Team,Tranquil IT
- editor: Kelis
- licence: GPLV2
- locale: all
- target_os: windows
- architecture: x64
- signature_date:
- size: 79.92 Mo
- homepage : https://scenari.software/fr/
package : tis-scenariclient
version : 6.4.5-0
architecture : x64
section : base
priority : optional
name : Scenari Client
categories : Office
maintainer : WAPT Team,Tranquil IT
description : Client SCENARI, logiciel de chaine éditoriale
depends :
conflicts :
maturity : PREPROD
locale : all
target_os : windows
min_wapt_version : 2.3
sources : https://download.scenari.software/
installed_size :
impacted_process :
description_fr : Client SCENARI, logiciel de chaine éditoriale
description_pl :
description_de :
description_es :
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule :
editor : Kelis
keywords :
licence : GPLV2
homepage : https://scenari.software/fr/
package_uuid : c2b8ab36-de19-4006-a4f7-9cfc3693ea61
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10
max_os_version :
icon_sha256sum : 192ba3441efe39f86f15b6c4db2ddcf052ebd34e2fff2b0afed646ba377a6d4c
signer : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date : 2026-06-12T14:22:47.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 : imcip9MCM13W4v/lLglyvyHti+X96B0EaK7i3XzDQWJNJ28ravZllij8+0MF/e4VP4T0oSt74UAk04xi02XTLnuAQnb4ffYyGnX05DTG9EURGhYuw9Owkbn3KpkBaM8TjuGMVMEvG+EKki5WVegaWPydWFkwfcVd/dLxrhD0Dzpcjdhkq1ganrZzMgzj/8UCo0eiDba+wlgnL/miHPhlvYSMcEYZEYE9PxW4l3AnRI5M3UugXeeFY8VXBgqlfA4rT1MomIzfGlN4rwYJqUDXxAijH4C0Dub/kD8z4pu1cWD1TOPeOGPbSwGbninScuZA6QZIiCIVLwpAmOdeAD91eg==
# -*- coding: utf-8 -*-
from setuphelpers import *
app_name = "SCENARIclient 6"
def install():
for to_uninstall in installed_softwares("SCclient"):
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"])
print("installing tis-scenariclient")
run(r'"SCENARIclient6.4.5_fr-FR_202601281209_win_x64.exe" /S')
def uninstall():
for to_uninstall in installed_softwares(app_name):
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"])
# -*- coding: utf-8 -*-
from setuphelpers import *
def update_package():
wget(
"http://srvtemplates.ad.tranquil.it/binary_cache/SCENARIclient6.4.5_fr-FR_202601281209_win_x64.exe",
"SCENARIclient6.4.5_fr-FR_202601281209_win_x64.exe",
sha256="F9A7D222AA152F5FBA10E6546766343FEF0890047911FEB1E50E40DC40B63B8E",
)
f9a7d222aa152f5fba10e6546766343fef0890047911feb1e50e40dc40b63b8e : SCENARIclient6.4.5_fr-FR_202601281209_win_x64.exe
01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
38c91532122ba0f797f2c001dd6fefc6ace8b92f99f9c2f90f4e49d598329249 : WAPT/control
192ba3441efe39f86f15b6c4db2ddcf052ebd34e2fff2b0afed646ba377a6d4c : WAPT/icon.png
f8bf50a6cdc12354f2268ee57f907ee5f6f6ff676057dda94ee940557b85776b : luti.json
a3212d2908daf3ae7b67abf263fb6e575abe8a3d438d1d92b33b37367e87e2e0 : setup.py
21713a240703180ddbe2e1c5baa0665159fdbdab5b24c2aa771e18e473f754a0 : update_package.py