Difference between revisions of "Task Switcher Powertoy"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
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='%SOFTWARE%\powertoys\TaskswitchPOwertoySetup /s /V/qn' /> | <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:Silent Installers]] |
Revision as of 17:31, 23 April 2008
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>