Scripting

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Scripting

Previous pageReturn to chapter overviewNext page

Librid 3 allows scripting to modify some information for installation specific purposes. Scripting is done in .NET C# language. All .NET functionality can be used in the script, such as logging to external files.

Script files are compiled at Librid startup, so any changes to the scripts require restarting Librid. Compile errors are written to Librid log – any errors prevent the scripts from being used, so be sure to check the logs after modifying the scripts.

All script files are found from the <program data> directory, for example

 

 C:\Program Data\PV-Supa\Librid3\

 

Original script files are stored in Librid 3 program files directory. They should not be modified; they are there as originals, in case the modified ones are somehow lost or become unusable.