Link to home
Start Free TrialLog in
Avatar of NewToEE
NewToEE

asked on

WMI

HI! I want to display the names of the Installed Products which r on the remote machine using WMI in VC++ 6.0 !

Can anybody gives the solution for this one ?
Avatar of wayside
wayside

Here's a project on CodeGuru that can show you how to do this:

http://www.codeguru.com/Cpp/W-P/system/misc/article.php/c5675/

I think the WIN32_Product object will get you what you want.

I've extended this program to show more of the attributes, if you want I can post this code.
ASKER CERTIFIED SOLUTION
Avatar of wayside
wayside

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial