I have a setup that installs 4 cab files by executing CeAppMgr and specifies
the 4 ini files (one "CEAppMgr_ini_filename" for each of the 4 cab files).
On the device, the netcf cab installs first, followed by the SqlCE cab, then
my cab and last is the OpenNetCF cab. When my cab file installs, it displays
an error that it "requires the installation of OpenNetCF.SDF.xxx.xxx.cab". I
need to have the OpenNetCF be installed before my cab file. I have tried
reordering the list of ini files specified on the CeAppMgr command line,
which seems to change the order that the cabs are copied to the device but
does not change the order that the cab files are installed. Any idea how I
can control the order of installation?
Thanks,
Rich