This action is used to adjust the line feeds of the given files. This can convert text files to either UNIX (lf) or Windows (crlf) line feeds as specified.
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%>.
Line Feed
The type of linefeeds for the specified files. The following choices are available:
Examples
The following values would convert all .txt and .sh files in <%InstallDir%> to UNIX linefeeds.
Files: *.txt;*.sh
Line Feed: Unix