266
edits
Changes
JabRef
,Add a JabRef entry
JabRef is an Open Source bibliography reference manager. See http://jabref.sourceforge.net/
Dowloads are available from [http://sourceforge.net/projects/jabref/files/jabref/ Sourceforge].
== JabRef 2.6 ==
<source lang="xml">
<?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>
</source>
[[category:Silent Installers]]
Dowloads are available from [http://sourceforge.net/projects/jabref/files/jabref/ Sourceforge].
== JabRef 2.6 ==
<source lang="xml">
<?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>
</source>
[[category:Silent Installers]]