Application Packaging

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