Difference between revisions of "Syncback"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: <package id="cdburnerxp" name="CDBurnerXP" revision="1" reboot="false" priority="35" > <check type="logical" condition="and"> <check type="uninstall" condition="exists" path="CDBu...)
 
Line 1: Line 1:
<package
+
This is a silent installer and uninstaller for Syncback.
id="cdburnerxp"
+
<source lang="xml">
name="CDBurnerXP"
+
revision="1"
+
reboot="false"
+
priority="35"
+
>
+
<check type="logical" condition="and">
+
<check type="uninstall" condition="exists" path="CDBurnerXP" />
+
<check type='file' condition='versiongreaterorequal' path='%ProgramFiles%\CDBurnerXP\cdbxpp.exe' value='4.2.2.984' />
+
</check>
+
  
<install cmd='"%PACKAGES%\cdburnerxp\cdbxp_setup_4.2.2.984.exe" /verysilent ALLUSERS=1' />
+
<package
<install cmd='CMD /c del "%ALLUSERSPROFILE%\Desktop\CDBurnerXP.lnk"' />
+
      id="syncback"
<remove cmd='"%programfiles%\CDBurnerXP\unins000.exe" /VERYSILENT' />
+
      name="Syncback Freeware Edition"
 +
      revision="1"
 +
      reboot="false"
 +
      priority="45"
 +
>
 +
      <check type='file' condition='versiongreaterorequal' path='%ProgramFiles%\2BrightSparks\SyncBack\Syncback.exe' value='3.2.19.0' />
 +
<install cmd='%PACKAGES%\syncback\SyncBack_Setup.exe /verysilent' />
 +
<upgrade cmd='%PACKAGES%\syncback\SyncBack_Setup.exe /verysilent' />
 +
<remove cmd='%ProgramFiles%\2BrightSparks\SyncBack\unins000.exe /SILENT' />
 
</package>
 
</package>

Revision as of 06:58, 8 October 2008

This is a silent installer and uninstaller for Syncback.

<package
       id="syncback"
       name="Syncback Freeware Edition"
       revision="1"
       reboot="false"
       priority="45"
>
       <check type='file' condition='versiongreaterorequal' path='%ProgramFiles%\2BrightSparks\SyncBack\Syncback.exe' value='3.2.19.0' />
		<install cmd='%PACKAGES%\syncback\SyncBack_Setup.exe /verysilent' />
		<upgrade cmd='%PACKAGES%\syncback\SyncBack_Setup.exe /verysilent' />
		<remove cmd='%ProgramFiles%\2BrightSparks\SyncBack\unins000.exe /SILENT' />
</package>