Make a setup.exe with SQLCE

  • Thread starter Thread starter Bnob
  • Start date Start date
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 ?
 
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.
 
Back
Top