[This is preliminary documentation and subject to change.]
You use this section to inform Windows NT Setup about files, directories, and registry entries in the active Windows 95 or Windows 98 installation you intend to migrate using your migration DLL.
Setup assumes that files, directories, and registry entries listed here are compatible with Windows NT 5.0. Therefore, it shall not warn users about incompatibilities associated with these components, nor will any processing be performed. For example, specifying a file path to a file in the system directory will cause it not to be moved to system32. Similarly, "handled" registry entries will not be copied to Windows NT.
All file names, directories, and registry entries listed in this section must be valid on the active Windows 95 or Windows 98 system.
You can use the WritePrivateProfileString function to add lines to this section.
The syntax for lines in this section is:
<Identifier Object> = <Identifier Type>
<Root>\<SubKey>\<SubKey>\<…> [<Value Name>]
where:
Registry keys or value names themselves may contain square brackets ([ ]), tildes (~), or characters with values greater than 127. You must enclose hexadecimal value for these characters in tildes (~) when writing them as registry values to the [Handled] section. For more information, see Handling Special String Characters.