Update Config.sys Sections


[<update-config-section>]
Buffers=<legal-dos-buffer-value>
DelKey=<key>
DevAddDev=<driver-name>,<configkeyword>[,<flag>][,<param-string>]
DevDelete=<device-driver-name>
DevRename=<current-dev-name>,<new-dev-name>
Files=<legal-dos-files-value>
PrefixPath=<ldid>[,<ldid>]
RemKey=<key>
Stacks=<dos-stacks-values>

Provides commands to add, delete, or rename commands in the CONFIG.SYS file. The section name, update-config-section-name, must appear in the UpdateConfigSys item in an Install section of the INF file.

Not all item types shown in the syntax above are needed or required. An Update Config.sys section may contain as many DevRename, DevDelete, DevAddDev, DelKey, and RemKey items as needed, but the Buffers, Files, and Stacks items may only be used once in a section. When processing an Update Config.sys section, the Installer processes all DevRenames items first, all DevDelete items second, and all DevAddDev items last. The syntax and meaning of each of the types of items that can be used in an Update Config.sys section are given in subsequent sections.