Windows Live Messenger Plugin
If you already have Backup4all, you can add the Windows Live Messenger backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
MSN is Microsoft's portal, offering MSNBC News, sports, MSN Money, games, videos, entertainment & celebrity gossip, weather, shopping and other content, as well as Windows Live services such as Hotmail and Messenger.
Raw Plugin (XML) Code: Windows-Live-Messenger.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{56D587E3-8ED9-4573-9B80-1D693BE1594E}</id>
<!--Program name-->
<name>Windows Live Messenger</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>14.0</minversion>
<maxversion>14.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_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Messenger files" type="folder">
<folder>%appdata%\Microsoft\MSN Messenger</folder>
</source>
<source name="Messenger" type="folder">
<folder>%appdata%\Microsoft\Messenger</folder>
</source>
<source name="Received files" type="folder">
<folder>#path#\My Received files</folder>
</source>
</sources>
</b4asource>