I need to check if net framework installed, if it not installed it should be downloaded from microsoft website.
I know in that case i should use:
- some external script/component/language which not based on .net framework to provide universal independent installation
OR
- Use installation script which check .net framework, download it and after that run .net installer.
Is any good practice/examples/implementations of that feature?