Install docXporter

docXporter requires .NET Framework 4.8.0, which is installed automatically with the installation program.

Download the package

Pay special attention to the following files and folders:

File / folder

Description

docXporter.exe

Core application with the program logic

docXporter.exe.config

Application configuration file. License key is entered here

C:\ProgramData\docXporter

Find configuration files in this folder

C:\ProgramData\docXporter\Logs

Log files are stored here

C:\ProgramData\docXporter\Templates

Default storage location for templates for creating index files

C:\ProgramData\docXporter\Migration

This folder is searched for old configuration files so that they may be used with current versions of docXporter

An additional license is required for both DocuWare Cloud and locally installed systems. Find more information in ProductInfo DocuWare docXporter.

Enter License Key

If you already got a license key, you shoud add it to the docxporter.exe.config file. It is located in the installation folder. Locate the following section in the file and enter your license key in the value tag:

<setting name="LicenseKey" serializeAs="String">
  <value>REPLACE_WITH_YOUR_LICENSEKEY</value>
</setting>

Migrate existing configurations

  1. Copy your old configuration file docXporter.exe.config to the folder C:\ProgramData\docXporter\Migration

  2. If you use multiple instances of docXporter, copy all config files into the folder. Use a meaningful name for the configuration file, e.g. invoices.config or transfer_erp.config. docXporter will use this name for the new configuration file.

  3. Once all configuration files have been copied, run docXporter.exe. As soon as .config files are detected in the migration folder, docXporter enters migration mode. All .config files are then processed, new configurations are created, and the files are renamed to .config.done.

  4. In the folder C:\ProgramData\docXporter\ you will now find a series of XML files with the same name as the .config files. Each of these files represents an individual configuration.