    Licensing Development Kit (AccuLicClient.dll) Registration
    ----------------------------------------------------------
The AccuLicClient.dll is a small COM library that MUST be COM-registered
on any deployment machine before you can install an Accusoft runtime license.

AccuLicClient.dll is also known as the Licensing Development Kit, or LDK.
Once this COM dll is registered on a deployment machine, you can use it
programatically to install any required Accusoft runtime licenses which
your software needs.

Or, if you'd rather not do this programatically, you can simply run the
Server Licensing Utility, or SLU.exe, which is a small graphical wrapper
around the most common LDK functions.

But regardless of whether you run the SLU or call the LDK directly, you still
MUST register the AccuLicClient.dll before you can install the required
Accusoft runtime license. Registering a COM dll is typically performed by
executing the REGSVR32.EXE command-line COM registration application that
ships with all versions of Windows.

NOTE: COM registration requires Administrator privileges for registry access.

Registering AccuLicClient.dll on 32 bit Windows
------------------------------------------------------
If you wish to use the LDK on a 32 bit version of Windows, you can
simply run REGSVR32.EXE which is found in the Windows system directory.
The path to the AccuLicClient.DLL is passed as a command-line parameter
to REGSVR32.EXE and an example is shown below:

    %SYSTEMROOT%\System32\regsvr32.exe AccuLicClient.DLL



Registering AccuLicClient.dll on 64 bit Windows
------------------------------------------------------
If you wish to use the LDK on a 64 bit version of Windows, you must use
the version of REGSVR32.EXE which is located in the Windows On Windows 64
subdirectory.  The path to the AccuLicClient.DLL is passed as a command-line
parameter to REGSVR32.EXE and an example is shown below:

    %SYSTEMROOT%\syswow64\regsvr32.exe AccuLicClient.DLL
