Mendeley Desktop

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

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="%version%" 
  priority="5" 
  reboot="false">
 <variable name="version" value="1.13.4" />
 <check type="uninstall" condition="versionequalto" path="Mendeley Desktop %version%" value="%version%"/>
 
  <install cmd="%SOFTWARE%\Mendeley\Mendeley-Desktop-%version%-win32.exe /S">
	    <exit code='any' />
        </install>
	<upgrade include='install' /> 
  <remove architecture="x86" cmd='"%ProgramFiles%\Mendeley Desktop\Uninstaller.exe" /S '/>
  <remove architecture="x86" cmd='cmd /c rmdir /q /s "%PROGRAMFILES%\Mendeley Desktop"' />
  <remove architecture="x64" cmd='"%ProgramFiles(x86)%\Mendeley Desktop\Uninstaller.exe" /S ' />
  <remove architecture="x64" cmd='cmd /c rmdir /q /s "%PROGRAMFILES(x86)%\Mendeley Desktop"' />

</package>