Problem install CF2+application with Ezsetup

  • Thread starter Thread starter skimans
  • Start date Start date
S

skimans

Hi,
i have this problem...
When i install my program in my K-Jam (WM2005 with CF1) the CF2 don't
be installed, but install only the program.
The packing is CF2.cab+program PROVA.CAB created using Ezsetup.

This is SETUP.INF:

[CEAppManager]
Version = 1.0
Component = App

[App]
Description = Description if the program
DeviceFile= prova.exe
CabFiles= prova.CAB,NETCFv2.armv4i.CAB
 
On Windows Mobile 5.0, only once instance of wceload.exe can run at a
time. You would need to have an small installer on the device to invoke
wceload.exe for any additional CABs. You would invoke the installer from
a custom setup DLL in the main CAB. I am not certain if you can
accomplish this via EzSetup.

Search the archives of this group and microsoft.pocketpc.developer for
"multiple CAB" as this has been discussed several times in the last month.
 
Back
Top