WinDVD Plugin
If you already have Backup4all, you can add the WinDVD backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
WinDVD (owned by Corel Corporation) is a commercial multimedia player for Microsoft Windows. It allows watching movies directly from CD/DVD/Blu-ray, but also dvd backups stored on your computer. With the help of this plugin you can back-up WinDVD playlists, bookmarks, captures, skins and registry entries.
Raw Plugin (XML) Code: WinDVD.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{13D6571F-B4EE-4BB4-883E-F226BD01E821}</id>
<!--Program name-->
<name>WinDVD</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>10.0</minversion>
<maxversion>10.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\App Paths\WinDVD.exe\Path</variable>
<variable name="personal" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="User files" type="folder">
<folder>%allusersprofile%\Corel\WinDVD Pro</folder>
</source>
<source name="Configure" type="folder">
<folder>%programfiles%\Corel\CorelWinDVD2010\configure</folder>
</source>
<source name="Plugins" type="folder">
<folder>%programfiles%\Corel\CorelWinDVD2010\plug-in</folder>
</source>
</sources>
</b4asource>