Discussion:
Using WMI to get software usage
(too old to reply)
Rocky_Zhang
2009-06-05 15:19:29 UTC
Permalink
Hi everyone,
I want to get the software usage that displays at add/remove programs.
Someone told me using WMI. But I really don't know how to use WMI to get the
information. I did not find this kind of information in Win32_Product class.
Could somebody who knows this way or others tell me which class should I use
or is there any other way to do it?
Sorry for my poor english. Thanks.
Gerry Hickman
2009-06-23 22:43:53 UTC
Permalink
Hi,

Yes you can use WMI with Win32_Product and friends, but it won't work
(by default) on Windows Server 2003.
Post by Rocky_Zhang
Hi everyone,
I want to get the software usage that displays at add/remove
programs. Someone told me using WMI. But I really don't know how to use
WMI to get the information. I did not find this kind of information in
Win32_Product class. Could somebody who knows this way or others tell me
which class should I use or is there any other way to do it?
Sorry for my poor english. Thanks.
--
Gerry Hickman (London UK)
Loading...