Rename Files Sections

[<rename-files-section-name>]
<new-file-name>, <old-file-name>
    .
    .
    .
 

Lists the names of files to be renamed. The name of the section must appear in a Renfiles item in an Install section of the INF file.

new-file-name
New name of the file.
old-file-name
Old name of the file.

This example renames the files file42 to file41, file52 to file51, and file62 to file61:

[RenameOldFilesSec]
file41, file42
file51, file52
file61, file62
 

All the old filenames used in this example (file42, file52, and file62) must be defined in a SourceDisksFiles section and the logical disk numbers that appear in the SourceDisksFiles section must have been defined in a SourceDisksNames section.