Difference between revisions of "QCAD"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link)
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">

Revision as of 12:47, 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>