tis-clamsentinel
1.21.0.0-0
Extension de Clamwin (antivirus) de Andrea Russo
3119 downloads

Description
- package : tis-clamsentinel
- version : 1.21.0.0-0
- architecture : all
- categories :
- maintainer : Tranquil IT System, Jérémie MOTTE
- description : Extension de Clamwin (antivirus) de Andrea Russo
- locale :
- target_os :
- min_os_version :
- max_os_version :
- 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-27T15:02:30.960469
- Depends :
Setup.py
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------
# This file is part of WAPT
# Copyright (C) 2013 Tranquil IT Systems http://www.tranquil.it
# WAPT aims to help Windows systems administrators to deploy
# setup and update applications on users PC.
#
# WAPT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# WAPT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with WAPT. If not, see <http://www.gnu.org/licenses/>.
#
# -----------------------------------------------------------------------
from setuphelpers import *
# registry key(s) where WAPT will find how to remove the application(s)
uninstallkey = []
# command(s) to launch to remove the application(s)
uninstallstring = []
# 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
uninstallstring = ['"%s" /VERYSILENT' % os.path.join(programfiles32,'ClamSentinel','unins000.exe') ]
print('installing tis-clamsentinel')
run(r'"ClamSentinel1.21.exe" /VERYSILENT')
[["setup.py","caf5f505f63166910e12b31c55422be233b36d33e6477b8d9130e39e6f9ca84b"],["WAPT/certificate.crt","a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf"],["WAPT/wapt.psproj","798d3fe459b24e0460ace5be62ed6f6a46b3628442db63889ed4697c27047eb6"],["WAPT/control","89b5110dabdd9e82e89b0885397b16bbbfb402246d9081dff9e86bbf482129a2"],["ClamSentinel1.21.exe","ca4bba156ab4351c1722394df50f31e9e26a0e9f26eeb615ea2f945503c5cb8d"]]