Limited time promo

Avant Browser Plugin

Softland
Softland
0 USD

Avant Browser backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Avant is a free web browser that is based on the core of Internet Explorer, however it offers more features that lack in IE. Once installed this backup plugin will allow backing up the Avant Browser profiles, skins, languages and registry entries.


Raw Plugin (XML) Code: Avant-Browser.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{A5A1EEA8-AC64-423F-9C9C-7E798656CA76}</id>
  <!--Program name-->
  <name>Avant Browser</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>11.0</minversion>
  <maxversion>11.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\Avant Browser\InstallPath</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Profiles" type="folder">
      <folder>%appdata%\Avant Profiles</folder>
    </source>
    <source name="Skins" type="folder">
      <folder>#path#\skins</folder>
    </source>
    <source name="Language" type="folder">
      <folder>#path#\Lang</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Avant Browser" recursive="true"/>
    </source>
  </sources>
</b4asource>