Passing cabs to Application Manager

T

Tony

Hi,

I'm building an application using the Compact Framework.
For Installation I'm using Application Manager
(ceappmgr.exe)
with ActiveSync.

I have to pass several cab-files to the Application
Manager. But
the order in which the cab-files will be executed on the
pocket pc
do not match with the one I pass the files to the
Application Manager.

Since one Installation depends on the other, an ugly
message appears
"xxx requires the installation of xxx". Is there a way to
set the
order in which the installations will be executed?

Thanks, Tony
 
B

Brian Chamberlain [MS]

I don't know if this will help or not, but you might try creating multiple
.INI files (one per CAB) and calling CEAppMgr more than once. MSDN has
some documentation on how to do this at :

http://msdn.microsoft.com/library/en-us/wcesetup/htm/_wcesdk_Using_the_Appli
cation_Manager.asp?frame=true

In short, you can use the "/register" flag to add .INI files to the list of
.INI's that CEAppMgr will process, but without actually telling CEAppMgr to
install the associated CAB files immediately. If you have any questions
about how to do this, or if this method doesn't work for you, don't
hesitate to let me know. We'll get this figured out.


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

--------------------
| Content-Class: urn:content-classes:message
| From: "Tony" <[email protected]>
| Sender: "Tony" <[email protected]>
| Subject: Passing cabs to Application Manager
| Date: Mon, 18 Aug 2003 02:00:04 -0700
| Lines: 21
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNlZx1yRzijelQZQuOXOHdlqqVRFA==
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:31170
| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi,
|
| I'm building an application using the Compact Framework.
| For Installation I'm using Application Manager
| (ceappmgr.exe)
| with ActiveSync.
|
| I have to pass several cab-files to the Application
| Manager. But
| the order in which the cab-files will be executed on the
| pocket pc
| do not match with the one I pass the files to the
| Application Manager.
|
| Since one Installation depends on the other, an ugly
| message appears
| "xxx requires the installation of xxx". Is there a way to
| set the
| order in which the installations will be executed?
|
| Thanks, Tony
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top