Difference between revisions of "Calculator Powertoy"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add cat)
 
Line 8: Line 8:
 
</source>
 
</source>
  
[[category:Silent Installers]]
+
 
 +
[[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>