FBA Service Data

  • Thread starter Thread starter Gordon Smith \(eMVP\)
  • Start date Start date
G

Gordon Smith \(eMVP\)

I'm pretty sure I know the answer already - I just want confirmation.

Does the FBA resource of Service Data do **ANYTHING** other than creating
the registry keys under HKLM\SYSTEM\ControlSet001\Services\XXXX?

In other words: Is it equivalent to simply use a registry export of the
service data instead of using the FBA resource?

--Gordon Smith (eMVP)
 
Hi Gordon,

It should access only ControlSet001\Services without Enum.
Enum branch is usually create dynamically during boot.
You can check this by loading offline registry and examining Enum branch.

So basically it is the same thing as populating Services registry values
directly, although "Service Data" looks more user friendly.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
I'm not certian, but I think it also registers the service in the SCM database (similar to running the CreateService API). I don't think you can install/run a service simply by adding the reg entries, but I may be wrong.
 

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

Back
Top