Limited time promo

LimeWire Plugin

Softland
Softland
0 USD

LimeWire backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
LimeWire is a free P2P file sharing program that uses the Gnutella network and BitTorrent protocol in order to allow its users to exchange all types of files. As of 2010, the program ceased to be officially distributed due to a court order, however older versions still exist as well as a Limewire Pirate Edition. If you are still using Limewire, you can download this plugin to back-up settings, themes and languages.


Raw Plugin (XML) Code: LimeWire.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{68C776FD-3D3F-4A66-B4F7-E3BF3FA6B3F7}</id>
  <!--Program name-->
  <name>LimeWire</name>
  <!--Executable file path-->
  <exepath type="0">D:\Program Files\LimeWire\LimeWire.exe</exepath>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>1.0</minversion>
  <maxversion>1.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_LOCAL_MACHINE\SOFTWARE\LimeWire\InstallDir</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Settings" type="folder">
      <folder>%appdata%\limewire</folder>
    </source>
    <source name="LimeWire" type="folder">
      <folder>#path#</folder>
      <include>|*.prop</include>
    </source>
  </sources>
</b4asource>