Limited time promo

CCleaner Plugin

Softland
Softland
0 USD

CCleaner backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the CCleaner backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
CCleaner is a program that will allow you to erase your web history files and clean up your registry, overall making your system run faster. This plugin will allow backing-up CCleaner settings, registry and user files.


Raw Plugin (XML) Code: CCleaner.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{CC292427-A8A9-4B83-BCB8-621FA5FBEB14}</id>
  <!--Program name-->
  <name>CCleaner</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>2.0</minversion>
  <maxversion>2.9</maxversion>
  <!--Information about the plugin author-->
  <author>
    <name>Softland</name>
    <email>[email protected]</email>
    <website>http://www.backup4all.com</website>
  </author>
  <!--Variables used in the XML file-->
  <variables>
    <!--If type="reg" then the value will be read from the registry-->
    <variable name="path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ccleaner.exe\Path</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Languages" type="folder">
      <folder>#path#\Lang</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Piriform" recursive="true"/>
    </source>
  </sources>
</b4asource>