You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install the driver on a Windows XP 32 machine, after fixing the problem described here: #1
First I tried using sc create followed by sc start.
The create worked (almost) fine. For some reason the path to the .sys file was brokenly tranformed to a UNC path in the registry. After I fixed that I went for sc start.
The start failed no matter what I did. At first I noticed I had forgotten the infamous WdfCoInstallerdll. After I fixed that I tried again and this time I got error 123: The filename, directory name, or volume label syntax is incorrect.
This one I did not know how to fix. So I sc deleted it and went for method 2.
Method 2 was installing using the "add hardware wizard". This one also failed. The installation completes, but it claims there are problems with the driver and it doe not work.
Any ideas?
PS: method 2 (add hardware wizard) works fine with the default MS RamDisk sample.
The text was updated successfully, but these errors were encountered:
I tried to install the driver on a Windows XP 32 machine, after fixing the problem described here: #1
First I tried using
sc create
followed bysc start
.The
create
worked (almost) fine. For some reason the path to the.sys
file was brokenly tranformed to a UNC path in the registry. After I fixed that I went forsc start
.The
start
failed no matter what I did. At first I noticed I had forgotten the infamousWdfCoInstaller
dll. After I fixed that I tried again and this time I goterror 123: The filename, directory name, or volume label syntax is incorrect.
This one I did not know how to fix. So I
sc delete
d it and went for method 2.Method 2 was installing using the "add hardware wizard". This one also failed. The installation completes, but it claims there are problems with the driver and it doe not work.
Any ideas?
PS: method 2 (add hardware wizard) works fine with the default MS RamDisk sample.
The text was updated successfully, but these errors were encountered: