cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Aaron_Barnett
Level 5

Check Version IIS

Hi

In Installshield 2009 [Installscript Project]

a Message box pops up after the "OnFirstUIBefore" Function saying:

"This setup requires Internet Information Sever 4.0 or higher...."

Is there a way to make this message box pop-up at the beginning of the installation.... ie before the OnFirstUIBefore function or before any other function? .... so the user dosnt have to fill out all this information in my script before finding out that they need IIS installed and they have to do it all again. :confused:

Please let me know

Thank you

Aaron 🙂
Labels (1)
0 Kudos
(2) Replies
Aaron_Barnett
Level 5

Anyone?

has anyone came across this at all?
0 Kudos
sspencer
Level 4

I'm using IS12 and the check happens as soon as the installer starts.

My suggestion would be that you call OnIISCheckRequirements() from the OnBegin function.
0 Kudos