More on Deployment and CAB files

  • Thread starter Thread starter Hafsteinn Gunnarsson
  • Start date Start date
H

Hafsteinn Gunnarsson

How can I create asetup file that I can run on the server and setup my PPC
application on a connected Device?



HG
 
Check out ActiveSync Application Manager. If you have a copy of the .NET
Compact Framework Core Reference (Wigley and Wheelright) there is a sample
of this in Chapter 6.
http://www.amazon.com/exec/obidos/tg/detail/-/0735617252/qid=1063661180/sr=8
-1/ref=sr_8_1/002-0996472-9880005?v=glance&s=books&n=507846

You can also check out some related online articles/references that may
help:
ActiveSync Application Manager
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/h
tm/programming_pocket_pc_2002_jcfh.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesetup/ht
m/_wcesdk_Using_the_Application_Manager.asp

Developing and Deploying Pocket PC Setup Applications
http://smartdevices.microsoftdev.com/Learn/Articles/566.aspx

QA: How can I create setup.exe file that will automatically install
necessary .cab file on Pocket PC?
http://www.pocketpcdn.com/articles/creatingsetup.html


Hope this helps,
Reed Robison
DST Premier Services

This posting is provided "AS IS" with no warranties, and confers no rights.

Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"


--------------------
From: "Hafsteinn Gunnarsson" <[email protected]>
Subject: More on Deployment and CAB files
Date: Mon, 15 Sep 2003 17:04:48 -0000
Lines: 8
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: <#[email protected]>
Newsgroups: microsoft.public.dotnet.framework.compactframework
NNTP-Posting-Host: 213.213.131.20.marel.is 213.213.131.20
Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.compactframework:33374
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework

How can I create asetup file that I can run on the server and setup my PPC
application on a connected Device?



HG

This posting is provided "AS IS" with no warranties, and confers no rights.

Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
 
-----Original Message-----
How can I create asetup file that I can run on the server and setup my PPC
application on a connected Device?



HG


.
One way to deploy your installation files is OTA or Over
The Air. Place your .cab files on a webserver and have
the user navigate to your website via Pocket IE. Once
there provide a link for each of the cab files. They
will have the option of saving them to storage or
automatically installing them. I have used this method
in the past with great results.

Good luck,

JC
 
Back
Top