Limited time promo

IconPackager Plugin

Softland
Softland
0 USD

IconPackager backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
IconPackager is a design program that lets users change their Windows icons with custom ones from packages delivered with the program. This plugin will add as backup sources IconPackager themes, languages and registry entries.


Raw Plugin (XML) Code: IconPackager.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{84B3DD2D-F5DB-469C-AFA2-2DAA1635F861}</id>
  <!--Program name-->
  <name>IconPackager</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>3.0</minversion>
  <maxversion>3.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\Stardock\ObjectDesktop\IconPackager\Path</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Themes" type="folder">
      <folder>#path#\Themes</folder>
    </source>
    <source name="Languages" type="folder">
      <folder>#path#\lang</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Stardock\IconPackager" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\IconPackager.Package\DefaultIcon" recursive="true"/>
    </source>
  </sources>
</b4asource>