PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

To create a MSI installer with 2 CAB files

 
 
abco
Guest
Posts: n/a
 
      13th Nov 2003
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.
 
Reply With Quote
 
 
 
 
Shaun Wilde
Guest
Posts: n/a
 
      13th Nov 2003
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.


"abco" <$(E-Mail Removed)$> wrote in message
news:0a8601c3a9cb$34f36f10$(E-Mail Removed)...
> 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.



 
Reply With Quote
 
abco
Guest
Posts: n/a
 
      14th Nov 2003
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.
>
>


 
Reply With Quote
 
Shaun Wilde
Guest
Posts: n/a
 
      14th Nov 2003
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.
> >
> >

>



 
Reply With Quote
 
Brian Chamberlain [MS]
Guest
Posts: n/a
 
      19th Nov 2003
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.
| > >
| > >
| >
|
|
|

 
Reply With Quote
 
Shaun Wilde
Guest
Posts: n/a
 
      30th Nov 2003
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.
> | > >
> | > >
> | >
> |
> |
> |
>



 
Reply With Quote
 
ngilsena at indigo dot ie
Guest
Posts: n/a
 
      1st Dec 2003
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.
>>| > >
>>| > >
>>| >
>>|
>>|
>>|
>>

>
>
>


 
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
Need create installer mistral Windows XP General 1 11th Jan 2007 03:43 AM
How to create ASP.NET installer --msi Sukh Microsoft ASP .NET 1 26th May 2005 07:20 PM
Create installer with .NET Studio indrekm Microsoft Dot NET 1 4th Nov 2004 02:28 PM
Create installer with .NET Studio Indrek Mägi Microsoft Dot NET 1 4th Nov 2004 12:41 PM
Re: Get installer to create subfolders? Peter Rilling Microsoft Dot NET 0 22nd Aug 2003 07:28 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:34 AM.