Tag Archive

ApplicationList: Retrieving a list of installed applications using WMI in C#

Published on August 23, 2010 By RobK410

There is a need to display a list of installed applications on a remote (or local) computer and in my hour of searching for an example found that no complete c# source existed. I decided to convert the VBscript examples I did find into a simple c# console application and the following code was created. [...]