Window Server 2016 & .Net Framework 3.5
RE: Security
This software is only as secure as the server it is installed on. This DLL runs as SYSTEM user since it runs under the LSASS.exe process. Also, this DLL calls external programs on the server defined by the system admin, so these external programs need to be secured as well.
Version 1.2.0 includes the required VC++ runtime.
Ignore Computer Accounts
The feature is implemented in version 1.2.0
Update Change Log
Revert "Add two registry entries"
Add new registry entries
Revert "Revert "Add two registry entries""
Add two registry entries
Change target to match Server 2016 .NET version
Update logging with new registry entries
Add Skip Computer Accounts Feature
Add Skip Computer Accounts Feature
Update Platform Toolset to Windows 10
Fix issue with .NET requirements
Add VC++ runtime to setup
Add required library to DLL
Cleanup
Update loadlibrary to wchar supported library
Found out the issue is the DLL is looking for another DLL called "vcruntime140.dll". As a workaround, it can be downloaded from Microsoft: https://www.microsoft.com/en-us/download/details.aspx?id=52685.
Found out the issue is the DLL is looking for another DLL called "vcruntime140.dll". As a workaround, it can be downloaded from Microsoft: https://www.microsoft.com/en-us/download/details.aspx?id=52685. I need to remove this dependence is not required by the DLL and Visual Studio added it.
I am able to reproduce the error. Looking into a fix.
It is available, now
64bit installer is broken
This is fixed.
passwdhk.dll for W2003 64 bits
This should be fixed.
A new MSI is being released this week with .NET 4.x support.
Initial Import of C# .Net 2.0 Config GUI
Minor changes and add MSI setup. See CHANGES.txt for details.
No longer needed
Minor changes and add MSI setup. See CHANGES.txt for details.