Difference between revisions of "EndNote"
From WPKG | Open Source Software Deployment and Distribution
(add external link and a bit of formating) |
|||
Line 1: | Line 1: | ||
+ | EndNote is a bibliographic manager. For more infos see http://www.endnote.com/ | ||
+ | |||
+ | === EndNote X1 === | ||
This is a silent installer and uninstaller for EndNote X1. | This is a silent installer and uninstaller for EndNote X1. | ||
<source lang="xml"> | <source lang="xml"> | ||
Line 14: | Line 17: | ||
</source> | </source> | ||
+ | === EndNote X2 === | ||
This is a silent installer and uninstaller for EndNote X2. | This is a silent installer and uninstaller for EndNote X2. | ||
<source lang="xml"> | <source lang="xml"> | ||
Line 29: | Line 33: | ||
</source> | </source> | ||
+ | === EndNote X3 === | ||
This is a silent installer and uninstaller for EndNote X3. | This is a silent installer and uninstaller for EndNote X3. | ||
<source lang="xml"> | <source lang="xml"> | ||
Line 44: | Line 49: | ||
</source> | </source> | ||
+ | === EndNote X4 === | ||
This is the silent installer and uninstaller for EndNote X4. | This is the silent installer and uninstaller for EndNote X4. | ||
<source lang="xml"> | <source lang="xml"> | ||
Line 59: | Line 65: | ||
</source> | </source> | ||
+ | === EndNote 7 === | ||
This is a silent installer and uninstaller for EndNote 7. | This is a silent installer and uninstaller for EndNote 7. | ||
Revision as of 08:27, 1 March 2011
EndNote is a bibliographic manager. For more infos see http://www.endnote.com/
EndNote X1
This is a silent installer and uninstaller for EndNote X1.
<package
id="endnotex1"
name="EndNote X1"
revision="1"
reboot="false"
priority="35"
>
<check type='file' condition='versiongreaterorequal' path='%ProgramFiles%\EndNote X1\EndNote.exe' value='11.0.0.2566' />
<install cmd='msiexec /qn /i %SOFTWARE%\EndnoteX1\ENX1INST.MSI' />
<remove cmd='MsiExec.exe /qn /x {87F7773C-EC9C-461A-AA7B-4AF8EF54DF49}' />
</package>
EndNote X2
This is a silent installer and uninstaller for EndNote X2.
<package
id="endnotex2"
name="EndNote X2"
revision="1"
reboot="false"
priority="35"
>
<check type='file' condition='versiongreaterorequal' path='%ProgramFiles%\EndNote X2\EndNote.exe' value='12.0.0.3210' />
<install cmd='msiexec /qn /i %SOFTWARE%\EndnoteX2\ENX2Inst.msi' />
<remove cmd='MsiExec.exe /qn /x {002B1E90-3241-4D45-8831-E89020F8E7E6}' />
</package>
EndNote X3
This is a silent installer and uninstaller for EndNote X3.
<package
id="endnotex3"
name="EndNote X3"
revision="1"
reboot="false"
priority="35"
>
<check type='file' condition='versiongreaterorequal' path='%ProgramFiles%\EndNote X3\EndNote.exe' value='13.0.0.4094' />
<install cmd='msiexec /qn /i %SOFTWARE%\EndnoteX3\ENX3Inst.msi' />
<remove cmd='MsiExec.exe /qn /x {86B3F2D6-AC2B-4E88-8AE1-F2F77F781B0C}' />
</package>
EndNote X4
This is the silent installer and uninstaller for EndNote X4.
<package
id="endnotex4"
name="EndNote X4"
revision="1"
priority="0"
reboot="false"
>
<check type="uninstall" condition="exists" path="EndNote X4"/>
<install cmd="msiexec /qn /i %SOFTWARE%\endnote\x4\ENX4Inst.msi"/>
<remove cmd="msiexec /qn /x {86B3F2D6-AC2B-0014-8AE1-F2F77F781B0C}"/>
</package>
EndNote 7
This is a silent installer and uninstaller for EndNote 7.
<package id="endnote7" name="Endnote 7" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="EndNote" />
<check type="file" condition="exists" path='%ProgramFiles%\Microsoft Office\Office11\STARTUP\EN7CWYW.dot' />
<check type="file" condition="exists" path='%ProgramFiles%\Microsoft Office\Office11\STARTUP\EN7CWYW.wordxp.wll' />
<check type="file" condition="exists" path='%ProgramFiles%\Microsoft Office\Office11\STARTUP\EN7CWYW.wll' />
<install cmd="%SOFTWARE%\endnote\setup.exe /s" />
<install cmd='cmd /c copy /y "%ProgramFiles%\Endnote\EN7CWYW.dot" "%ProgramFiles%\Microsoft Office\Office11\STARTUP" ' />
<install cmd='cmd /c copy /y "%ProgramFiles%\Endnote\EN7CWYW.wordxp.wll" "%ProgramFiles%\Microsoft Office\Office11\STARTUP" ' />
<install cmd='cmd /c copy /y "%ProgramFiles%\Endnote\EN7CWYW.wll" "%ProgramFiles%\Microsoft Office\Office11\STARTUP" ' />
<remove cmd='"%ProgramFiles%\EndNote\Unwise.exe" /s "%ProgramFiles%\EndNote\INSTALL.log"' />
<remove cmd='cmd /c del "%ProgramFiles%\Microsoft Office\Office11\STARTUP\EN7CWYW.dot"'/>
<remove cmd='cmd /c del "%ProgramFiles%\Microsoft Office\Office11\STARTUP\EN7CWYW.wordxp.wll" '/>
<remove cmd='cmd /c del "%ProgramFiles%\Microsoft Office\Office11\STARTUP\EN7CWYW.wll"' />
<upgrade cmd="" />
</package>