Hi Neville,
You can take a look at e-PocketSetup setup tool at
www.e-pocketsetup.com
This tool not only allows .NET CF to be installed with your application, but
also allows to check the device's registry in order to determine, which
version of .NET CF is installed.
Though in order to check which version of .NET CF is installed,
the key value for
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework
would give you the version number.
HTH,
Asheesh
"Neville Lang" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all ,
>
> I have an app that will be deployed publicly, to any type of PPC.
Currently,
> my thinking is to download the .NET cab as well as my app's cab from a CD
to
> the device using ActiveSync. and get the user to tap on the cab's to begin
> install. While I know this works well for my app, my questions in relation
> to the .NET CF are:
>
> i) For the case of PPC 2002, if the user taps on this cab, what happens if
> the .NET CF is already loaded?
> ii) For the case of the later WM 2003, it is assumed that the .NET CF is
> pre-installed. What might happen to the CF cab when it is tapped by the
> user.
>
> I am assuming that some sort of version checking is done but needed to put
> these questions to see what others have found.
>
> Regards,
> Neville Lang
>
>