Ad-aware SE Personal Plugin
If you already have Backup4all, you can add the Ad-aware SE Personal backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
Ad-aware was one of the first programs to allow scanning the computer in search of adware/spyware and remove those threats. The Personal edition is a free version, and the plugin is designed for it. With this plugin you can easily define a backup job that will back-up Ad-Aware SE Personal skins, languages, plugins and spyware definitions.
Raw Plugin (XML) Code: Ad-aware-SE-Personal.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{AE504C94-DE31-4C84-B59A-4A8FF11E045E}</id>
<!--Program name-->
<name>Ad-aware SE Personal</name>
<!--Executable file path-->
<exepath type="0">C:\Program Files\Lavasoft\Ad-Aware SE Personal\Ad-Aware.exe</exepath>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion/>
<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-->
</variables>
<!--The backup sources-->
<sources>
<source name="Add-aware" type="virtual folder">
<source name="Settings" type="folder">
<folder>%allusersprofile%\Lavasoft\Ad-aware</folder>
</source>
<source name="License" type="folder">
<folder>%allusersprofile%\Lavasoft\License</folder>
</source>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CURRENT_USER\Software\Lavasoft" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Lavasoft" recursive="true"/>
</source>
</sources>
</b4asource>