ISWiRemoveFiles Method

InstallShield 2018 » Automation Interface

Project • This information applies to the following project types:

Basic MSI
DIM
InstallScript MSI
Merge Module

The ISWiRemoveFiles method returns an ISWiRemoveFiles collection that contains all of the file and folder removal entries that are associated with the current component.

Syntax

ISWiRemoveFiles As ISWiRemoveFiles

Parameters

RemoveRemoveFile Method Parameters

Parameter

Description

pRemoveFolder

Pass the ISWiRemoveFile object that you want to remove.

Example

The following Visual Basic code illustrates how you would set a property for a specific file removal entry in a component. For the purposes of this example, assume that the variable m_oMyComp already has a reference to a component.

m_oMYComp.ISWiRemoveFiles("RemoveFile1").FileName = "*.txt"

Applies To

ISWiComponent

See Also