Difference between revisions of "Ccleaner"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Updated to CCleaner 3.0.1 and cleaned up the package)
Line 59: Line 59:
  
 
This will remove the recycle bin context menu items.
 
This will remove the recycle bin context menu items.
 +
Please look for yourself in the registry. The keys depend on your OS language version!
  
 
ccleaner.reg:
 
ccleaner.reg:

Revision as of 12:56, 14 December 2010

This is a silent installer and uninstaller for CCleaner.

CCleaner homepage http://www.ccleaner.com/

You can download the slim installer (without the Yahoo toolbar) here http://www.piriform.com/ccleaner/download/slim.

WPKG package by Gabriele email: gaby"at"rantoloblog.it

Modified by Chris. Note: CCleaner's installer puts the icons in "%UserProfile%". This corrects that. Also, CCleaner adds shortcuts to the recycle bin. The registry script deletes them both.

CCleaner

<?xml version="1.0" encoding="UTF-8"?>
<packages>
	<package
		id="ccleaner"
		name="CCleaner 3.01"
		revision="301"
		reboot="false"
		priority="0">

		<check type="uninstall" condition="exists" path="CCleaner" />
		<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\CCleaner\CCleaner.exe" value="3.0.1.1327"/>

		<install cmd='%SOFTWARE%\ccleaner\ccsetup301_slim.exe /S' />
		<!-- Remove the recycle bin context menu items -->
		<install cmd='regedit /s %WPKGROOT%\reg\ccleaner.reg' />
		<!-- Move the start menu shortcuts to the All Users profile -->
		<install cmd='%COMSPEC% /c mkdir "%AllUsersProfile%\Start Menu\Programs\CCleaner"' />
		<install cmd='%COMSPEC% /c copy "%UserProfile%\Start Menu\Programs\CCleaner\CCleaner.lnk" "%AllUsersProfile%\Start Menu\Programs\CCleaner"' />
		<install cmd='%COMSPEC% /c rmdir /q /s "%UserProfile%\Start Menu\Programs\CCleaner"' />
		<!-- Delete any Desktop shortcuts -->
		<install cmd='%COMSPEC% /c del /q "%UserProfile%\Desktop\CCleaner.lnk"' ><exit code="any" /></install>
		<install cmd='%COMSPEC% /c del /q "%AllUsersProfile%\Desktop\CCleaner.lnk"' ><exit code="any" /></install>
		<install cmd='%COMSPEC% /c del /q "%Public%\Desktop\CCleaner.lnk"' ><exit code="any" /></install>

		<upgrade cmd='%SOFTWARE%\ccleaner\ccsetup301_slim.exe /S' />
		<!-- Remove the recycle bin context menu items -->
		<upgrade cmd='regedit /s %WPKGROOT%\reg\ccleaner.reg' />
		<!-- The start menu shortcuts should already be in the All Users profile -->
		<upgrade cmd='%COMSPEC% /c rmdir /q /s "%UserProfile%\Start Menu\Programs\CCleaner"' />
		<!-- Delete any Desktop shortcuts -->
		<upgrade cmd='%COMSPEC% /c del /q "%UserProfile%\Desktop\CCleaner.lnk"' ><exit code="any" /></upgrade>
		<upgrade cmd='%COMSPEC% /c del /q "%AllUsersProfile%\Desktop\CCleaner.lnk"' ><exit code="any" /></upgrade>
		<upgrade cmd='%COMSPEC% /c del /q "%Public%\Desktop\CCleaner.lnk"' ><exit code="any" /></upgrade>

		<remove cmd='"%ProgramFiles%\CCleaner\uninst.exe" /S' />
		<remove cmd='%COMSPEC% /c rmdir /q /s "%AllUsersProfile%\Start Menu\Programs\CCleaner"' />
	</package>
</packages>

This will remove the recycle bin context menu items. Please look for yourself in the registry. The keys depend on your OS language version!

ccleaner.reg:

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell\Open CCleaner...]

[-HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell\Run CCleaner]