Build CAB File for Release

  • Thread starter Thread starter Davy B
  • Start date Start date
D

Davy B

I'm trying to build a CAB file for a .NET app I've built using C#. I
am using the cabwiz.exe applet with an INF file. The CAB file builds
ok, but in order to enable users to install the app on a virgin Pocket
PC I have to provide seven other CAB files, including Compact Framework

2, SQL Client, SQL CE, etc.

Rather than expect the customer to copy eight CAB files onto their
Pocket PC and process each one in the correct order, how can I combine
all files into one CAB file? If I include CAB files in the INF file,
they are just ignored.


Thanks in anticipation,


David Bridge
 
I solved this very same problem by using this free open source
components....works great!
http://nsis.sourceforge.net/Main_Page

WISE really wasn't up to the task when I was looking.....don't know what
they have now -----but NSIS met my needs right away....and the price is
right!

Harry Simpson
 
David,

You can't combine the CAB files into one big CAB file as you'd like, but you
can write a desktop app using Rapi to copy the CAB files to the device and
explode them under programmatic control. You can find a .NET wrapper for
Rapi at www.opennetcf.org in the Desktop.Communications section.
 
Note RAPI can be disabled on WM 5.0 devices. Using CeAppMgr.exe with INI
files would work even in that case.

--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Hi
But I do I have do check the current running os on the Pocket PC don't
I ?

Did you solve this ?

I've the same issue I need to solve
 
Hello,

maybe Install Shield is an option for you. IS Express is sufficient to
write nice setup applications which can also target PDAs.
They can deploy CF as well as any other file...

Greetings

Markus
 
Back
Top