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 …')
 
Line 17: Line 17:
 
   <install cmd="%COMSPEC% /c del '%ALLUSERSPROFILE%\Desktop\Mendeley Desktop.lnk' /q"/>
 
   <install cmd="%COMSPEC% /c del '%ALLUSERSPROFILE%\Desktop\Mendeley Desktop.lnk' /q"/>
  
   <remove cmd="'%PROGRAMFILES%\Mendeley Desktop\Uninstall.exe' /S"/>
+
   <remove cmd="'%PROGRAMFILES%\Mendeley Desktop\Uninstaller.exe' /S"/>
  
 
</package>
 
</package>

Revision as of 11:43, 6 April 2011

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\Uninstaller.exe' /S"/>

</package>