Making a setup exe

  • Thread starter Thread starter bnob
  • Start date Start date
B

bnob

My solution to make a setup.exe is to create 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 ? Or another idea to have
only one entry in the ADD/remove list ?
 
You cannot. SQL CE EULA does not allow you to repackage it with your
application. It has to be installed as a separate cab.
 
Back
Top