Rob Hamflett
2010-11-30 14:51:54 UTC
Has anyone installed a kernel-mode driver that doesn't have an INF file? I know not all drivers
have them since there's documentation from Micrsoft about signing drivers that don't. Specifically
I'm trying to install a build of the dokan file system driver. The instructions from dokan are to:
Copy dokan.sys under \Windows\system32\drivers
Copy dokan.dll under \Windows\system32
Place dokanctl.exe and mounter.exe in the same folder.
Run dokanctl.exe /i a. This means register the driver and the service to Windows.
I managed to get the service installed and running easily enough, but it looks like difx needs to
have an inf file. Any pointers would be useful.
Thanks,
Rob
have them since there's documentation from Micrsoft about signing drivers that don't. Specifically
I'm trying to install a build of the dokan file system driver. The instructions from dokan are to:
Copy dokan.sys under \Windows\system32\drivers
Copy dokan.dll under \Windows\system32
Place dokanctl.exe and mounter.exe in the same folder.
Run dokanctl.exe /i a. This means register the driver and the service to Windows.
I managed to get the service installed and running easily enough, but it looks like difx needs to
have an inf file. Any pointers would be useful.
Thanks,
Rob