Hi.
I wonder if it is possible to learn and read the version of a file
which is locating in any partiton
which has a extension of ".exe" or ".dll"

Re: Learning the Version Of the DLL's or EXE's by Peter

Peter
Fri Aug 19 03:22:28 CDT 2005

I wrote the OpenNETCF.Diagnostics.FileVersionInfo class to do just this - it
reads the version from the native resource. You will find however that most
system files on Windows CE don't have a version resource. You can view the
source here:-
http://vault.netcf.tv/VaultService/VaultWeb/GetFile.aspx?repid=2&path=%24%2fSDF%2fOpenNETCF%2fDiagnostics%2fFileVersionInfo.cs&version=1
(username: guest, password: guest)

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net |
http://www.opennetcf.org

"Yunus Atmaca" <YunusAtmaca@discussions.microsoft.com> wrote in message
news:456F6219-5D05-4EB9-9013-F597FBF7D096@microsoft.com...
> Hi.
> I wonder if it is possible to learn and read the version of a file
> which is locating in any partiton
> which has a extension of ".exe" or ".dll"
>