ImageGear .NET - Updated
Using the SLU when the Target Machine Has Internet Access (Online Mode)
User Guide > Licensing and Distributing > Runtime Licensing > Node-Locked Licensing > Using the SLU when the Target Machine Has Internet Access (Online Mode)

From the Development Machine

Make sure you can access the following from the target machine (i.e., copy these files from the development machine):

On the Target Machine

  1. Transfer the files you copied from the development machine to the target machine.
  2. On the command line, navigate to the directory where you've copied the AccuLicClient.dll. Run the following to COM-register AccuLicClient.dll on the target machine: 
    32-bit
    Copy Code
    %SYSTEMROOT%\System32\regsvr32.exe AccuLicClient.DLL
    64-bit
    Copy Code
    %SYSTEMROOT%\syswow64\regsvr32.exe AccuLicClient.DLL
  3. Run the slu.exe as administrator (right-click and choose "Run as Administrator" from the context menu).       
    If you get an error when running the SLU, please see the FAQ and then re-attempt the previous step.
  4. In the Server Licensing Utility dialog, click Add Files....
        
  5. Navigate to the License Configuration File that you generated in the last section, select it, and click Open to list it in the SLU dialog.
  6. When registering an annual/time-based license, you need to provide the access key in the [Optional] Specify Access Key text box. Copy and paste the Access Keys you need, without commas, from the Access Key File.
  7. Click Auto Register.
    The SLU connects to the Accusoft server and checks for available licenses.
  8. If a license is available, the message "This Product has been successfully licensed." is displayed when the license has been downloaded to the target machine. Click OK.
  9. If a license is not available or registering the license fails, a 14 day temporary license is installed. You will need to add code to notify your user of this issue and the 14 day expiration.

When you run your application on the target machine, the ImageGear component will check for a valid license.

An active internet connection is only required during the licensing process. An internet connection is not required during runtime.