This action will delete all of the files specified from the target system.
Supported Platforms
All Platforms
Standard Properties
See Standard Action Properties.
Advanced Properties
Files
A list of files or patterns separated by a ;. Any pattern or file that is a relative path is automatically made relative to <%InstallDir%>.
Examples
The following values would delete a /tmp/mytemp directory and all of the .bak1 files in the <%InstallDir%>.
Files: /tmp/mytemp;*.bak1