Difference between revisions of "BeyondCompare"
From WPKG | Open Source Software Deployment and Distribution
(New page: BeyondCompare from Scooter Software An excellent tool for comparing files. Available from [http://www.scootersoftware.com/index.php] <source lang="xml"> <?xml version="1.0" encoding="UT...) |
|||
Line 1: | Line 1: | ||
BeyondCompare from Scooter Software | BeyondCompare from Scooter Software | ||
− | An excellent tool for comparing files. Available from [http://www.scootersoftware.com/index.php] | + | An excellent tool for comparing files. Available from [http://www.scootersoftware.com/index.php http://www.scootersoftware.com/index.php] |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 03:22, 4 November 2009
BeyondCompare from Scooter Software
An excellent tool for comparing files. Available from http://www.scootersoftware.com/index.php
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="beyondcompare" name="BeyondCompare from Scooter Software" revision="1" reboot="false" priority="1">
<check type="file" condition="exists" path="%PROGRAMFILES%\BeyondCompare\BCompare-3.1.7.10865.exe" />
<install cmd='%SOFTWARE%\software\BeyondCompare-3.1.7.10865\BCompare-3.1.7.10865.exe /SP /SILENT' />
<upgrade cmd='%SOFTWARE%\software\BeyondCompare-3.1.7.10865\BCompare-3.1.7.10865.exe /SP /SILENT' />
<remove cmd='%PROGRAMFILES%\BeyondCompare\BCompare-3.1.7.10865.exe /SP /SILENT' />
</package>
</packages>