Difference between revisions of "Calculator 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 Power Calculator Powertoy. | This is a silent installer and uninstaller for Power Calculator Powertoy. | ||
− | + | <source lang="xml"> | |
− | + | <package id="powercalc" name="Power Calculator powertoy" revision="1" priority="0" reboot="false"> | |
<check type="uninstall" condition="exists" path="Calculator Powertoy for Windows XP" /> | <check type="uninstall" condition="exists" path="Calculator Powertoy for Windows XP" /> | ||
− | <install cmd=' | + | <install cmd='%SOFTWARE%\powertoys\powercalcpowertoysetup.exe /S /v/qn' /> |
<remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{B37C842A-B624-46B8-A727-654E72F1C91A}' /> | <remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{B37C842A-B624-46B8-A727-654E72F1C91A}' /> | ||
− | + | </package> | |
− | + | </source> | |
− | [[ | + | [[Category:Silent Installers]] |
+ | [[Category:Windows Powertoy]] |
Latest revision as of 14:18, 1 April 2011
This is a silent installer and uninstaller for Power Calculator Powertoy.
<package id="powercalc" name="Power Calculator powertoy" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Calculator Powertoy for Windows XP" />
<install cmd='%SOFTWARE%\powertoys\powercalcpowertoysetup.exe /S /v/qn' />
<remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{B37C842A-B624-46B8-A727-654E72F1C91A}' />
</package>