Updating Custom Modules
  • 27 Jan 2022
  • 1 Minute to read
  • Dark
    Light

Updating Custom Modules

  • Dark
    Light

Article Summary

Overview

When using a custom module, it may be necessary to update it to properly accomplish new tasks or provide new functionality. 

Before updating a custom module, it is a recommended best practice to backup all files within C:\Program Files\Decisions\Decisions Server\modules\[CustomModuleFolderName].

If looking to reset a module for removal, refer to the Handling Custom .DLL Files article for further information.



Example

The following example demonstrates how to update a custom module's .dll file. If experiencing issues, refer to the Troubleshooting a Custom .DLL File article.

  1. After updating the module's code, unzip the new module .zip folder in a separate location.
  2. Stop the Decisions Server in Windows Services.

  3. Copy the contents from the newly unzipped module to C:\Program Files\Decisions\Decisions Server\modules\[CustomModuleFolderName]. Confirm to update the files.
  4. Start Decisions Server.



Was this article helpful?