Limited time promo

Sage ACT Plugin

Softland
Softland
0 USD

Sage ACT backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Sage ACT! is used to keep track of client and prospect details in a single database that can be shared by multiple users. This plugin will allow backing up Sage ACT! user files, plugins, templates, tools and registry.


Raw Plugin (XML) Code: Sage-ACT.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{35D09E2D-61DC-4937-9513-404D273A05AC}</id>
  <!--Program name-->
  <name>Sage ACT</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion/>
  <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-->
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="User files" type="folder">
      <folder>%appdata%\ACT</folder>
    </source>
    <source name="Plugins" type="folder">
      <folder>%programfiles%\ACT\Act for Windows\Plugins</folder>
    </source>
    <source name="Print Templates" type="folder">
      <folder>%programfiles%\ACT\Act for Windows\Print Templates</folder>
    </source>
    <source name="Tools" type="folder">
      <folder>%programfiles%\ACT\Act for Windows\Tools</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\ACT" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\ACT" recursive="true"/>
    </source>
  </sources>
</b4asource>