Difference between revisions of "TurboCAD"
From WPKG | Open Source Software Deployment and Distribution
m (add external link) |
m |
||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for TurboCAD a commercial CAD software. More infos from [http://www.turbocad.com/ here] | + | This is a silent installer and uninstaller for TurboCAD a commercial CAD software. More infos from [http://www.turbocad.com/ here]. |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 09:58, 31 March 2011
This is a silent installer and uninstaller for TurboCAD a commercial CAD software. More infos from here.
<package id="turbocad" name="TurboCAD" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="TurboCAD Learning Edition" />
<install cmd='%SOFTWARE%\turbocad\CAD\setup /sms /s /f1%SOFTWARE%\turbocad\CAD\tcad.iss /f2c:\netinst\logs\turbocad.log' />
<remove cmd="%windir%\\uninst.exe -y -a -fC:\IMSI\TCWLE\DeIsL1.isu" />
</package>