Difference between revisions of "KaleidaGraph"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for KaleidaGraph. | This is a silent installer and uninstaller for KaleidaGraph. | ||
− | + | <source lang="xml"> | |
+ | <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='%SOFTWARE%\kaleidagraph\KGSetup /s' /> | <install cmd='%SOFTWARE%\kaleidagraph\KGSetup /s' /> | ||
<install cmd='cmd /c copy /y %SOFTWARE%\kaleidagraph\KGraph.rsr "%ProgramFiles%\KaleidaGraph" ' /> | <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> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 22:33, 16 February 2008
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>