|
mcarriere893 -> RE: Detecting installed application (4/16/2008 9:58:44 AM)
|
quote:
It's strange though that you can't check the registry values directly from the baseline I don't (probably just me) get what you mean? The ARP portion of hardware inventory does go into the registry (HKLM\software...\Uninstall) and grab regsitry data. If a REG_SZ called DisplayName exists for a product, then it is collected, and availabe as "Version" in the ARP class. For even more info, check out the "Installed Software" class! It contains ARPName, Product version, installed location, source, etc, etc. That might be more valuable for you to use if you don't have complete control over the location where all previous installs were done. As always, ConfigMgr is very configurable, so you can extend your inventories via the mof, or mifs as required/desired.
|
|
|
|