Installing an EAP Method

Follow the instructions below to install a user-implemented EAP method on a client computer running EAPHost.

  • Implement DllRegisterServer and DllUnregisterServer for your EAP Method DLL. These functions add and remove the appropriate registry keys for your EAP method during the installation and (uninstallation) process.

    For information on the specific registry keys associated with the installation of an EAP method, see the Registry Configuration for EAP Methods topic.

  • Install the DLL that contains the EAP method implementation with the following console command.

    regsvr32.exe <DLL name>

    To uninstall the DLL, use the following console command:

    regsvr32.exe /u <DLL name>

  • Restart the EAPHost service.

Using EAPHost