CEAppMgr ini Multiple components

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?
 
A

Alex Feinman [MVP]

CeAppMgr can only install one component at a time. You cannot mix multiple
products in one .ini file
 

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

Top