Limited time promo

NeroVision Plugin

Softland
Softland
0 USD

NeroVision backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the NeroVision backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
This multimedia tool provides video editing and authoring, such as multi-track editing, adding special effects and keyframe controls and many other editing features. The backup plugin will back-up Nero Vision settings, languages and .ini files.


Raw Plugin (XML) Code: NeroVision.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{321F8E72-64EB-416B-A603-97079C52F0D9}</id>
  <!--Program name-->
  <name>NeroVision</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>7.0</minversion>
  <maxversion>7.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\Ahead\Installation\Families\Nero 7\TargetPath</variable>
    <variable name="Commonfiles" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CommonFilesDir</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="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\ahead" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Ahead" recursive="true"/>
    </source>
    <source name="Ahead" type="folder">
      <folder>#commonfiles#\ahead</folder>
    </source>
    <source name="NeroVision" type="folder">
      <folder>#path#</folder>
    </source>
    <source name="Data" type="folder">
      <folder>%appdata%\ahead\nerovision</folder>
    </source>
    <source name="Work files" type="folder">
      <folder>#personal#\NeroVision</folder>
    </source>
  </sources>
</b4asource>