WMI problem

  • Thread starter Thread starter ElenaS
  • Start date Start date
E

ElenaS

Hi all,

I have the following WMI components as part of the image in target
designer:

WMI Core
WMI Correlation
WMI Filter
WMI Tools

I have a test program to retrieve some hardware information and when it
gets to the point where the Win32_Fan object need to be found, I get an
error that says the provider is missing or not supported or something
similar.

At this point it's not feasable for me to add all WMI components to the
image. Does anybody know which component includes the hardware info
providers?

thanks
Elena
 
Hi Elena,
Ensure you have the "WMI Win32 Provider" component in your image. It's
that component which should add what you're looking for.
 
Back
Top