Get list of installed applications

For those of you that are lazy and are required to provide a list of installed applications. Here is something i knocked together that is a good starting point Download InstalledApps exe – gets a list of installed apps. Assumes you have .NET 3.5 installed.

Its pretty bare bones but note you can pipe the output into a text file using the command prompt and typing

InstalledApps.exe > test.txt

nick