f76331f3e7 | ||
---|---|---|
LectorVerdnatura | ||
.gitignore | ||
LectorVerdnatura.sln | ||
LectorVerdnatura.suo | ||
README.md |
README.md
Documentacion de instalacion: https://www.zkteco.eu/index.php/faq-category/sdk/registering-sdk
=================================================================================================================
- 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
=================================================================================================================
- 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
=================================================================================================================
- 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
=================================================================================================================
- 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