Deployment - How to automatically install .net cf and open cf, and sql ce ....

  • Thread starter Thread starter A_PK
  • Start date Start date
A

A_PK

Hi, when I deploy my application,

I found that new user can not use right after they install my application.
because they have not yet install the .net compact framework, opencf, and
sqlce.

Just wonder how should I install those necessary file together with my
application during user installation.

thank you very much

Regards
 
I suppose you're using Visual Studio.
This is how it works in VS2005(beta I)
Start a New project --> Other Project Types -->Setup and deployment--> Smart
device Cab
It gives you the chance to install everything you need and produces just one
CAB-file you have to copy to your device.
 
Back
Top