Application Packaging

R

r.swamy28

Hello,

I am relatively new to .NET programming. I have an simple application,
which i need to distribute over the air. The application is written in
C# and targets Windows Mobile 5.0 Smartphones.

I understand that all phones do not come with .NET CF pre installed on
the device. How can i build a single CAB file which will also include
the .net cf CAB files and the sql ce CAB files. I need to do this so
that the user will have to download a single file rather than multiple
files. I tried EZSetup, but then i dont know how to include multiple
CAB files in that.

Any pointers/examples on how to do so will be of great help.

Regards,
Swamy
 
A

Arun

Only way is to extract both CAB file contents and re-packaging it into
a single one, but I believe Microsoft EULA won't allow this, it is to
deploy every CAB individually.

Hope this helps.
Arun
 

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