WAPT/mathcad3.1/setup.py
2018-11-16 09:04:54 +01:00

10 lines
249 B
Python

# -*- coding: utf-8 -*-
from setuphelpers import *
import os
uninstallkey = ['{3A4F83E8-C604-4970-8A1F-8963B3507630}']
def install():
print('installing waptmmi-mathcad3.1')
run(r'"mathcad\setup.exe" -xml "mathcad\mathcad.p.xml"')