From: Sushrut on
Hi,

Where do "DriverDateData" and "DriverDate" come from in my device's registry
key? I see it in
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\xxxx"

Thanks,
Sushrut.
From: Tom Picard on
probably from your inf file

"Sushrut" wrote:

> Hi,
>
> Where do "DriverDateData" and "DriverDate" come from in my device's registry
> key? I see it in
> "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\xxxx"
>
> Thanks,
> Sushrut.
From: Pavel A. on
"Sushrut" wrote:
> Hi,
>
> Where do "DriverDateData" and "DriverDate" come from in my device's registry
> key? I see it in
> "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\xxxx"
>
> Thanks,
> Sushrut.

This is the driverdate in string and binary (FILETIME?) encoding.
The latter is created by setup.

Regards,
--PA

From: Sushrut on

Ok, Thanks. I did see that these are not in the INF file at all, though the
INF file has a Driver Ver entry which has the date and the version. I guess
that DriverDate & DriverDateData is populated using the Driver Version key
then? Which setup creates it if I do an INF only install?

Thanks,
Sushrut.

"Pavel A." wrote:

> "Sushrut" wrote:
> > Hi,
> >
> > Where do "DriverDateData" and "DriverDate" come from in my device's registry
> > key? I see it in
> > "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\xxxx"
> >
> > Thanks,
> > Sushrut.
>
> This is the driverdate in string and binary (FILETIME?) encoding.
> The latter is created by setup.
>
> Regards,
> --PA
>