[Moved] Section

[This is preliminary documentation and subject to change.]

You use this section to inform Windows NT Setup about files and directories you plan to move, rename, or delete during the migration. This enables Setup to adjust the relevant Windows NT Explorer shell links.

You can use the WritePrivateProfileString function for adding lines to this section. Listing a file here will cause it not to be processed in any other way, just like it was in the [Handled] section.

The syntax for this section is:

<OldPath> = <NewPath>

OldPath
Specifies the file name or path of a Windows 95 or Windows 98 file or directory to be moved or deleted. File names and paths are in long file name format.
NewPath
Specifies the new file name or path, again in long file name format. If NewPath is empty or not specified, Setup will delete OldPath.