0
votes
Is it possible to know if .NET framework is installed from a .NET application?
If it's packaged in an installer you can set the install conditions to check for .NET and the framework version.
The other way to check the framework is:
System.Runtime.Inte …
