Difference between revisions of "BeyondCompare"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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...)
(No difference)

Revision as of 03:19, 4 November 2009

BeyondCompare from Scooter Software

An excellent tool for comparing files. Available from [1]

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