Difference between revisions of "Tweak UI Powertoy"
From WPKG | Open Source Software Deployment and Distribution
m |
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. | ||
− | + | <source lang="xml"> | |
+ | <package id="tweakui" name="Tweak UI powertoy" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="Tweakui Powertoy for Windows XP" /> | <check type="uninstall" condition="exists" path="Tweakui Powertoy for Windows XP" /> | ||
<install cmd='%SOFTWARE%\powertoys\tweakuipowertoysetup.exe /S /v/qn' /> | <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}" /> | <remove cmd="msiexec /qb /l* c:\netinst\logs\powertoy.log x{C7793EE8-F666-4E6B-9827-76468679480E}" /> | ||
− | + | </package> | |
− | + | </source> | |
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 17:36, 23 April 2008
This is a silent installer and uninstaller for Tweak UI Powertoy.
<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>