BenjaminKim / dokanx

user-mode filesystem framework for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about installation

yogendersolanki91 opened this issue · comments

please add some instruction regarding x64 built and installation of driver i tried many time but every time a i am getting error like "Driver installation failed.."

Do you have problems with building dokanx or with installing driver?
If you are trying to install dokanx on Win Vista or higher you have to disable driver verification (since Vista all installed drivers should be signed by publisher). Here is an example how you can do it on Win 8: http://www.howtogeek.com/167723/how-to-disable-driver-signature-verification-on-64-bit-windows-8.1-so-that-you-can-install-unsigned-drivers/

@yogendersolanki91 64bit Windows requires code-signed driver binary to install it. But you can avoid it. Follow the link @don-Pardon gave you.

capture
I am getting while i am trying to install driver.. i don't know why is this happening...and how we can use this with .NET because we had .net dll for dokan but not for DOKANX..will the recompiling the old dokan.NET libray with replaced name of dokanx.dll work??