CEAppMgr ini Multiple components

  • Thread starter Thread starter info
  • Start date Start date
I

info

Hi
For deployment I realized an setup vai the CeAppMgr.exe.

Am I able (and how) do deploy multiple components with one ini file?

I tried it like this but it won't work


;DO NOT EDIT CEAppManager Version
[CEAppManager]
Version = 1.0
Component = Project
Component = SQL Mobile 3.0
Component = .NET CF 2.0

[Project]
Description = Project
CabFiles =
Project.Setup.CAB,NETCFv2.ppc.armv4.cab,NETCFv2.wm.armv4i.cab,sqlce30.dev.DE.ppc.wce5.armv4i.CAB,sqlce30.dev.DE.ppc.wce5.armv4i.CAB,sqlce30.ppc.wce4.armv4.CAB,sqlce30.dev.DE.ppc.wce4.armv4.CAB

[SQL Mobile 3.0]
Description = SQL Mobile
CabFiles =
sqlce30.dev.DE.ppc.wce5.armv4i.CAB,sqlce30.dev.DE.ppc.wce5.armv4i.CAB,sqlce30.ppc.wce4.armv4.CAB,sqlce30.dev.DE.ppc.wce4.armv4.CAB

[.NET CF 2.0]
Description = NETCF
CabFiles = NETCFv2.ppc.armv4.cab,NETCFv2.wm.armv4i.cab


Any hints?
 
CeAppMgr can only install one component at a time. You cannot mix multiple
products in one .ini file
 
Back
Top