ActiveSync Version

  • Thread starter Thread starter Beebs
  • Start date Start date
B

Beebs

Can anyone tell me what registry key I need to search for to find the
version of ActiveSync that is installed on a system? I need to obtain
this for verification purposes...

Thanks
 
Sorry Daniel, I realize that, but figured it was as good of place as
any to ask...anyways, thanks for the tip, but it won't work...I was
hoping there was a registry key I could check but apparently not.
 
You should find it under:-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services

Below that key you'll find keys with the name x.x where thats the version
number - e.g. 3.8
There is also a dword value containing the BuildNumber

Peter
 
How about using the version information in one or more of the programs that
make up AS? wcescomm.exe, for example. You'd use GetFileVersionInfo() in
C/C++ to get that. I think there's a .NET Framework class for file version
information, too.

Paul T.
 
What do you mean "it won't work"

Under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\
you have a bunch of values (e.g. MajorVersion, MinorVersion etc). Why aren't
they good enough?

Cheers
Daniel
 
Back
Top