My mission is to check if .NET is installed (and terminate the application if not).
I have to check for the following (we have some application variants)
- FW 3.5
- FW 3.5 SP1
- FW 4.0
- FW 4.5
I guess I have to check if some folder exists - how do I know its name?