Limited time promo

ICQ Plugin

Softland
Softland
0 USD

ICQ backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
ICQ is a free instant messaging application that allows sending text, video and audio messages to other users from the same network, as well as provide various features common in IM applications. This plugin will back-up ICQ configurations, profiles and toolbar information.


Raw Plugin (XML) Code: ICQ.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{C7E6D399-A070-4847-8359-F13D26C14672}</id>
  <!--Program name-->
  <name>ICQ</name>
  <!--Executable file path-->
  <exepath type="1">D:\Program Files\ICQ6\ICQ.exe</exepath>
  <!--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_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ICQ.exe\Path</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="ConfigFiles" type="folder">
      <folder>#path#\ConfigFiles</folder>
    </source>
    <source name="Profiles" type="folder">
      <folder>%appdata%\ICQ</folder>
    </source>
    <source name="Toolbar" type="folder">
      <folder>%appdata%\Icq Toolbar</folder>
    </source>
  </sources>
</b4asource>