UserLock Documentation
UserLock Documentation
You are here: Reference > Agents > RRAS agent > RRAS agent manual installation

RRAS agent manual installation

The UserLock 'RRAS agent' can be installed manually through the UserLock console. However, you can also deploy it manually through the following procedure:

  1. 32-bits RRAS server
    Copy the file ULRrasAgent.dll from the UserLock server installation folder to the RRAS server system32 folder.
    64-bit RRAS server
    Copy the file ULRrasAgent_x64.dll from the UserLock server installation folder to the RRAS server system32 folder and rename it as ULRrasAgent.dll.
  2. Register the agent with the following command line (run as administrator):
    regsvr32 C:\Windows\System32\ULRrasAgent.dll
  3. Register communication settings with the following registry values to allow the agent to find UserLock servers:
    HKEY_LOCAL_MACHINE\SOFTWARE\ISDecisions\UserLock\RAS
    - UserLockServer (REG_SZ) with the name of the Primary server.
    - UserLockServerBackup (REG_SZ) with the name of the Backup server.
  4. Complete the installation of the RRAS Agent following the RRAS Agent completing installation procedure.

Uninstall the RRAS agent

You can also uninstall the 'RRAS agent' manually:

  1. Unregister the agent with the following command line (run as administrator):
    regsvr32 /u C:\Windows\System32\ULRrasAgent.dllOnce done the agent will be disabled but still loaded.

  2. Complete the uninstallation of the RRAS Agent following the RRAS Agent completing installation procedure.