cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
grparsec
Level 7

Detecting IIS in Basic MSI Project

Hi,

In my Bsic MSI setup, I want to check the presence of IIS right after the user selected components. How can I do this?

Thanks.
Labels (1)
0 Kudos
(3) Replies
RobertDickau
Flexera Alumni

Please see, for example, the InstallShield help topic "Determining Which Version of IIS Is Installed".
0 Kudos
grparsec
Level 7

Thanks for the reply. I still have a problem. I am adding a virtual directory to my project, so an entry has been added to my System Search View to check for the version of IIS. When I run the setup after file transfer started, it throughs a built in error message (errore 27500) if the IIS was not installed on the target machine. I want this to happen right after the user selected components to install. What should I do
0 Kudos
RobertDickau
Flexera Alumni

Could you put a conditional Error custom action before data transfer? (Or an install condition?) Also, searching these forums for "27500" shows some suggestions for other ways to handle this (making the IIS actions conditional, and other approaches).
0 Kudos