PC Review


Reply
Thread Tools Rate Thread

Deploy for PocketPC

 
 
Fredrik Ljungbeck
Guest
Posts: n/a
 
      18th Sep 2003
Hi !

Can you place a PocketPC-application on a server and create a "shortcut" on
the client so that I know my users always run the latest version of a
program ?

Regards,
Fredrik


 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      19th Sep 2003
I have an idea about how you might do this, but you'll have to be sure that
your Pocket PC is capable of it (it requires some OS components that might
or might not be present)...

You may be able to connect to a network share from the Pocket PC. This
requires that the 'net' command be used to connect to the shared folder on
the server. Something like "net use locfolder \\servername\sharename"
should create a folder in \Network called \locfolder. If your Pocket PC can
get this far, then you could arrange it so that the \\servername\sharename
folder contains the application that you want to have the user run on the
PPC. You can put a shortcut to the item on the desktop or in the Start
menu, if you want. When that shortcut, or the file itself in the
\Network\locfolder folder is double-tapped, the system will go out across
the network, download the EXE from the server, and run it on the Pocket PC.

Paul T.

"Fredrik Ljungbeck" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi !
>
> Can you place a PocketPC-application on a server and create a "shortcut"

on
> the client so that I know my users always run the latest version of a
> program ?
>
> Regards,
> Fredrik
>
>



 
Reply With Quote
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      19th Sep 2003
I have an idea about how you might do this, but you'll have to be sure that
your Pocket PC is capable of it (it requires some OS components that might
or might not be present)...

You may be able to connect to a network share from the Pocket PC. This
requires that the 'net' command be used to connect to the shared folder on
the server. Something like "net use locfolder \\servername\sharename"
should create a folder in \Network called \locfolder. If your Pocket PC can
get this far, then you could arrange it so that the \\servername\sharename
folder contains the application that you want to have the user run on the
PPC. You can put a shortcut to the item on the desktop or in the Start
menu, if you want. When that shortcut, or the file itself in the
\Network\locfolder folder is double-tapped, the system will go out across
the network, download the EXE from the server, and run it on the Pocket PC.

Paul T.

"Fredrik Ljungbeck" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi !
>
> Can you place a PocketPC-application on a server and create a "shortcut"

on
> the client so that I know my users always run the latest version of a
> program ?
>
> Regards,
> Fredrik
>
>



 
Reply With Quote
 
John Atkins
Guest
Posts: n/a
 
      19th Sep 2003
Hey! That's the same idea!

John.

"Paul G. Tobey [eMVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have an idea about how you might do this, but you'll have to be sure

that
> your Pocket PC is capable of it (it requires some OS components that might
> or might not be present)...
>
> You may be able to connect to a network share from the Pocket PC. This
> requires that the 'net' command be used to connect to the shared folder on
> the server. Something like "net use locfolder \\servername\sharename"
> should create a folder in \Network called \locfolder. If your Pocket PC

can
> get this far, then you could arrange it so that the \\servername\sharename
> folder contains the application that you want to have the user run on the
> PPC. You can put a shortcut to the item on the desktop or in the Start
> menu, if you want. When that shortcut, or the file itself in the
> \Network\locfolder folder is double-tapped, the system will go out across
> the network, download the EXE from the server, and run it on the Pocket

PC.
>
> Paul T.
>
> "Fredrik Ljungbeck" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi !
> >
> > Can you place a PocketPC-application on a server and create a "shortcut"

> on
> > the client so that I know my users always run the latest version of a
> > program ?
> >
> > Regards,
> > Fredrik
> >
> >

>
>



 
Reply With Quote
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      19th Sep 2003
Don't look at me! I only posted it once. Network connections to Microsoft
are rather spotty today. Maybe MS received it, but wasn't able to complete
the transaction with my news client, so the client sent it again...

Paul T.

"John Atkins" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hey! That's the same idea!
>
> John.
>
> "Paul G. Tobey [eMVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I have an idea about how you might do this, but you'll have to be sure

> that
> > your Pocket PC is capable of it (it requires some OS components that

might
> > or might not be present)...
> >
> > You may be able to connect to a network share from the Pocket PC. This
> > requires that the 'net' command be used to connect to the shared folder

on
> > the server. Something like "net use locfolder \\servername\sharename"
> > should create a folder in \Network called \locfolder. If your Pocket PC

> can
> > get this far, then you could arrange it so that the

\\servername\sharename
> > folder contains the application that you want to have the user run on

the
> > PPC. You can put a shortcut to the item on the desktop or in the Start
> > menu, if you want. When that shortcut, or the file itself in the
> > \Network\locfolder folder is double-tapped, the system will go out

across
> > the network, download the EXE from the server, and run it on the Pocket

> PC.
> >
> > Paul T.
> >
> > "Fredrik Ljungbeck" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hi !
> > >
> > > Can you place a PocketPC-application on a server and create a

"shortcut"
> > on
> > > the client so that I know my users always run the latest version of a
> > > program ?
> > >
> > > Regards,
> > > Fredrik
> > >
> > >

> >
> >

>
>



 
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
How to deploy code in C# for PocketPC 2003 on CompactFramework. vidishasharma@gmail.com Microsoft Dot NET Compact Framework 1 20th Dec 2006 01:26 PM
Can't Deploy PocketPC App Michael Chong Microsoft VB .NET 0 10th Mar 2005 11:22 AM
Building installers for PocketPC 2000 and PocketPC 2002 using Visual Studio .NET 2003 Antao Almada Microsoft Dot NET Compact Framework 1 9th Sep 2004 10:54 AM
ce .net app needs pocketpc 2002 deploy!!! Bruce Microsoft Dot NET Compact Framework 2 19th Mar 2004 06:58 PM
Cannot deploy or debug pocketpc-app Stephan Posch Microsoft Dot NET Compact Framework 2 14th Nov 2003 05:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:29 PM.