This action will copy a single file or directory on the target system to another name.
Supported Platforms
All Platforms
Standard Properties
See Standard Action Properties.
Advanced Properties
Source
The path to the file or directory to be copied. If the path is relative, it will be made relative to <%InstallDir%>.
Destination
The new path to copy the file or directory to. If the path is relative, it will be made relative to <%InstallDir%>.
Examples
The following values would copy the file foo.cfg to bar.cfg in the <%InstallDir%>.
Source: foo.cfg
Destination: bar.cfg