views:

32

answers:

0

Hi everybody,

I am trying to install the Dokan driver on my machine. I have downloaded the source code and have installed the Windows Drivers Kit. Using the build environment, I built and copied dokan.sys to C:\WINDOWS\system32\drivers, as well as dokan.dll, dokanctl.exe & mounter.exe to C:\WINDOWS\system32. I then try to run dokanctl.exe /i d and experience the following error:


$ dokanctl.exe /i a

driver path C:\WINDOWS\system32\drivers\dokan.sys

mounter path C:\WINDOWS\system32\mounter.exe

driver install failed

mounter install failed


I have also tried running "dokanctl.exe /i d" and "dokanctl.exe /i s" individually but get the same result. Any advice would be appreciated.

I am currently running Windows XP Professional Version 2002, SP3 (32 bit).

Thanks!