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: en
- target_os: windows
- architecture: x64
- signature_date:
- size: 79.77 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 : en
target_os : windows
min_wapt_version : 2.3
sources : https://download.scenari.software/SCENARIclient/?productInfos=
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 : c17cb892-5e6f-4705-ad0e-49799b275b12
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10
max_os_version :
icon_sha256sum :
signer : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date : 2026-06-12T15:53:44.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 : Z5jEOtLbz/+WZn1daSXMDHgDcyUwCJph7Xe0G7ET7agCOmpuKxMwpcevA6KuXiFnWybU+qLvICUvT6GKIhW8xqe2ULiR6kbDgkdpdqmjq03bRLEwuJ7BcjteZjQ0oXFLDIw7gQLf3Y53Gr2n+WfXd1qu49Mv4C5K81z/W0p8C0Jg4d/oH/qEYitPSmgpnzuOvN9IR212oq/33iJJo0rac7ZTQUj2HuJbiLmunuu+Tze/eWcS0p/s7T2GcDtfDzWDr3Lx4a4YsKAVS/nc9u/u1HxQO8hfSCeylqrhkCN7dvLTDnuM6Hh2FH06csjLu1t3q6Ja60dRDXtqWivOx04NOg==
# -*- coding: utf-8 -*-
from setuphelpers import *
app_name = "SCclient"
def install():
bin_name = glob.glob('SCENARIclient*x64.exe')[0]
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(bin_name + r" /S")
def uninstall():
for to_uninstall in installed_softwares("SCENARIclient 6"):
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 *
import re
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
# Search products ID
url_api = "https://download.scenari.software/SCENARIclient/?productInfos="
# Getting latest version information from official sources
print("API used is: %s" % url_api)
json_load = json.loads(wgets(url_api, proxies=proxies))
for download in json_load["ch"]:
# Condition to parcing binary, windows/en/.exe
if (download.get("prc") == "dlProduct" and download.get("metas", {}).get("os") == "windows" and download.get("metas", {}).get("lang") == "en-US" and download.get("n", "").endswith(".exe")):
url_dl = "https://download.scenari.software" + download["metas"]["path"]
filename = download["n"]
version = download["n"].split("client")[1].split("_")[0]
break
print("Version : %s" % version)
print("Filename : %s" % filename)
print("URL : %s" % url_dl)
if not isfile(filename):
package_updated = True
wget(url_dl,filename,proxies=proxies)
# Clean temp folders
for f in glob.glob('*.exe'):
if f != filename:
remove_file(f)
control.set_software_version(version)
control.save_control_to_wapt()
87b28c7c007f521d2a012440391557f87857d738abdb66e062f6c2ea56378d24 : SCENARIclient6.4.5_en-US_202601281155_win_x64.exe
01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
5cb9d36edee7ecd6742d4f922c4ba667ad65f1f9a0c14dbcc20adc37bd8fc472 : WAPT/control
34f15f59d0af13b669f3aceb65dd9279aaee7dc4e12aeb106d4494faefc5c078 : luti.json
6f24e3bcc7495290decc625bfa3436876ee134a5957abf201ef5a01e8705a390 : setup.py
d58d684358f2c363729f01ed7513d591a4bae598e2ed1b0c4671a35eec06f394 : update_package.py