Difference between revisions of "CmdHere Powertoy"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add cat) |
||
Line 8: | Line 8: | ||
</package> | </package> | ||
</source> | </source> | ||
− | [[ | + | |
+ | |||
+ | [[Category:Silent Installers|CmdHere Powertoy]] | ||
+ | [[Category:Windows Powertoy]] |
Revision as of 14:17, 1 April 2011
This is a silent installer and uninstaller for Command Prompt Here Powertoy for Windows.
<package id="cmdhere" name="Command Prompt Here powertoy" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="CmdHere Powertoy for Windows XP" />
<install cmd='%SOFTWARE%\powertoys\cmdherepowertoysetup.exe /S /v/qn' />
<remove cmd='msiexec /qb /l* %temp%\powertoy.log /x{6855CCDD-BDF9-48E4-B80A-80DFB96FE36C}' />
<upgrade cmd='' />
</package>