Difference between revisions of "KaleidaGraph"
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 KaleidaGraph a data analysis software. More | + | This is a silent installer and uninstaller for KaleidaGraph a data analysis software. More info from [http://www.synergy.com/ here]. |
<source lang="xml"> | <source lang="xml"> |
Revision as of 14:02, 31 March 2011
This is a silent installer and uninstaller for KaleidaGraph a data analysis software. More info from here.
<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>