Custom Installer needs to detect .NET Framework

Posted by Jay on Stack Overflow See other posts from Stack Overflow or by Jay
Published on 2010-06-09T10:59:07Z Indexed on 2010/06/09 11:12 UTC
Read the original article Hit count: 330

Filed under:
|

Hi,

I am writing a custom installer in C#.

Can you tell me an easy way to check if the machine has .NET version installed [even 2.0].

In cases where it is not installed, my app doesn't even start.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET