ILOG JRules User Guide > Deploying Rules > Tasks > Deploying Rules to .NET > Installing the .NET Engine Class Library Documentation

To install the .NET engine class library documentation you must have Microsoft Visual Studio .NET 2005 installed. There are two batch files for installing and uninstalling the documentation: install.bat and uninstall.bat.

To install the documentation:

  1. Change directory to <InstallDir>/jrules2dotnet/apidocinstall.
  2. Run the batch file install.bat.
    Note
    This batch file first calls uninstall.bat to uninstall any previous versions of the documentation set.
  3. To view the documentation, open Visual Studio and browse the help. You will find the .NET class library documentation under the ILOG JRules .NET Rule Engine entry.

The installer registers the documentation contained in <InstallDir>/jrules2dotnet/apidocinstall with Visual Studio. If you move or change the content of this directory, you will need to rerun the installer to update the location registered with Visual Studio.

To uninstall the documentation:

Related Concepts

Deployment to .NET
The .NET Rule Engine

Related Tasks

Deploying Rules to .NET
Preparing for Deployment to .NET
Executing and Deploying a Ruleset DLL in .NET