Difference between revisions of "Calculator Powertoy"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
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='%SOFTWARE%\powertoys\powercalcpowertoysetup.exe /S /v/qn' /> | <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:Silent Installers]] |
Revision as of 21:59, 7 February 2008
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>