Difference between revisions of "Cwrsync"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 2: Line 2:
  
 
<source lang="xml">
 
<source lang="xml">
<package id="cwrsync" name="cwRsync" revision="20110415.2" priority="10" reboot="false" >
+
<package id="cwrsync" name="cwRsync" revision="20110415.2" priority="10" reboot="false" >
 
   
 
   
<depends package-id="file-utils-menu" />
+
<check type="uninstall" condition="exists" path="cwRsync (remove only)" />
+
<check type="uninstall" condition="exists" path="cwRsync (remove only)" />
+
    <!-- Take care of 32/64bit differences -->         
+
  
    <install cmd='%SOFTWARE%\Utilities\cwrsync\cwRsync_4.0.5_Installer.exe /S' />
+
        <install cmd='%SOFTWARE%\Utilities\cwrsync\cwRsync_4.0.5_Installer.exe /S' />
    <upgrade cmd='%SOFTWARE%\Utilities\cwrsync\cwRsync_4.0.5_Installer.exe /S' />
+
<upgrade cmd='%SOFTWARE%\Utilities\cwrsync\cwRsync_4.0.5_Installer.exe /S' />
 
 
<remove cmd='"%programfiles%\cwRsync\uninstall.exe" /S' />
+
<remove cmd='"%programfiles%\cwRsync\uninstall.exe" /S' />
</package>
+
</package>
 
</source>
 
</source>
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 18:00, 12 May 2011

cwrsync is a windows port of the the popular rsync tool. Unlike some of the alternatives it does not require a separate installation of cygwin.

<package id="cwrsync" name="cwRsync" revision="20110415.2" priority="10" reboot="false" >
 
	<check type="uninstall" condition="exists" path="cwRsync (remove only)" />

        <install cmd='%SOFTWARE%\Utilities\cwrsync\cwRsync_4.0.5_Installer.exe /S' />
	<upgrade cmd='%SOFTWARE%\Utilities\cwrsync\cwRsync_4.0.5_Installer.exe /S' />
	
	<remove cmd='"%programfiles%\cwRsync\uninstall.exe" /S' />
</package>