Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inventoring ActiveX Controls

Status
Not open for further replies.
ok. I have found that I can get the information by querying the following registries:

1. All the subkeys and registry keys HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions

It should have the following information:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{FB5F1910-F110-11d2-BB9E-00C04F795683}]
"ButtonText"="Messenger"
"CLSID"="{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}"
"Default Visible"="Yes"
"Exec"="C:\\Program Files\\Messenger\\msmsgs.exe"
"HotIcon"="C:\\Program Files\\Messenger\\msmsgs.exe,302"
"Icon"="C:\\Program Files\\Messenger\\msmsgs.exe,301"
"MenuText"="Windows Messenger"

2. All the registry keys for HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar

It should look like:
Code:
"{2318C2B1-4965-11d4-9B18-009027A5CD4F}"=hex:00

3. And the CODEBASE and INF for all registry keys Under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units

so it should look like:

Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{166B1BCA-3F9C-11CF-8075-444553540000}\DownloadInformation]
"CODEBASE"="[URL unfurl="true"]http://fpdownload.macromedia.com/pub/shockwave/cabs/director/sw.cab"[/URL]
"INF"="C:\\WINDOWS\\Downloaded Program Files\\swdir.inf"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{17492023-C23A-453E-A040-C7C580BBF700}\DownloadInformation]
"CODEBASE"="[URL unfurl="true"]http://go.microsoft.com/fwlink/?linkid=39204"[/URL]
"INF"="C:\\WINDOWS\\Downloaded Program Files\\LegitCheckControl.inf"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{8FFBE65D-2C9C-4669-84BD-5829DC0B603C}\DownloadInformation]
"CODEBASE"="[URL unfurl="true"]http://fpdownload.macromedia.com/get/flashplayer/current/ultrashim.cab"[/URL]
"INF"="C:\\WINDOWS\\Downloaded Program Files\\erma.inf"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}\DownloadInformation]
"CODEBASE"="[URL unfurl="true"]https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"[/URL]
"INF"="C:\\WINDOWS\\Downloaded Program Files\\swflash.inf"

So how do I plug this into SMS for it to collect this information from each client?

Thanks,

Gladys Rodriguez
GlobalStrata Solutions
Computer Repair, Website Design and Computer Consultant
Small Business Resources
Anime, Manga and Video Games
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top