Is it possible to create a cab which is containing several cabs, and that
the cab installs these cabs?
Thanks
James
Paul T.
"James levertopf" wrote:
> .
>
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 400
Boston, MA 02116
www.penfact.com
It's a little bit tricky.
A Cab file can contains other CAB files, but the installation needs to
be driven by another process because a Cab Installer is not re-
entrant. So one solution is to install the cab files and a setup
application to a temp location on the device and the Setup.dll of this
cab start a setup application that will launch the Cab installer on
the other cabs sequentially.
Virginie - http://magiccab.tech.officelive.com
You can drag and drop your .cabs (including the .net cf cab) and data files
into this app, and it'll make a Desktop and/or PDA installer .exe for you.
As Paul said, you can't run wceload.exe (the program which installs a .cab
file on your device) more than once at a time.
Marc
"James levertopf" wrote:
> .
>
"James levertopf" <ja...@levertopf.com> wrote in message
news:%23PIgNFH...@TK2MSFTNGP06.phx.gbl...
> Is it possible to create a cab which is containing several cabs, and that
> the cab installs these cabs?
As the other posts have suggested, it is possible, but can be a little messy
to configure and setup.
Microsoft have created a sample application which you probably already have
installed as part of your Visual Studio installation
(http://msdn.microsoft.com/en-us/library/bb158796.aspx - Multiple CAB
Install). This may be of help in providing pointers on how to create the
required setup.dll etc.
Hope this helps,
Christopher Fairbairn