I have used the solution linked below with the NSIS installer to create
a multicab installer that installs our app and the EVB 2003 runtimes also.
You can specify the order of install by modifying the install script.
http://www.pocketpcdn.com/articles/multicabinstall.html
Shaun Wilde wrote:
> thanks
>
> "Brian Chamberlain [MS]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>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" <(E-Mail Removed)>
>>| References: <0a8601c3a9cb$34f36f10$(E-Mail Removed)>
>><#(E-Mail Removed)>
>><068e01c3aa6e$99d5dc80$(E-Mail Removed)>
>>| 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: <(E-Mail Removed)>
>>| 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.
>>|
>>|
>>| "abco" <$(E-Mail Removed)$> wrote in message
>>| news:068e01c3aa6e$99d5dc80$(E-Mail Removed)...
>>| > 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.
>>| > >
>>| > >
>>| >
>>|
>>|
>>|
>>
>
>
>