Uninstalling the package
Published: May 9, 2017 - 09:07
Good morning,
I created a package but I can't uninstall it
Here is my code:
I created a package but I can't uninstall it
Here is my code:
Code: Select all
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing Smaps')
install_exe_if_needed("smapS_Installation_2.7.0.0.exe",'/VERYSILENT /SUPPRESSMSGBOXES /NORESTART',key='',min_version='0.0.0.0')