I have a project to build, where I need find some particular installed application on windows “With their specified Logo/icon”.
e.g. Mozilla firefox with logo etc
I know two ways to check installed application.
1. to check particular exe, dll in specified folder.
2. check registry key.
Both ways work finally but it not displaying installed program with logo.
anybody have Idea how to do this?
Thanx
Check out this code project article Extracting Icons from EXE/DLL and Icon Manipulation. Author explained how to retrieve the logo from the exe.