Difference between revisions of "KaleidaGraph"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 3: | Line 3: | ||
<package id="kaleidagraph" name="KaleidaGraph" revision="1" priority="0" reboot="false" > | <package id="kaleidagraph" name="KaleidaGraph" revision="1" priority="0" reboot="false" > | ||
<check type='uninstall' condition='exists' path='KaleidaGraph 3.5' /> | <check type='uninstall' condition='exists' path='KaleidaGraph 3.5' /> | ||
− | <install cmd=' | + | <install cmd='%SOFTWARE%\kaleidagraph\KGSetup /s' /> |
− | <install cmd='cmd /c copy /y | + | <install cmd='cmd /c copy /y %SOFTWARE%\kaleidagraph\KGraph.rsr "%ProgramFiles%\KaleidaGraph" ' /> |
<remove cmd='%windir%\unvise32.exe %programFiles%\KaleidaGraph\uninstal.log' /> | <remove cmd='%windir%\unvise32.exe %programFiles%\KaleidaGraph\uninstal.log' /> | ||
− | |||
</package> | </package> | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 19:56, 2 October 2006
This is a silent installer and uninstaller for KaleidaGraph.
<package id="kaleidagraph" name="KaleidaGraph" revision="1" priority="0" reboot="false" > <check type='uninstall' condition='exists' path='KaleidaGraph 3.5' /> <install cmd='%SOFTWARE%\kaleidagraph\KGSetup /s' /> <install cmd='cmd /c copy /y %SOFTWARE%\kaleidagraph\KGraph.rsr "%ProgramFiles%\KaleidaGraph" ' /> <remove cmd='%windir%\unvise32.exe %programFiles%\KaleidaGraph\uninstal.log' /> </package>