Limited time promo

Windows Live Mail Plugin

Softland
Softland
0 USD

Windows Live Mail backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Windows Live Mail backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Windows Live Mail is a free of charge email client from Microsoft's Windows Live set of products. It is intended to be a successor for Outlook Express on Windows XP and Windows Mail on Windows Vista.


Raw Plugin (XML) Code: Windows-Live-Mail.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{EB214849-C58B-4FEB-AF91-2C514739A665}</id>
  <!--Program name-->
  <name>Windows Live Mail</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--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="Windows Live Mail" type="folder">
      <folder>%localappdata%\Microsoft\Windows Live Mail</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Microsoft\Windows Live Mail" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live Mail" recursive="true"/>
    </source>
    <source name="Windows Live" type="folder">
      <folder>%localappdata%\Microsoft\Windows Live</folder>
    </source>
  </sources>
</b4asource>