Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Using EAPHost
 Installing an EAP Method
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.

See Also

Using EAPHost

Send comments about this topic to Microsoft

Build date: 11/5/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker