|
-
Jul 27th, 2006, 12:02 AM
#1
Thread Starter
New Member
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
-
Jul 27th, 2006, 05:00 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|