Difference between revisions of "Tweak UI Powertoy"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Tweak UI Powertoy. | This is a silent installer and uninstaller for Tweak UI Powertoy. | ||
+ | |||
+ | Note: Works with this: http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe | ||
<source lang="xml"> | <source lang="xml"> |
Revision as of 22:50, 5 June 2008
This is a silent installer and uninstaller for Tweak UI Powertoy.
Note: Works with this: http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe
<package id="tweakui" name="Tweak UI powertoy" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Tweakui Powertoy for Windows XP" />
<install cmd='%SOFTWARE%\powertoys\tweakuipowertoysetup.exe /S /v/qn' />
<remove cmd="msiexec /qb /l* c:\netinst\logs\powertoy.log x{C7793EE8-F666-4E6B-9827-76468679480E}" />
</package>