multiOTP / multiOTPCredentialProvider

multiOTP Credential Provider is a V2 Credential Provider for Windows 7/8/8.1/10/2012(R2)/2016 with options like RDP only and UPN name support
Apache License 2.0
232 stars 77 forks source link

How to package multiOTPCredentialProvider.exe file? #39

Closed jefflks closed 3 years ago

jefflks commented 3 years ago

Hi MultiOTP,

I wish to learn on how to compile exe file based on source code. When I run build in Visual Studio 2019, there is only MultiotpCredentialProvider.dll is compiled.

Thanks for guidance

multiOTP commented 3 years ago

Hi Jeff, MultiotpCredentialProvider.dll is the only DLL created by the source code of this project. A Windows credential provider is a DLL, not an executable. If you want to create the multiotp.exe executable, which is called by the credential provider and is a stub to run multiotp.cli.php using PHP, you must have a look to the project https://github.com/multiOTP/multiotp and compile the launcher (launcher.cpp) Regards, Andre