Page 1 of 1

how to get an exe description ?

Posted: Sat Jan 07, 2012 5:56 pm
by kgulol
when we right click to properties of an executable file we can see description and version
how can I get version and description and other details ?

thank you so much.

Re: how to get an exe description ?

Posted: Sun Jan 08, 2012 9:30 am
by madshi
That's not a feature currently offered by madShell. You can get this kind of information directly by using the win32 APIs. See GetFileVersionInfoSizeA/W, GetFileVersionInfoA/W, VerQueryValueA/W etc.