Limited time promo

PhotoJoy Plugin

Softland
Softland
0 USD

PhotoJoy backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
PhotoJoy is an application that allows you to create 3D Screensavers, Desktop Wallpaper Collages and PhotoToy Widgets by using your own pictures. With the help of this plugin you can back-up downloaded ScreenSavers, PhotoToy, Collage, Skins and Wallpapers.


Raw Plugin (XML) Code: PhotoJoy.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{572FE454-D12E-4DD9-A34C-B07107209D43}</id>
  <!--Program name-->
  <name>PhotoJoy</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>2.0</minversion>
  <maxversion>2.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\PhotoJoy\DataPath</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="PhotoJoy" type="folder">
      <folder>#path#</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\PhotoJoy" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\PhotoJoy" recursive="true"/>
    </source>
  </sources>
</b4asource>