9 lines
199 B
Python
9 lines
199 B
Python
# -*- coding: utf-8 -*-
|
|
from setuphelpers import *
|
|
|
|
uninstallkey = ['MindView 7.0 7.0.11522.0']
|
|
|
|
def install():
|
|
print('installing waptmmi-mindview7.0')
|
|
run(r'"mindview_7\setup.msi"')
|