PC Review


Reply
Thread Tools Rate Thread

Deploying .NET CF to Pocket PCs

 
 
Neville Lang
Guest
Posts: n/a
 
      26th Sep 2003
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


 
Reply With Quote
 
 
 
 
Bardak
Guest
Posts: n/a
 
      26th Sep 2003
See inline below...

--------------------
>Reply-To: "Neville Lang" <(E-Mail Removed)>
>From: "Neville Lang" <(E-Mail Removed)>
>Subject: Deploying .NET CF to Pocket PCs
>Date: Fri, 26 Sep 2003 10:36:11 +1000
>Lines: 21
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <(E-Mail Removed)>
>Newsgroups: microsoft.public.dotnet.framework.compactframework
>NNTP-Posting-Host: cpe-144-136-26-52.vic.bigpond.net.au 144.136.26.52
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
>Xref: cpmsftngxa06.phx.gbl

microsoft.public.dotnet.framework.compactframework:34479
>X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
>
>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?


If the SAME files (including versions) are on the device, they are not
replaced. if .NET CF CAB is of newer version (like SP1) it will supercede
the current files and be installed into RAM.

>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.
>

Same answer above is good also here.


>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
>
>
>


 
Reply With Quote
 
Asheesh
Guest
Posts: n/a
 
      26th Sep 2003
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
>
>



 
Reply With Quote
 
Neville Lang
Guest
Posts: n/a
 
      28th Sep 2003
Bardak,

Thank you for your reply and for confirming my thoughts.

Regards,
Neville Lang


"Bardak" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> See inline below...
>
> --------------------
> >Reply-To: "Neville Lang" <(E-Mail Removed)>
> >From: "Neville Lang" <(E-Mail Removed)>
> >Subject: Deploying .NET CF to Pocket PCs
> >Date: Fri, 26 Sep 2003 10:36:11 +1000
> >Lines: 21
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
> >X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> >Message-ID: <(E-Mail Removed)>
> >Newsgroups: microsoft.public.dotnet.framework.compactframework
> >NNTP-Posting-Host: cpe-144-136-26-52.vic.bigpond.net.au 144.136.26.52
> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
> >Xref: cpmsftngxa06.phx.gbl

> microsoft.public.dotnet.framework.compactframework:34479
> >X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
> >
> >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?

>
> If the SAME files (including versions) are on the device, they are not
> replaced. if .NET CF CAB is of newer version (like SP1) it will supercede
> the current files and be installed into RAM.
>
> >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.
> >

> Same answer above is good also here.
>
>
> >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
> >
> >
> >

>



 
Reply With Quote
 
Neville Lang
Guest
Posts: n/a
 
      28th Sep 2003
Asheesh,

Thank you for putting me onto this link and for information on the registry
entry.

Regards,
Neville Lang




"Asheesh" <(E-Mail Removed)> wrote in message
news:ON8oQj$(E-Mail Removed)...
> 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
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploying multiple CAB files to Pocket PC snohelty Microsoft Dot NET Compact Framework 0 20th Mar 2007 02:27 PM
Deploying to a Pocket PC Mike Nicol Microsoft Dot NET Compact Framework 3 6th Nov 2006 06:42 PM
Deploying Pocket PC Applications in VS2005 chad Microsoft Dot NET Compact Framework 4 25th Apr 2006 12:17 PM
Question about creating .msi for deploying pocket pc app ORi Microsoft Dot NET Compact Framework 2 8th Apr 2004 07:57 PM
Question on deploying to Pocket PC with CF in ROM Matt Marshall Microsoft Dot NET Compact Framework 3 25th Jul 2003 05:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:27 AM.