Installing inf through FBA

Posted: 09-24-2004, 01:08 PM
Hi NG,

I am wondering about the correct way of installing an .inf file
through FBA. After importing the information file (in my case
Ramdisk.inf) into Component Designer everything looks fine. It creates
Registry settings, inserts a "Service Data" Resource and a PNPID (819
in this case).

But it seems as if this would not be enough, because after deploying
the image there is no Ramdisk. Looking at
"HKLM\System\CurrentControlSet\Services" reveals, that there is an
Ramdisk entry, so FBA did definitely do something to register this
service, but it seems as if it did something wrong, because adding the
same driver through the "Add Hardware" control panel works perfectly.

Any clues or suggestions?

Best regards and thanks in advance!

Roberto Hofer
Reply With Quote

Responses to "Installing inf through FBA"

Slobodan Brcin \(eMVP\)
Guest
Posts: n/a
 
Re: Installing inf through FBA
Posted: 09-24-2004, 01:20 PM
Hi Roberto,

Since this is pure software driver PnP can't enumerate and install it.
Look in registry at enum brach and copy ramdisk related information's from there to TD.

Best regards,
Slobodan


"Roberto Hofer" <r.hofer@esesix.at> wrote in message news:27df9566.0409240408.63a0fffe@posting.google.c om...
> Hi NG,
>
> I am wondering about the correct way of installing an .inf file
> through FBA. After importing the information file (in my case
> Ramdisk.inf) into Component Designer everything looks fine. It creates
> Registry settings, inserts a "Service Data" Resource and a PNPID (819
> in this case).
>
> But it seems as if this would not be enough, because after deploying
> the image there is no Ramdisk. Looking at
> "HKLM\System\CurrentControlSet\Services" reveals, that there is an
> Ramdisk entry, so FBA did definitely do something to register this
> service, but it seems as if it did something wrong, because adding the
> same driver through the "Add Hardware" control panel works perfectly.
>
> Any clues or suggestions?
>
> Best regards and thanks in advance!
>
> Roberto Hofer

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing on second hdd Henrik Sg Hodne Windows Vista Install & Setup 3 06-25-2006 08:08 PM
Installing XP (Halts on installing network) Matt Windows XP Configuration & Management 2 03-11-2005 09:53 AM
installing a raid driver when installing windows xp yup Windows XP Accessibility 1 12-27-2003 05:16 PM
INSTALLING WIN XP MOE Windows XP Accessibility 1 12-25-2003 12:02 AM
Installing 98 Michael Solomon \(MS-MVP Windows Shell/User\) Windows XP Accessibility 2 08-13-2003 09:07 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90