Inno Setup - Check IE version before continuing setup
I hope someone can help me.
Im wanting to install an application, however the .net framework required that internet explorer 5.5 be installed before it gets installed.
So i want to set a thing into inno setup where it does a check for any version of IE before 5.5 and tell the user they need to install to (preferably start it's install straight away, or otherwise tell them where to install it) and any others to just continue in.
Plllzzzz help
Re: Inno Setup - Check IE version before continuing setup
Inno Setup will not check for this. You will need to either write code in Inno Setup or check the proper registry entries for this version information then do what you need to do. You can check registry entries in Inno Setup.