Check your FBA log in the runtime for errors related to your device's
Ven/Dev ID. Get the log from .\windows\fba\fbalog.txt
Also, read up on these tip articles that may answer some of your driver
componentization issues:
http://www.microsoft.com/windows/emb...thirdparty.asp
http://www.microsoft.com/windows/emb...ivererrors.asp
Andy
--
This posting is provided "AS IS" with no warranties, and confers no rights.
==========================================================
"Fabian Zintgraf" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
> i have one little problem with my network driver.
> I built a component with the component-designer
> by ímporting the driver-inf-file.
> The PnP resource and service were added by the designer.
> I added the compnent to the target-designer, i built the image,
> but the driver isn't installed, although the files are on the disk.
> There is no network driver in the device manager.
>
> I know the FBA has to install the driver and add it to the registry,
> but in the log file, you can't see anything.
>
> How can i get the FBA to install my driver?
> Did I forget something?
> Are there missing any special things in the component?