Windows Live Mail XP Plugin
If you already have Backup4all, you can add the Windows Live Mail XP backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-07-30
Windows Live Mail brings together multiple e-mail accounts, calendars, and more into one easy-to-use program.
Raw Plugin (XML) Code: Windows-Live-Mail-XP.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{868E9B68-43F9-4BF3-9484-422E930AE322}</id>
<!--Program name-->
<name>Windows Live Mail XP</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-->
<variable name="path" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Local AppData</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Windows Live Mail" type="folder">
<folder>#path#\Microsoft\Windows Live Mail</folder>
</source>
<source name="Windows Live " type="folder">
<folder>#path#\Microsoft\Windows Live </folder>
</source>
<source name="Windows Live Contacts" type="folder">
<folder>#path#\Microsoft\Windows Live Contacts</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CURRENT_USER\Software\Microsoft\Windows Live" recursive="true"/>
<registry path="HKEY_CURRENT_USER\Software\Microsoft\Windows Live Contacts" recursive="true"/>
<registry path="HKEY_CURRENT_USER\Software\Microsoft\Windows Live Mail" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live Mail" recursive="true"/>
</source>
</sources>
</b4asource>