CursorXP Plugin
If you already have Backup4all, you can add the CursorXP backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
						Adrian (Softland)
,
							
						2021-06-17
					
		
			
			
			CursorXP is a program that gives you the ability to create custom cursor icons for Windows and replace the default one. This plugin is for the free version (they offer a paid version too with other features). This plugin can back-up themes, languages and registry entries for CursorXP.
			
		
		Raw Plugin (XML) Code: CursorXP.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{69029A09-84B1-417B-A24B-96317F62B572}</id>
  <!--Program name-->
  <name>CursorXP</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>1.0</minversion>
  <maxversion>1.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\CursorXP\Dir</variable>
    <variable name="localappdata" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Local AppData</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Languages" type="folder">
      <folder>#path#\Languages</folder>
    </source>
    <source name="Themes" type="folder">
      <folder>#path#\Themes</folder>
    </source>
    <source name="CursorXP" type="folder">
      <folder>#localappdata#\Stardock</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CursorXP" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Stardock" recursive="true"/>
    </source>
  </sources>
</b4asource>