Fingerprint reader service
This repository has been archived on 2019-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ernesto Abarca Ortiz f76331f3e7 Version final funcional v2 2018-07-26 16:16:13 +02:00
LectorVerdnatura Version final funcional v2 2018-07-26 16:16:13 +02:00
.gitignore Version final funcional v2 2018-07-26 16:16:13 +02:00
LectorVerdnatura.sln Version final funcional v2 2018-07-26 16:16:13 +02:00
LectorVerdnatura.suo Version final funcional v2 2018-07-26 16:16:13 +02:00
README.md Version final funcional v2 2018-07-26 16:16:13 +02:00

README.md

Documentacion de instalacion: https://www.zkteco.eu/index.php/faq-category/sdk/registering-sdk

=================================================================================================================

  1. I am using 32 bit windows XP, how can i register the Standalone SDK?

Posted on 2/1/12

Copy all sdk *.dll files to %windir%\system32 folder , and then run cmd.exe ,enter the following command:

regsvr32.exe %windir%\system32\zkemkeeper.dll

If you want to unregister sdk , run cmd.exe ,enter the following command:

regsvr32.exe -u %windir%\system32\zkemkeeper.dll

=================================================================================================================

  1. I am using 64 bit windows XP, how can i register the Standalone SDK?

Posted on 2/1/12

Copy all sdk *.dll files to %windir%\sysWOW64 folder , and then run cmd.exe ,enter the following command:

%windir%\syswow64\regsvr32.exe %windir%\syswow64\zkemkeeper.dll

If you want to unregister sdk , run cmd.exe ,enter the following command:

%windir%\syswow64\regsvr32.exe -u %windir%\syswow64\zkemkeeper.dll

=================================================================================================================

  1. I am using 32 bit windows Vista/win 7/server 2008, how can i register the Standalone SDK?

Posted on 2/1/12

Copy all sdk *.dll files to %windir%\system32 folder , and then run cmd.exe with administrator previledge , enter the following command:

regsvr32.exe %windir%\system32\zkemkeeper.dll

If you want to unregister sdk , run cmd.exe with administrator previledge , enter the following command:

%windir%\system32\regsvr32.exe -u %windir%\system32\zkemkeeper.dll

=================================================================================================================

  1. I am using 64 bit windows Vista/win 7/server 2008, how can i register the Standalone SDK?

Posted on 2/1/12

Copy all sdk *.dll files to %windir%\sysWOW64 folder , and then run cmd.exe with administrator previledge , enter the following command:

%windir%\syswow64\regsvr32.exe %windir%\syswow64\zkemkeeper.dll

If you want to unregister sdk , run cmd.exe with administrator previledge , enter the following command:

%windir%\syswow64\regsvr32.exe -u %windir%\syswow64\zkemkeeper.dll