Is there any way via ActiveSync or some other mechanism to find out if the
connected Windows Mobile device is smartphone or Pocket PC and get its
Windows Mobile OS version? I needto do it BEFORE installing my app so I do
not have any modules running on the device.

Re: Type of connected device by Peter

Peter
Sat Nov 19 10:11:26 CST 2005

You can gets some useful properties of the currently connected device from
the registry on your desktop PC -
HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services
DeviceOemInfo and DeviceType for example.

Peter

--
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com

"Sasha" <Sasha@discussions.microsoft.com> wrote in message
news:EF8F18F7-B66C-451F-AD9E-4B4E689165E1@microsoft.com...
> Is there any way via ActiveSync or some other mechanism to find out if the
> connected Windows Mobile device is smartphone or Pocket PC and get its
> Windows Mobile OS version? I needto do it BEFORE installing my app so I do
> not have any modules running on the device.