ISIISItem Table

InstallShield 2020

Project:This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI
Merge Module

The ISIISItem table contains information about IIS settings that are configured in the Internet Information Services view.

ISIISItem Table Information

Column

Type

Key

Nullable

Description

ISIISItem

String

Yes

No

Primary key for table. This item identifies the Web site or other IIS item that is being created.

ISIISItem_Parent

String

No

Yes

Foreign key into the ISIISItem column. This item identifies the Web site or other IIS item that contains the current item.

DisplayName

Localizable string

No

Yes

An optional localized name for the Web site or other IIS item.

Type

Integer

No

No

Identifies the type of IIS item. Available options are:

1—Web site
2—Application
3—Virtual directory
4—Application pool
5—Web service extension

Component_

String

No

Yes

Name of the component that contains the IIS item.

See Also