Hello
Is there a program available to determine the version of a driver file
residing normally in the c:\windows\system32\drivers directory but is
not loaded, because there is no device plugged in at the moment?
Thanks and regards
Daniel
Hello
Is there a program available to determine the version of a driver file
residing normally in the c:\windows\system32\drivers directory but is
not loaded, because there is no device plugged in at the moment?
Thanks and regards
Daniel
Well you can always right click on the file go to properties and see the
version from the resources section.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
“Daniel Luethi” wrote in message news:xxxxx@ntdev…
> Hello
>
> Is there a program available to determine the version of a driver file
> residing normally in the c:\windows\system32\drivers directory but is
> not loaded, because there is no device plugged in at the moment?
>
> Thanks and regards
> Daniel
>
>
Don Burn wrote:
Well you can always right click on the file go to properties and see the
version from the resources section.
that’s great! Didn’t know that, thanks!
regards
Daniel
Don Burn wrote:
Well you can always right click on the file go to properties and see the
version from the resources section.
OK, it’s a cool option, which I didn’t know before! Thanks for that! But
I would like to do it from a program to recognize about the
compatibility of the versions (API - Driver). Do you know if there is a
tool or a command available?
Regards,
Daniel
I think you r looking for GetFileVersionInfo API…
Dev
-----Original Message-----
From: Daniel Luethi [mailto:xxxxx@psi.ch]
Sent: Thursday, October 14, 2004 11:23 AM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] determine version for not loaded driver
Don Burn wrote:
Well you can always right click on the file go to properties and see the
version from the resources section.
OK, it’s a cool option, which I didn’t know before! Thanks for that! But
I would like to do it from a program to recognize about the
compatibility of the versions (API - Driver). Do you know if there is a
tool or a command available?
Regards,
Daniel
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: dsingh@in.safenet-inc.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
In user mode you can use GetFileVersionInfo + VerQueryValue Win32 API.
Hope this can help,
PaoloC
– Messaggio originale –
Date: Thu, 14 Oct 2004 07:53:18 +0200
From: Daniel Luethi
>Subject: Re:[ntdev] determine version for not loaded driver
>To: “Windows System Software Devs Interest List”
>Reply-To: “Windows System Software Devs Interest List”
>
>
>Don Burn wrote:
>
>> Well you can always right click on the file go to properties and see
the
>> version from the resources section.
>>
>>
>OK, it’s a cool option, which I didn’t know before! Thanks for that! But
>
>I would like to do it from a program to recognize about the
>compatibility of the versions (API - Driver). Do you know if there is a
>tool or a command available?
>
>Regards,
>Daniel
>
>
>—
>Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
>You are currently subscribed to ntdev as: xxxxx@tin.it
>To unsubscribe send a blank email to xxxxx@lists.osr.com