Difference between revisions of "Syncback"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link)
Line 1: Line 1:
This is a silent installer and uninstaller for Syncback.
+
This is a silent installer and uninstaller for Syncback. More infos from [http://www.2brightsparks.com/syncback/syncback-hub.html here]
 +
 
 
<source lang="xml">
 
<source lang="xml">
  
Line 14: Line 15:
 
<remove cmd='%ProgramFiles%\2BrightSparks\SyncBack\unins000.exe /SILENT' />
 
<remove cmd='%ProgramFiles%\2BrightSparks\SyncBack\unins000.exe /SILENT' />
 
</package>
 
</package>
 +
 +
 +
[[Category:Silent Installers]]

Revision as of 10:52, 1 April 2011

This is a silent installer and uninstaller for Syncback. More infos from here

<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>


[[Category:Silent Installers]]