ISWiSuiteDynamicFileLink Object (Advanced UI and Suite/Advanced UI)

InstallShield 2020 » Automation Interface » Advanced UI and Suite/Advanced UI

Project:This information applies to the following project types:

Advanced UI
Suite/Advanced UI

Edition:The Advanced UI project type is available in the Professional edition of InstallShield. The Suite/Advanced UI project type is available in the Premier edition of InstallShield. For information about the differences between these two project types, see Advanced UI Projects vs. Suite/Advanced UI Projects.

The ISWiSuiteDynamicFileLink object represents a dynamic link for the additional files that a package in an Advanced UI or Suite/Advanced UI project requires.

To add or remove dynamic links, call AddDynamicFileLink or DeleteDynamicFileLink.

Members

ISWiSuiteDynamicFileLink Object Members

Name

Type

Description

AddFilter

Method

Adds a filter to a dynamic link for the additional files that a package in an Advanced UI or Suite/Advanced UI project requires.

DeleteFilter

Method

Removes a filter from a dynamic link.

ISWiSuiteDFLFilters

Collection

Contains all of the filters that are associated with a dynamic link for the additional files that a package requires.

Source

Read-Write String Property

Gets or sets the path to the source folder that contains the package that you want to include in your Advanced UI or Suite/Advanced UI project. It also is the source of dynamically included files for the package.

Instead of hard-coding a location, you can use a path variable that is defined in the Path Variables view. At build time, InstallShield replaces the path variable with the appropriate value.

Applies To

ISWiSuiteFolder 

See Also