Making a setup exe

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 ?
 
A

Alex Feinman [MVP]

You cannot. SQL CE EULA does not allow you to repackage it with your
application. It has to be installed as a separate cab.
 

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