Cab Setup

  • Thread starter Thread starter Theodore
  • Start date Start date
T

Theodore

Hello,
I would like to deploy my application using .CAB files.

When someone wants to install my application, he should
install every of the 4 CAB files. (3 for SQL CE and 1
for .NET CF).

Is it possible to create only one .CAB file for the entire
application, containing my application`s CAB file and the
4 others needed to run?

Thank you in advance.
 
I have used the solution linked below with the NSIS installer to create
a multicab installer that installs more than one cab at a time.

http://www.pocketpcdn.com/articles/multicabinstall.html

It will install all the cabs separately so its quite the solution you
are looking for but it should work to install several cab files at once.
 
Hi Theodore,

In your solution, add a new project and, in the "Create Project"
window, choose "Setup and Deployment". You can either specify
everything manually or use the wizard.

HTH,

Michel
 
Hallo Michael,
In your solution, add a new project and, in the "Create Project"
window, choose "Setup and Deployment". You can either specify
everything manually or use the wizard.

Isn´t this only possible for desktop-setups? I did not ever get a setup
project to work for the PocketPC...


--
Danyel Meyer
-------------------------------------------
dialog-it GmbH
Röllinghäuser Strasse 55a
31061 Alfeld/Leine

Tel +49 (0) 5181 900 814
Fax +49 (0) 5181 900 815
E-Mail (e-mail address removed)
 

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

Back
Top