Difference between revisions of "Task Switcher Powertoy"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add cat) |
||
Line 9: | Line 9: | ||
</source> | </source> | ||
− | [[ | + | |
+ | [[Category:Silent Installers]] | ||
+ | [[Category:Windows Powertoy]] |
Latest revision as of 13:52, 1 April 2011
This is a silent installer and uninstaller for Task Switcher Powertoy.
<package id="taskswitcher" name="TaskSwitcher powertoy" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Alt-Tab Task Switcher Powertoy for Windows XP" />
<install cmd='%SOFTWARE%\powertoys\TaskswitchPOwertoySetup /s /V/qn' />
<remove cmd="msiexec /qn /l* c:\netinst\logs\powertoy.log /x{A7050037-F0EA-4BAB-BCD5-FC05507D6147}" />
</package>