ISWiRemoveFile Object

InstallShield 2024 » Automation Interface

Project: This information applies to the following project types:

Basic MSI
DIM
InstallScript MSI
Merge Module

ISWiRemoveFile represents a file or folder removal entry in the InstallShield user interface. To retrieve a file or folder removal entry, specify an item in the ISWiRemoveFiles collection.

Members

ISWiRemoveFile Object Members

Name

Type

Description

FileKey

Read-Write Property

Gets or sets the FileKey property for this file or folder removal entry.

FileName

Read-Write Property

Gets or sets the FileName property for this file or folder removal entry.

DirProperty

Read-Write Property

Gets or sets the DirProperty property for this file or folder removal entry.

InstallMode

Read-Write Property

Gets or sets the InstallMode property for this file or folder removal entry. Specify one of the following types:

erfimOnInstall (1)—Remove the file or folder only when the associated component is being installed.
erfimOnUninstall (2)—Remove the file or folder only when the associated component is being removed.
erfimOnBoth (3)—Remove the file or folder when the associated component is being installed or removed.

See Also