Device driver install problem: Status 1058

Hello,

I created a device driver for customized PCI card installed under Windows Server 2008 (32 bits).

Upon end of installation I got not prints in DbgView. I have KdPrint message in DriverEntry and other locations but I did not get any of them.

I get a window that told me about an error with no details.

In the Event Viewer I got the following message:

Driver Management concluded the process to install driver FileRepository\hsc.inf_094fc022\hsc.inf for the Device Instance ID PCI\VEN_1556&DEV_5555&SUBSYS_00000000&REV_01\5&7DD6EF5&9&100048 with the following status: 1058

What is the meaning of this message ?

When I installed the same driver under XP-32 (compiled for XP-32) I got the KdPrint messages from DriverEntry.

Thanks,
Zvika.

xxxxx@gmail.com wrote:

I created a device driver for customized PCI card installed under Windows Server 2008 (32 bits).

Upon end of installation I got not prints in DbgView. I have KdPrint message in DriverEntry and other locations but I did not get any of them.

I get a window that told me about an error with no details.

What did it say, exactly? What does the setupapi.dev.log say about your
installation?

In the Event Viewer I got the following message:

Driver Management concluded the process to install driver FileRepository\hsc.inf_094fc022\hsc.inf for the Device Instance ID PCI\VEN_1556&DEV_5555&SUBSYS_00000000&REV_01\5&7DD6EF5&9&100048 with the following status: 1058

What is the meaning of this message ?

1058 is ERROR_SERVICE_DISABLED.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.