tis-btsync
1.4.103-1
Partage synchronisation fichier peer to peer BitTorrent Sync (BitTorrent, Inc.)
4513 downloads

Description
- package : tis-btsync
- version : 1.4.103-1
- architecture : all
- categories :
- maintainer : Hubert TOUVET
- description : Partage synchronisation fichier peer to peer BitTorrent Sync (BitTorrent, Inc.)
- locale :
- target_os :
- min_wapt_version :
- sources : https://srvdev/sources/tis-btsync-wapt/trunk
- 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:05.969126
Setup.py
# -*- coding: utf-8 -*-
from setuphelpers import *
# registry key(s) where WAPT will find how to remove the application(s)
uninstallkey = ['BitTorrent Sync']
def install():
print('installing tis-btsync')
killalltasks('btsync.exe')
killalltasks('bttray.exe')
if installed_softwares(uninstallkey[0]):
uninstall_cmd = WAPT.uninstall_cmd(uninstallkey[0])
if uninstall_cmd:
run(uninstall_cmd)
try:
run(r'"BitTorrent_Sync" /S')
except CalledProcessError as e:
if e.returncode>1:
raise e