Limited time promo

Fonts Plugin

Softland
Softland
0 USD

Fonts backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
This backup plugin will back up all your computer installed fonts.


Raw Plugin (XML) Code: Fonts.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{B4657213-F922-4884-91AD-093C1E84091A}</id>
  <!--Program name-->
  <name>Fonts</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="fonts" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Fonts</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Fonts" type="folder">
      <folder>#fonts#\</folder>
    </source>
  </sources>
</b4asource>