Make a setup.exe with SQLCE

B

Bnob

My solution to make a setup.exe is to make a cab from my project and
execute CEAPPMGR with a ini file

But my application need SQLCE cab, so I execute CEAPPMGR with a ini
file to install SQLCE

It's work.. but I have two entries(my application + SQLCE) in the
ADD/remove programs in my PDA.

My question is how can I have only one entry in the ADD/remove programs
?

Can I make a cab with my project and SQLCE ?
 
E

Ercan Turkarslan [MS]

Hi,

.NET CF and SQLCE cab files must be deployed as a seperate component.
Extracting the CAB files and combining with your bits will violate the
redistribution license.

Thanks

Ercan Turkarslan
Microsoft Mobile Devices Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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