Difference between revisions of "Mendeley Desktop"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with 'Mendeley is a free reference manager and academic social network that can help you organize your research, collaborate with others online, and discover the latest research. The …')
(No difference)

Revision as of 16:22, 25 October 2010

Mendeley is a free reference manager and academic social network that can help you organize your research, collaborate with others online, and discover the latest research.

The installation file is downloaded from www.mendeley.com/download-mendeley-desktop.

<package 
  id="mendeley" 
  name="Mendeley Desktop" 
  revision="0.9.8.1" 
  priority="5" 
  reboot="false">

  <check type="uninstall" condition="exists" path="Mendeley Desktop 0.9.8.1"/>

  <install cmd="%SOFTWARE%\Mendeley\Mendeley-Desktop-0.9.8.1-win32.exe /S"/>
  <install cmd="%COMSPEC% /c del '%ALLUSERSPROFILE%\Desktop\Mendeley Desktop.lnk' /q"/>

  <remove cmd="'%PROGRAMFILES%\Mendeley Desktop\Uninstall.exe' /S"/>

</package>