Platform SDK: Migration-Extension Interface/Setup Wizard |
Use this section to inform Windows 2000 Setup about files, directories, and registry entries in the active Windows 95/98 installation you intend to handle using your migration DLL.
Setup assumes that files, directories, and registry entries listed here are compatible with Windows 2000. Therefore, Setup does not warn users about incompatibilities associated with these components and does not perform any processing. For example, specifying a path to a file in the System folder ensures that the file will not be moved to the System32 folder. Similarly, handled registry entries are not copied to Windows 2000.
All file names, directories, and registry entries listed in this section must be valid on the active Windows 95/98 system.
You can use the WritePrivateProfileString function to add lines to this section.
The syntax for this section is:
<Identifier Object> = <Identifier Type>
<Root>\<SubKey>\<SubKey>\<…> [<Value Name>]
where:
Registry keys or value names themselves can contain square brackets ([ ]), tildes (~), or characters with values greater than 127. You must enclose hexadecimal values for these characters in tildes (~) when writing them as registry values to the [Handled] section. For more information, see Handling Special String Characters.