Difference between revisions of "Ccleaner"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for CCleaner. | This is a silent installer and uninstaller for CCleaner. | ||
− | < | + | <source lang="xml"> |
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 34: | Line 34: | ||
</packages> | </packages> | ||
− | </ | + | </source> |
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 22:00, 7 February 2008
This is a silent installer and uninstaller for CCleaner.
<?xml version="1.0" encoding="UTF-8"?>
<!--
CCleaner homepage :
http://www.ccleaner.com/
Download CCleaner without YahooToolbar! :
http://www.ccleaner.com/download/builds.aspx
WPKG pack by Gabriele
email: gaby"at"rantoloblog.it
-->
<packages>
<package
id="ccleaner"
name="CCleaner"
revision="1"
priority="15">
<check type="uninstall" condition="exists" path="CCleaner (remove only)" />
<install cmd='"%SOFTWARE%\Ccleaner\ccsetup139_basic.exe" /S' />
<upgrade cmd='"%SOFTWARE%\Ccleaner\ccsetup139_basic.exe" /S' />
<remove cmd='%PROGRAMFILES%\CCleaner\uninst.exe /S' />
</package>
</packages>