Difference between revisions of "EndNote"
From WPKG | Open Source Software Deployment and Distribution
(error in remove action (/s missing and install.log instead of inst.log)) |
|||
Line 56: | Line 56: | ||
<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.wordxp.wll" "%ProgramFiles%\Microsoft Office\Office11\STARTUP" ' /> | ||
<install cmd='cmd /c copy /y "%ProgramFiles%\Endnote\EN7CWYW.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\ | + | <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.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.wordxp.wll" '/> |
Revision as of 16:57, 23 March 2010
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>
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>
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>
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>