Difference between revisions of "Image Resizer Powertoy"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Image Resizer Powertoy. | This is a silent installer and uninstaller for Image Resizer Powertoy. | ||
− | + | <source lang="xml"> | |
+ | <package id="imageresize" name="Image resizer powertoy" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="Image Resizer Powertoy for Windows XP" /> | <check type="uninstall" condition="exists" path="Image Resizer Powertoy for Windows XP" /> | ||
<install cmd='%SOFTWARE%\powertoys\imageresizerpowertoysetup.exe /S /v/qn' /> | <install cmd='%SOFTWARE%\powertoys\imageresizerpowertoysetup.exe /S /v/qn' /> | ||
<remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{1CB92574-96F2-467B-B793-5CEB35C40C29}' /> | <remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{1CB92574-96F2-467B-B793-5CEB35C40C29}' /> | ||
− | + | </package> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 22:57, 15 February 2008
This is a silent installer and uninstaller for Image Resizer Powertoy.
<package id="imageresize" name="Image resizer powertoy" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Image Resizer Powertoy for Windows XP" />
<install cmd='%SOFTWARE%\powertoys\imageresizerpowertoysetup.exe /S /v/qn' />
<remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{1CB92574-96F2-467B-B793-5CEB35C40C29}' />
</package>