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