AddRemoveFile Method

InstallShield 2016 » Automation Interface

Project • The AddRemoveFile method applies to the following project types:

Basic MSI
DIM
InstallScript MSI
Merge Module

The AddRemoveFile method adds a file or folder removal entry to the current component. This file and folder removal capability is useful for scenarios such as removing application-created files that your installation does not otherwise track.

Syntax

AddRemoveFile () As ISWiRemoveFile

Applies To

ISWiComponent

See Also