Difference between revisions of "Task Switcher Powertoy"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add cat) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Task Switcher Powertoy. | This is a silent installer and uninstaller for Task Switcher Powertoy. | ||
− | + | <source lang="xml"> | |
+ | <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" /> | <check type="uninstall" condition="exists" path="Alt-Tab Task Switcher Powertoy for Windows XP" /> | ||
− | <install cmd=' | + | <install cmd='%SOFTWARE%\powertoys\TaskswitchPOwertoySetup /s /V/qn' /> |
<remove cmd="msiexec /qn /l* c:\netinst\logs\powertoy.log /x{A7050037-F0EA-4BAB-BCD5-FC05507D6147}" /> | <remove cmd="msiexec /qn /l* c:\netinst\logs\powertoy.log /x{A7050037-F0EA-4BAB-BCD5-FC05507D6147}" /> | ||
− | + | </package> | |
− | + | </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>