Changes

Jump to: navigation, search

Evernote

738 bytes added, 08:26, 22 May 2012
Evernote
Evernote is a note taking application. For more infos see http://www.evernote.com/
 
I have found an alternative to the method below. The installshield evernote.?.?.?.exe will extract into a c:\users\''user''\appdata\local\temp folder as evernote.msi. You can then install and uninstall easily.
 
<package
id="evernote"
name="Evernote"
revision="%version%"
reboot="false"
priority="2">
<variable name="version" value="4.5.6.6884" />
<variable name="shortversion" value="4.5.6" />
<check type="uninstall" condition="versionequalto" path="Evernote v. %shortversion%" value="%version%"/>
<install cmd='msiexec.exe /i %SOFTWARE%\evernote\Evernote_%version%.msi ALLUSERS=1 /qn '/>
<remove cmd='MsiExec.exe /X{D1F7C704-99F2-11E1-9C74-984BE15F174E} /qn '/><!--4.5.6.6884-->
</package>
 
76
edits

Navigation menu