Difference between revisions of "Syncback"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
| Line 7: | Line 7: | ||
revision="1" | revision="1" | ||
reboot="false" | reboot="false" | ||
| − | priority="45" | + | priority="45"> |
| − | > | + | |
<check type='file' condition='versiongreaterorequal' path='%ProgramFiles%\2BrightSparks\SyncBack\Syncback.exe' value='3.2.19.0' /> | <check type='file' condition='versiongreaterorequal' path='%ProgramFiles%\2BrightSparks\SyncBack\Syncback.exe' value='3.2.19.0' /> | ||
<install cmd='%PACKAGES%\syncback\SyncBack_Setup.exe /verysilent' /> | <install cmd='%PACKAGES%\syncback\SyncBack_Setup.exe /verysilent' /> | ||
Revision as of 09:30, 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>