Installing sqlce30.wce5.armv4i.CAB with a program

W

William LaMartin

By following the instructions at
http://msdn2.microsoft.com/en-us/library/aa446504.aspx (thank you
Christopher Tacke for that), I have figured out how to create a .msi
installation package to install my Windows Mobile 5 PPC application.

How do I include the installation of the Compact SQL Server (or SQL Mobile
or SQL Everywhere or whatever it is now called) in the same package. I
tried to add it to the list of cabs in the ini file (only the program's cab
was there)

Obviously I have omitted some steps. Can someone point me in the correct
direction.
 
K

Kay-Christian Wessel

One solution could be to just add the nessecary dll's to your project. I
think this is the fastest way. You will find the dll's in the same folder as
the cab file.

The other way is to include the cab in your cab, but this is not so easy.
There are som third party tools which fixes this though.

Best regards
Kay-Christian Wessel
 
G

Guest

I don't think the Microsoft EULA allows you to break down CAB files and ship
them individually.

Advise you check the EULA.

Simon.
 
W

William LaMartin

Thanks. Now that you point it out, I recall seeing that article and using
it to get started with my first SQL Compact database project before it was
made part of Visual Studio 2005 in one of the service packs.
 
K

Kay-Christian Wessel

The article is brand new, written i January this year, so it should be ok to
do it this way.

Kay
 

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