Difference between revisions of "Send To Toys"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Sent To Toys for context menu)
(No difference)

Revision as of 08:42, 23 April 2009

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>