Difference between revisions of "EndNote"
From WPKG | Open Source Software Deployment and Distribution
m |
(No difference)
|
Revision as of 12:19, 10 December 2005
This is a silent installer and uninstaller for EndNote.
<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="\\server\share\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" "%ProgramFiles%\EndNote\INST.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>