Difference between revisions of "KaleidaGraph"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 1: Line 1:
 
This is a silent installer and uninstaller for KaleidaGraph.
 
This is a silent installer and uninstaller for KaleidaGraph.
  
<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='\\server\share\kaleidagraph\KGSetup /s' />
+
<install cmd='\\server\share\kaleidagraph\KGSetup /s' />
<install cmd='cmd /c copy /y \\server\share\kaleidagraph\KGraph.rsr "%ProgramFiles%\KaleidaGraph" ' />
+
<install cmd='cmd /c copy /y \\server\share\kaleidagraph\KGraph.rsr "%ProgramFiles%\KaleidaGraph" ' />
<remove cmd='%windir%\unvise32.exe %programFiles%\KaleidaGraph\uninstal.log' />
+
<remove cmd='%windir%\unvise32.exe %programFiles%\KaleidaGraph\uninstal.log' />
<upgrade cmd='' />
+
<upgrade cmd='' />
</package>
+
</package>
  
 
[[category:Silent Installers|KaleidaGraph]]
 
[[category:Silent Installers|KaleidaGraph]]

Revision as of 22:05, 10 December 2005

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='\\server\share\kaleidagraph\KGSetup /s' />
<install cmd='cmd /c copy /y \\server\share\kaleidagraph\KGraph.rsr "%ProgramFiles%\KaleidaGraph" ' />
<remove cmd='%windir%\unvise32.exe %programFiles%\KaleidaGraph\uninstal.log' />
<upgrade cmd= />
</package>