ATI 600XT Driver Component

G

Guest

Hi ,

I am trying to make an ATI Extreme 600XT display driver component.
It imports the inf successfully and I have provided all files to its
repository.
I have tested by installing a driver on embedded XP by installing driver
manually and giving path to the copied repository files. I mean files are
sufficient for the driver to be installed.

There are two services included in the component' custom resources which are
pointing to files in system32 folder. After creating an image, I can see the
service in the list but when i try to start the service, it says " Access
denied" . I think thats where my driver is failing to install in image.

In FBALOG.txt there is an error "SetupDiCallClassInstaller" for this driver.

Please help.

thnx
 
K

KM

BONTZ,
Hi ,

I am trying to make an ATI Extreme 600XT display driver component.
It imports the inf successfully and I have provided all files to its
repository.
I have tested by installing a driver on embedded XP by installing driver
manually and giving path to the copied repository files. I mean files are
sufficient for the driver to be installed.

Does the "sufficient" means the driver was working fine?
There are two services included in the component' custom resources which are
pointing to files in system32 folder. After creating an image, I can see the
service in the list but when i try to start the service, it says " Access
denied" . I think thats where my driver is failing to install in image.

And the service binaries are under system32?
Btw, it is unlikely that the driver install failed because of a software service.
In FBALOG.txt there is an error "SetupDiCallClassInstaller" for this driver.

Look into SetupApi.log to see why the driver (or the service) install failed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top