PowerISO Plugin
If you already have Backup4all, you can add the PowerISO backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
A CD/DVD/Blu-ray image processing tool, that lets you create, extract from, merge or convert images (ISO, BIN) and also mount images using a virtual drive. Download this plugin to back-up PowerISO skins, languages and registry entries.
Raw Plugin (XML) Code: PowerISO.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{AAF449F4-CCFD-422E-9117-EB9A5E0F8F49}</id>
<!--Program name-->
<name>PowerISO</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_CURRENT_USER\Software\PowerISO\Install_Dir</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Skins" type="folder">
<folder>#path#\skins</folder>
</source>
<source name="Languages" type="folder">
<folder>#path#\Lang</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CURRENT_USER\Software\PowerISO" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\PowerISO.exe" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PowerISO" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PowerISO" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\PowerISO" recursive="true"/>
</source>
</sources>
</b4asource>