tis-wixedit
0.7.5-0
automatic package for WixEdit (Jasper Keuper (jkeuper@gmail.com))
2533 downloads

Description
- package : tis-wixedit
- version : 0.7.5-0
- architecture : all
- categories :
- maintainer : Hubert TOUVET
- description : automatic package for WixEdit (Jasper Keuper (jkeuper@gmail.com))
- 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:43:33.168464
Setup.py
# -*- coding: utf-8 -*-
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 canb 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-wixedit')
run('wix37.exe /q')
run('wixedit-0.7.5.msi /qn')