tis-scenariclient
4.1.0.6-0
Client SCENARI, logiciel de chaine éditoriale (scenari-platform.org)
2906 downloads

Description
- package : tis-scenariclient
- version : 4.1.0.6-0
- architecture : all
- categories :
- maintainer : Vincent Cardon
- description : Client SCENARI, logiciel de chaine éditoriale (scenari-platform.org)
- 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 :
- editor :
- licence :
- signature_date : 2020-02-27T21:41:13.353152
Setup.py
# -*- coding: utf-8 -*-
from setuphelpers import *
# registry key(s) where WAPT will find how to remove the application(s)
uninstallkey = ['SCclient4.1']
# command(s) to launch to remove the application(s)
#uninstallstring = ['C:\Program Files\SCENARI\SCENARIclient4.0']
# list of required parameters names (string) which can be used during install
required_params = []
def install():
# if you want to modify the keys depending on environment (win32/win64... params..)
global uninstallkey
global uninstallstring
print('installing tis-scenariclient')
run(r'"SCENARIclient_4.1.0.06_fr-FR.exe" /S')