[Version] |
[DDInstall]
DriverVer=mm/dd/yyyy[,w.x.y.z]
A DriverVer directive specifies version information for drivers installed by this INF.
INF files for Windows 2000 and later must have a DriverVer directive in their INF Version sections to provide version information for the whole INF. Additionally, individual INF DDInstall sections can contain DriverVer directives to provide version information for individual drivers. DriverVer directives in the DDInstall sections are more specific and take precedence over the global DriverVer directive in the Version section.
When the OS searches for drivers, it chooses a driver with a more recent DriverVer date over a driver with an earlier date. If an INF has no DriverVer directive or contains an invalid date specification, the OS applies the default date of 00/00/0000. For Windows 2000 only, unsigned drivers are also assigned a date of 00/00/0000.
INF files for Windows 98/Me must also contain DriverVer directives, but Windows 98/Me does not recognize a DriverVer directive in the Version section. Therefore, these INF files should have DriverVer directives in the undecorated DDInstall sections that are used by Windows 98/Me.
For additional information, see How Setup Selects Drivers.
[Version] ... DriverVer=09/28/1999,5.00.2136.1