ZK SDK Installation - nrubiano/ZK.Biometric GitHub Wiki

Quick Start

First at all we have to explain how put to work the ZK sdk.

Follow this steps if your machine is 32 bits

  • Download de sdk from our repo 32bits Sdk
  • Copy the sdk files to C:\Windows\System32
  • Open the console with administrative rights and run this command regsvr32 %windir%\system32\zkemkeeper.dll
  • You have to see the message box saying DllRegisterServer in zkemkeeper.dll succeeded

Follow this steps if your machine is 64Bits

  • Download de sdk from our repo 64bits Sdk
  • Copy the sdk files to C:\Windows\System32
  • Open the console with administrative rights and run this command regsvr32 %windir%\system32\zkemkeeper.dll
  • You have to see the message box saying DllRegisterServer in zkemkeeper.dll succeeded

If you need to run the 32bits version over your 64 bits machine follow this steps.

  • Download de sdk from our repo 32bits Sdk
  • Copy the sdk files to C:\Windows\SysWow64
  • Open the console with administrative rights and run this command regsvr32 %windir%\SysWow64\zkemkeeper.dll
  • You have to see the message box saying DllRegisterServer in zkemkeeper.dll succeeded

If you have any problems with this guide, feel free to create an issue or contact me to [email protected]