Limited time promo

MailWasher Pro Plugin

Softland
Softland
0 USD

MailWasher Pro backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
MailWasher is a spam blocker software that will make it easier to go through your emails without having to manually delete spam programs. The plugin for Mailwasher will allow backing up this programs' settings, configurations, logs and registry keys.


Raw Plugin (XML) Code: MailWasher-Pro.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{97F5F927-C565-4789-8515-F2DD34148D16}</id>
  <!--Program name-->
  <name>MailWasher Pro</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>5.0</minversion>
  <maxversion>5.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-->
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Mail Washer" type="folder">
      <folder>%appdata%\MailWasherPro</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MailWasher" recursive="true"/>
      <registry path="HKEY_CURRENT_USER\Software\FireTrust" recursive="true"/>
      <registry path="HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\MailWasher Pro" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MailWasher Pro_is1" recursive="true"/>
    </source>
  </sources>
</b4asource>