tis-samsung-ssd-magician
43-0
gestion SSD Samsung 840 Pro Samsung Magician (Samsung Electronics)
1389 downloads

Description
- package : tis-samsung-ssd-magician
- version : 43-0
- architecture : all
- categories :
- maintainer : Hubert TOUVET
- description : gestion SSD Samsung 840 Pro Samsung Magician (Samsung Electronics)
- 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:12.707622
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 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-samsung-ssd-magician')
run(r'"Samsung_Magician_v43.exe" /VERYSILENT')