AddRemoveFile Method
InstallShield 2024 » Automation Interface
Project:
| • | 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