To create a MSI installer with 2 CAB files

A

abco

Hi,

In my MSI installer file I want to package two cab files -
one is sqlce.ppc3.arm.CAB and anothere is my application's
CAB file which uses sqlce2 database. How can I do to
install sqlce first and then install my application onto
the device when the only MSI file is run?

Thanks.
 
S

Shaun Wilde

2 ways I can think of

1) is to use RAPI to copy and execute your file
2) is to use CEAppMgr.exe

I find that the first version is more controllable but the second is what
experienced pocketpc users expect.
 
A

abco

Hi Shaun Wilde,

I used CEAppMgr to run my CAB files. It can install sqlce
and my application on device but when the installation
finished the CE Setup message box that told sqlce is need
to install to run my application appeared. I want not to
appear that message box.

Thank.
 
S

Shaun Wilde

then RAPI is the way - CeWriteFile etc

I've noticed that when you ask for files to be downloaded via CeAppMgr there
does not seem to be a way of controlling the order.
 
B

Brian Chamberlain [MS]

You'll need to create two separate .INI files and call CEAppMgr twice, once
for each .INI file. This is the only way to control the order.

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

--------------------
| From: "Shaun Wilde" <[email protected]>
| References: <[email protected]>
<#[email protected]>
<[email protected]>
| Subject: Re: To create a MSI installer with 2 CAB files
| Date: Fri, 14 Nov 2003 19:15:11 -0000
| Lines: 32
| 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: cpc3-alde1-3-0-cust244.glfd.cable.ntl.com
213.105.185.244
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:38653
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| then RAPI is the way - CeWriteFile etc
|
| I've noticed that when you ask for files to be downloaded via CeAppMgr
there
| does not seem to be a way of controlling the order.
|
|
| | > Hi Shaun Wilde,
| >
| > I used CEAppMgr to run my CAB files. It can install sqlce
| > and my application on device but when the installation
| > finished the CE Setup message box that told sqlce is need
| > to install to run my application appeared. I want not to
| > appear that message box.
| >
| > Thank.
| >
| > >-----Original Message-----
| > >2 ways I can think of
| > >
| > >1) is to use RAPI to copy and execute your file
| > >2) is to use CEAppMgr.exe
| > >
| > >I find that the first version is more controllable but the
| > second is what
| > >experienced pocketpc users expect.
| > >
| > >
| >
|
|
|
 

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