Finding Version of an exe
-
Hi all, I am trying to find out the version of an particular exe . It works well in Emulator. In device it's working when we are trying to find out an another exe but it didn't find it's own version in device. Could any one help me to find out the Issue. Thanks in advance.
-
Hi all, I am trying to find out the version of an particular exe . It works well in Emulator. In device it's working when we are trying to find out an another exe but it didn't find it's own version in device. Could any one help me to find out the Issue. Thanks in advance.
Anonymous wrote: I am trying to find out the version of an particular exe Have you considered
VerQueryValue()
,GetFileVersionInfo()
, and related functions?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
-
Anonymous wrote: I am trying to find out the version of an particular exe Have you considered
VerQueryValue()
,GetFileVersionInfo()
, and related functions?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Yes, I have used GetFileVersionInfoSize(),GetFileVersionInfo(),and verqueryvalue to find the versions of an exe or dll. It works in Emulator,but not in device.In device it find out the other exe,not it's own(current executing application) version. DARWIN PAUL RAJ