How to get the applications installed in the system using c# code?
Your best bet is to use WMI. Specifically the Win32_Product class.