InstallShield 2016 » Automation Interface
Project • This information applies to the following project types:
• | 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
Removing Files and Folders from Target Systems
InstallShield 2016 Help LibraryAugust 2016 |
Copyright Information | Flexera Software |