cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mark_Koehler
Level 6

IIS Web Site Selection

I'm using InstallScript MSI for my product.

Is there a way to present a list of existing IIS Web Sites so the user can select one?

We'd rather offer the user a choice of using an existing web site OR creating a new one. Unless I'm missing something, InstallShield seems to cater to creating a new one or using an existing one specified in the IIS object.
Labels (1)
0 Kudos
(1) Reply
jedimaster_mark
Level 7

You should be able to use VBScript (see the documentation on ADSI) to get the info, then pass it back to the installer, where you'll need to parse it, but once you've parsed it you can populate a drop-down with it.
0 Kudos