Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi...
i have created an setup.exe,which can be distributable.it has some dependency on visual studio and it can run on any version or edition of visual studio.

so i want to know how to check programmatically whether any version/any edition of visual studio is present on the system or not,if not i will install my dependencies on my own.
can some one please give me some idea to do this .......
Posted
Comments
Albert Holguin 8-Jun-12 11:17am    
What's your dependency? Why would your application be dependent on Visual Studio?

1 solution

 
Share this answer
 
Comments
subrata kumar Nayak 8-Jun-12 3:16am    
thanks for the reply, but i have already gone through the link,it helps to find the current version of existing VS.
But i want to find whether visual studio is present of not...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900