I want to check whether .net framework 4.5 available in end-user PC.If not it should download and install the .net framework 4.5 from this link http://www.microsoft.com/en-us/download/confirmation.aspx?id=30653 ,using innosetup with silent installer...
Actually i followed this link http://www.vincenzo.net/isxkb/index.php?title=.NET_-_Detect_framework ,but in this link it takes to web browser page and downloading is happening, i want to download and install the .net framework 4.5 within innosetup wizard itself,it should happen like silent installation.
How to achieve this task?