Checking .NET runtime

R

RedLars

Whats the recommended way for checking if a certain .NET runtime has
been installed on a computer?

Checking if for instance C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
exists ? or ?
 
M

Mattias Sjögren

Whats the recommended way for checking if a certain .NET runtime has
been installed on a computer?

Checking if for instance C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
exists ? or ?

You don't specify if you want to check it manually, programmatically
or for example in a setup project. So I suggest you start here

http://support.microsoft.com/kb/318785

and be sure to follow the reference to Aaron Stebner's blog if you
want to do the checks in code.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top