Send To Toys
From WPKG | Open Source Software Deployment and Distribution
Silent installer for Send To Toys - software by http://www.gabrieleponti.com/ which adds features to your context menus like 'send to clipboard...'
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="sendtotoys"
name="Send To Toys"
revision="25"
reboot="false"
priority="2">
<check type="uninstall" condition="exists" path="Send To Toys v2.5" />
<install cmd='%SOFTWARE%\sendtotoys.exe /sp- /verysilent ' />
<upgrade cmd='%SOFTWARE%\sendtotoys.exe /sp- /verysilent ' />
<remove cmd='"%PROGRAMFILES%\Send To Toys\unins000.exe" /silent' />
</package>
</packages>