Difference between revisions of "QCAD"
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 QCAD (CAD package). | + | This is a silent installer and uninstaller for QCAD (CAD package). More infos from [http://www.qcad.org/ here]. |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 13:59, 31 March 2011
This is a silent installer and uninstaller for QCAD (CAD package). More infos from here.
<package id="qcad" name="QCAD (CAD package)" revision="1" priority="0" reboot="false">
<check type="file" condition="exists" path="%ProgramFiles%\QCAD\qcad.exe" />
<install cmd='cmd /c mkdir "%ProgramFiles%\QCAD" ' />
<install cmd='cmd /c copy %SOFTWARE%\QCAD\Raw\*.* "%ProgramFiles%"\QCAD' />
<remove cmd='cmd /c del /s /q "%ProgramFiles%"\qcad' />
<remove cmd='cmd /c del /s /q "%AllUsersProfile%\Start Menu\Programs\qcad" '/>
</package>