I am opening Workflow application on some button click action. So I would like to check whether or not the .Net framework 4.5 is installed using JavaScript before opening Workflow application as the application requires .NET framework 4.5.
How can I achieve this using JavaScript?