Difference between revisions of "JabRef"
From WPKG | Open Source Software Deployment and Distribution
(Add a JabRef entry) |
(No difference)
|
Revision as of 10:17, 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%.exe" /S' />
<upgrade cmd='"%SOFTWARE%\jabref\JabRef_%PKG_VERSION%.exe" /S' />
<remove cmd='"%PROGRAMFILES%\JabRef\uninstall.exe" /S' />
</package>
</packages>