Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Determining ActiveSync version Programaticly

2 views
Skip to first unread message

Kevin Z Grey

unread,
Dec 30, 2003, 12:35:45 PM12/30/03
to
Heya,

Is there a way to determine the Client and Provider
side ActiveSync versions from either the Desktop or the
PocketPC? I'm attempting to automate system information
for multiple PocketPC's and Desktops and it would save me
time.

~~K

Alex Feinman [MVP]

unread,
Dec 30, 2003, 7:05:01 PM12/30/03
to
On the desktop you can use GetFileVersionInfo and VerQueryValue to check the
file version of \Program Files\Microsoft ActiveSync\WCESMgr.exe
(the actual path is under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE
Services\InstalledDir).
The above registry key also contains major and minor version but it will not
make a distinction between 3.7 and 3.7.1

As for the device side, I don't believe there is a version difference other
than in OS version (2002 vs. 2003), but I could be wrong. Try asking this
one in the pocketpc.activesync NG

"Kevin Z Grey" <anon...@discussions.microsoft.com> wrote in message
news:00d001c3cefb$5b2dfec0$a301...@phx.gbl...

Kevin Z Grey

unread,
Dec 31, 2003, 10:36:53 AM12/31/03
to

Thanks Alex, I'll give it a try.
0 new messages