4
edits
Changes
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 …'
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 [http://www.mendeley.com/download-mendeley-desktop/windows/instructions www.mendeley.com/download-mendeley-desktop].
<source lang="xml">
<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>
</source>
[[Category:NSIS]]
[[Category:Silent Installers]]
The installation file is downloaded from [http://www.mendeley.com/download-mendeley-desktop/windows/instructions www.mendeley.com/download-mendeley-desktop].
<source lang="xml">
<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>
</source>
[[Category:NSIS]]
[[Category:Silent Installers]]