VidLogo Plugin
If you already have Backup4all, you can add the VidLogo backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
VidLogo can be used to modify video files and add logos and video watermarks. Use animated logo or AVI logo for videos like a TV sign in one of the corners of screen.
Raw Plugin (XML) Code: VidLogo.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{14A75B14-B1A3-47D3-AFC8-3A3926D79D39}</id>
<!--Program name-->
<name>VidLogo</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\Microsoft\Windows\CurrentVersion\Uninstall\VidLogo_is1\InstallLocation</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Languages" type="folder">
<folder>#path#\Lang</folder>
</source>
<source name="Logs" type="folder">
<folder>%appdata%\GeoVid\VidLogo</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CURRENT_USER\Software\Geovid" recursive="true"/>
<registry path="HKEY_CURRENT_USER\Software\VidLogo" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VidLogo_is1" recursive="true"/>
</source>
</sources>
</b4asource>