ISWiSuiteFolder Object (Advanced UI and Suite/Advanced UI)

InstallShield 2015 » 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 ISWiSuiteFolder object represents a folder of files in a package of an Advanced UI or Suite/Advanced UI project.

Members

ISWiSuiteFolder Object Members

Name

Type

Description

AddDynamicFileLink

Method

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

AddFile

Method

Adds a file to a folder in the package.

AddFolder

Method

Adds a subfolder to a folder in the package.

DeleteDynamicFileLink

Method

Removes a dynamic link for the additional files that a package requires.

DeleteFile

Method

Removes a file from a folder in the package.

DeleteFolder

Method

Removes a subfolder from a folder in the package.

ISWiSuiteDynamicFileLinks

Collection

Contains every dynamic file link in a folder in a package of an Advanced UI or Suite/Advanced UI project.

ISWiSuiteFiles

Collection

Contains all of the files in a folder of a package in an Advanced UI or Suite/Advanced UI project.

ISWiSuiteFiles

Collection

Contains all of the files in the folder.

ISWiSuiteFolders

Collection

Contains all of the subfolders in the current folder.

Name

Read-Write String Property

Gets or sets the name of the folder in the package.

Applies To

ISWiSuitePackage