|
From: Sushrut on 15 Nov 2005 06:52 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 15 Nov 2005 14:19 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 15 Nov 2005 17:48 "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 15 Nov 2005 22:28 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 >
|
Pages: 1 Prev: How to access the display adapter I2C bus? Next: Adding USB to BDA Driver Linking ERROR! |