Difference between revisions of "CmdHere Powertoy"
From WPKG | Open Source Software Deployment and Distribution
m (Added web link) |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for [http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/CmdHerePowertoySetup.exe Command Prompt Here Powertoy] for Windows. | This is a silent installer and uninstaller for [http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/CmdHerePowertoySetup.exe Command Prompt Here Powertoy] for Windows. | ||
− | + | <source lang="xml"> | |
− | + | <package id="cmdhere" name="Command Prompt Here powertoy" revision="1" priority="0" reboot="false"> | |
<check type="uninstall" condition="exists" path="CmdHere Powertoy for Windows XP" /> | <check type="uninstall" condition="exists" path="CmdHere Powertoy for Windows XP" /> | ||
<install cmd='%SOFTWARE%\powertoys\cmdherepowertoysetup.exe /S /v/qn' /> | <install cmd='%SOFTWARE%\powertoys\cmdherepowertoysetup.exe /S /v/qn' /> | ||
<remove cmd='msiexec /qb /l* %temp%\powertoy.log /x{6855CCDD-BDF9-48E4-B80A-80DFB96FE36C}' /> | <remove cmd='msiexec /qb /l* %temp%\powertoy.log /x{6855CCDD-BDF9-48E4-B80A-80DFB96FE36C}' /> | ||
<upgrade cmd='' /> | <upgrade cmd='' /> | ||
− | + | </package> | |
− | + | </silent> | |
[[category:Silent Installers|CmdHere Powertoy]] | [[category:Silent Installers|CmdHere Powertoy]] |
Revision as of 22:03, 7 February 2008
This is a silent installer and uninstaller for Command Prompt Here Powertoy for Windows.
<package id="cmdhere" name="Command Prompt Here powertoy" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="CmdHere Powertoy for Windows XP" />
<install cmd='%SOFTWARE%\powertoys\cmdherepowertoysetup.exe /S /v/qn' />
<remove cmd='msiexec /qb /l* %temp%\powertoy.log /x{6855CCDD-BDF9-48E4-B80A-80DFB96FE36C}' />
<upgrade cmd='' />
</package>
</silent>
[[category:Silent Installers|CmdHere Powertoy]]