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)
 
m
 
Line 1: Line 1:
Software by http://www.gabrieleponti.com/ which adds features to your context menus like 'send to clipboard...'
+
Silent installer for Send To Toys - software by http://www.gabrieleponti.com/ which adds features to your context menus like 'send to clipboard...'
  
 +
<source lang="xml">
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <?xml version="1.0" encoding="UTF-8"?>
 
   <packages>
 
   <packages>
Line 15: Line 16:
 
   </package>
 
   </package>
 
  </packages>
 
  </packages>
 +
</source>
 +
 +
[[Category:Silent Installers]]

Latest revision as of 09:41, 23 April 2009

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>