
Description
- package : tis-freemind
- version : 1.0.0.0-2
- architecture : all
- categories :
- maintainer : Hubert TOUVET
- description : automatic package for FreeMind
- locale :
- target_os :
- min_wapt_version :
- sources : https://srvdev/sources/tis-freemind-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:06:16.067411
- Depends :
Setup.py
# -*- coding: utf-8 -*-
from setuphelpers import *
# registry key(s) where WAPT will find how to remove the application(s)
uninstallkey = ['B991B020-2968-11D8-AF23-444553540000_is1']
def install():
print('installing tis-freemind')
run(r'"FreeMind-Windows-Installer-1.0.1-max.exe" /VERYSILENT')