How I can find the path where Microsoft visual Studio is installed. I need to use that path in my program.
What is the function that has to be called or what other method can I use to get the path where Microsoft Visual Studio is installed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on the app, it’s probably best to ask the user, but here’s some C# code that should do the trick for VS2008.