ExPressit Plugin
If you already have Backup4all, you can add the ExPressit backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
exPressit is a software that can be used to apply labels on CD/DVD/Blu-ray discs, tapes and basically everything else you can put a label on. With this plugin you can easily define a backup job that will back-up exPressit plugins, data, configuration and registry.
Raw Plugin (XML) Code: ExPressit.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{4852A8CB-8309-4300-AAE8-742C12966341}</id>
<!--Program name-->
<name>ExPressit</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\exPressit S.E. 3.0\InstallPath</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Settings" type="virtual folder">
<source name="Design" type="folder">
<folder>#path#\design</folder>
</source>
<source name="Ini" type="folder">
<folder>#path#\ini</folder>
</source>
<source name="Plugins" type="folder">
<folder>#path#\plugins</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\exPressit S.E. 3.0" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exp" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Expressit.Design" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\exPressit S.E. 3.0" recursive="true"/>
</source>
</source>
</sources>
</b4asource>