I have a C# application that I want to call another program from. My problem is that the program I want to call may be installed in one of several locations on each user's PC.
Is there an easy way for me to determine the applications path?
I am thinking that I can have my application look in the registry, but I have not done this before.
Any help is appreciated!