Detecting .NET framework presence

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know this is an old question, but I'm looking for a better answer.

We want our install to warn the user if the .NET framework isn't installed,
but I don't want to be version dependent unless we must. If we build using
the .NET 1.1 will it work with the next generation framework, or are we
forced to make our install picky about the framework version?
 
Back
Top