In Windows using C#, how can I get the installation path of a software (for example consider NUnit or any other software like MS word, etc.) from my project
Application.StartupPath is used to get installation location in c#.