Difference between revisions of "EndNote"
From WPKG | Open Source Software Deployment and Distribution
(add external link and a bit of formating) |
(Added Endnote X5) |
||
Line 1: | Line 1: | ||
EndNote is a bibliographic manager. For more infos see http://www.endnote.com/ | EndNote is a bibliographic manager. For more infos see http://www.endnote.com/ | ||
− | === EndNote | + | === EndNote X5 === |
− | This is | + | This is the silent installer and uninstaller for EndNote X5. |
<source lang="xml"> | <source lang="xml"> | ||
− | <package | + | <package |
− | id=" | + | id="endnotex5" |
− | name="EndNote | + | name="EndNote X5" |
revision="1" | revision="1" | ||
+ | priority="0" | ||
reboot="false" | reboot="false" | ||
− | |||
> | > | ||
− | <check type= | + | <check type="uninstall" condition="exists" path="EndNote X5"/> |
− | + | <install cmd="msiexec /qn /i %SOFTWARE%\endnote\x5\ENX5Inst.msi"/> | |
− | + | <remove cmd="msiexec /qn /x {86B3F2D6-AC2B-0015-8AE1-F2F77F781B0C}"/> | |
</package> | </package> | ||
− | </source> | + | </source> |
− | === EndNote | + | === EndNote X4 === |
− | This is | + | This is the silent installer and uninstaller for EndNote X4. |
<source lang="xml"> | <source lang="xml"> | ||
− | <package | + | <package |
− | id=" | + | id="endnotex4" |
− | name="EndNote | + | name="EndNote X4" |
revision="1" | revision="1" | ||
+ | priority="0" | ||
reboot="false" | reboot="false" | ||
− | |||
> | > | ||
− | <check type= | + | <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> | |
</source> | </source> | ||
Line 49: | Line 49: | ||
</source> | </source> | ||
− | === EndNote | + | === EndNote X2 === |
− | This is | + | This is a silent installer and uninstaller for EndNote X2. |
<source lang="xml"> | <source lang="xml"> | ||
− | <package | + | <package |
− | id=" | + | id="endnotex2" |
− | name="EndNote | + | name="EndNote X2" |
revision="1" | revision="1" | ||
− | |||
reboot="false" | reboot="false" | ||
+ | priority="35" | ||
> | > | ||
− | <check type= | + | <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> | + | </package> |
</source> | </source> | ||
+ | |||
+ | === EndNote X1 === | ||
+ | This is a silent installer and uninstaller for EndNote X1. | ||
+ | <source lang="xml"> | ||
+ | <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> | ||
+ | </source> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
=== EndNote 7 === | === EndNote 7 === |
Latest revision as of 02:07, 26 April 2012
EndNote is a bibliographic manager. For more infos see http://www.endnote.com/
EndNote X5
This is the silent installer and uninstaller for EndNote X5.
<package
id="endnotex5"
name="EndNote X5"
revision="1"
priority="0"
reboot="false"
>
<check type="uninstall" condition="exists" path="EndNote X5"/>
<install cmd="msiexec /qn /i %SOFTWARE%\endnote\x5\ENX5Inst.msi"/>
<remove cmd="msiexec /qn /x {86B3F2D6-AC2B-0015-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 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 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 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 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>