ISWiRemoveFiles Collection
InstallShield 2024 » Automation Interface
Project:
• | Basic MSI |
• | DIM |
• | InstallScript MSI |
• | Merge Module |
The ISWiRemoveFiles collection represents a collection of ISWiRemoveFile objects in the InstallShield user interface.
Members
Name |
Type |
Description |
Count |
Read-Only Property |
Use this property to return the total number of elements in the ISWiRemoveFiles collection. |
Item |
Read-Only Property |
Provide the index number or key of the file or folder removal entry in order to retrieve its ISWiRemoveFile object. You must specify the key. You can view this value in the Direct Editor view (in the FileKey column of the RemoveFile table. Item is the default property for ISWiRemoveFiles, which means that m_ISWiComponent.ISWiRemoveFiles.Item("RemoveFile1") is equivalent to m_ISWiComponent.ISWiRemoveFiles("RemoveFile1"). |
Applies To
• | ISWiComponent |
See Also