Detect if activesync is installed is on PC

  • Thread starter Thread starter Darren Coleman
  • Start date Start date
D

Darren Coleman

Is there a way to detect if activesync is installed on the pc? I have
an Application and I want it to check to see if activesync is
installed.

i've used OpenNETCF.Desktop.Communication.dll to check for active sync
it works however when garbage collection happens i get a null refrence
exception that i can't trap as it's happening within
OpenNETCF.Desktop.Communication.dll.


Any ideas on finding if activesync is installed? thx.
 
You could check the registry at:-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services

This should also contain a key named with the version number e.g. "3.8",
"3.7"

Peter
 
Back
Top