Difference between revisions of "JabRef"
From WPKG | Open Source Software Deployment and Distribution
(Add a JabRef entry) |
m (minor change to accomodate to the original name) |
||
Line 13: | Line 13: | ||
<check type="uninstall" condition="versiongreaterorequal" path="JabRef .+" value="%PKG_VERSION%" /> | <check type="uninstall" condition="versiongreaterorequal" path="JabRef .+" value="%PKG_VERSION%" /> | ||
− | <install cmd='"%SOFTWARE%\jabref\ | + | <install cmd='"%SOFTWARE%\jabref\JabRef-%PKG_VERSION%-setup.exe" /S' /> |
− | <upgrade cmd='"%SOFTWARE%\jabref\ | + | <upgrade cmd='"%SOFTWARE%\jabref\JabRef-%PKG_VERSION%-setup.exe" /S' /> |
<remove cmd='"%PROGRAMFILES%\JabRef\uninstall.exe" /S' /> | <remove cmd='"%PROGRAMFILES%\JabRef\uninstall.exe" /S' /> | ||
</package> | </package> |
Revision as of 10:18, 2 March 2011
JabRef is an Open Source bibliography reference manager. See http://jabref.sourceforge.net/
Dowloads are available from Sourceforge.
JabRef 2.6
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="jabref" name="JabRef" revision="%PKG_VERSION%" reboot="false" priority="10">
<variable name="PKG_VERSION" value="2.6" />
<check type="uninstall" condition="versiongreaterorequal" path="JabRef .+" value="%PKG_VERSION%" />
<install cmd='"%SOFTWARE%\jabref\JabRef-%PKG_VERSION%-setup.exe" /S' />
<upgrade cmd='"%SOFTWARE%\jabref\JabRef-%PKG_VERSION%-setup.exe" /S' />
<remove cmd='"%PROGRAMFILES%\JabRef\uninstall.exe" /S' />
</package>
</packages>