Difference between revisions of "DeltaCopy"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Rsync based backup)
(No difference)

Revision as of 04:37, 8 October 2009

Silent installer for DeltaCopy.

DeltaCopy is an open source, fast incremental backup program, based on Rsync.

Extracting the MSI

Start Setup.exe. Copy DeltaCopy.msi from your temp directory. Cancel Setup.

WPKG Package

<!-- http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp -->

  <package id="deltacopy" name="Delta Copy" revision="1" reboot="false" priority="3">
  <check type="uninstall" condition="exists" path="DeltaCopy" />
  <install cmd='msiexec /qn /i "%SOFTWARE%\deltacopy\DeltaCopy.msi" ALLUSERS=1' />
  <install cmd='"%PROGRAMFILES%\Synametrics Technologies\DeltaCopy\DcServce.exe" /SILENT /INSTALL' />
    <!-- If you only need the client, remove above line -->
  <upgrade cmd='msiexec /qn /i "%SOFTWARE%\deltacopy\DeltaCopy.msi" ALLUSERS=1' />
  <remove cmd='"%PROGRAMFILES%\Synametrics Technologies\DeltaCopy\DcServce.exe" /SILENT /UNINSTALL' />
    <!-- If install was client-only, remove the above line -->
  <remove cmd='msiexec /qn /x {D6E5F58F-C879-4EC1-90F7-BA31BABF10C9}' />
</package>