Limited time promo

MediaCell Mobile Video Converter Plugin

Softland
Softland
0 USD

MediaCell Mobile Video Converter backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the MediaCell Mobile Video Converter backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
MediaCell is a program that offers MP4/3GP file conversion of portable video device such as iPod/PSP/Mobile Devices. If you are using this program you can download and install this backup plugin to back-up its configuration files and registry entries.


Raw Plugin (XML) Code: MediaCell-Mobile-Video-Converter.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{198ABA35-7271-4766-91AC-723287C9F68F}</id>
  <!--Program name-->
  <name>MediaCell Mobile Video Converter</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>2.0</minversion>
  <maxversion>2.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\MediaCell Mobile Video Converter\</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Configuration" type="folder">
      <folder>#path#</folder>
      <include>|*.cfg</include>
      <include>|*.xml</include>
      <include>|*.log</include>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\MediaCell Mobile Video Converter" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\MediaCell Video Converter" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MediaCell Mobile Video Converter" recursive="true"/>
    </source>
  </sources>
</b4asource>