Skip to main content

Installation

Download the EasyDox deployable package and make sure to go into the file properties and unblock the file.

Install EasyDox into your development system and check it into source control. To install it to your development machine follow the directions as per the Microsoft documentation to install deployable package

The steps to install the package are as follows:

  1. Extract the package to a folder (Make sure to unblock the file before extracting)
  2. Open a command prompt as administrator
  3. Navigate to the folder where the package has been extracted to
  4. Run the following command
AXUpdateInstaller.exe devinstall
  1. Once installed synchronize the database

Add to source control

Add the following models to source control by following the directions as per the Microsoft documentation to add models to source control

  • EasyDoxCore
  • EasyDoxReportplaceholders

Add to build pipeline

To create the deployable packages, we recommend using build pipelines. Add the 2 models to the build pipeline so that they are included in the package. Add binaries to package

In the Create Deployable Package step, add the following to the Binaries to package section:

  • $(MetadataPath)\EasyDoxCore
  • $(MetadataPath)\EasyDoxReportplaceholders