RemoveRemoveFile Method
Project:This information applies to the following project types:
• | Basic MSI |
• | DIM |
• | InstallScript MSI |
• | Merge Module |
The RemoveRemoveFile method removes a file or folder removal entry from the current component. To remove a file or folder removal entry from the project, pass the ISWiRemoveFile object.
Syntax
RemoveRemoveFile (pRemoveFolder As ISWiRemoveFile) As Long
Parameters
Parameter |
Description |
pRemoveFolder |
Pass the ISWiRemoveFile object that you want to remove. |
Applies To
• | ISWiComponent |