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.ExecutablePath (includes filename) Application.StartupPath (not includes filename)
This will give you the path where the application started. Hopefully it will be the installation path.