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

----------------

What can i do ??

Many thanks

Re: Problem install CF2+application with Ezsetup by Ilya

Ilya
Mon Dec 19 13:37:23 CST 2005

The list of CABs in INI is not a list of various products to install.

It's a list of CABs for different CPUs of the same product. Only one CAB
from this list will be installed.

To install more than one product, you need multiple INI files, one per
product. Each might list several CABs for supported platforms.



Also, there's no "NETCFv2.armv4i.CAB". If you planning to support all PPCs,
you'd need to list

NETCFv2.ppc.ARMV4.cab and NETCFv2.wm.ARMV4I.cab in your NETCF INI.

First one is for PPC 2003; second one is for WM 5.0.



Please see this for more info:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/wce51conSampleIniFile.asp


Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).

"skimans" <skimans@libero.it> wrote in message
news:1134808320.799571.250040@g47g2000cwa.googlegroups.com...
> 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
>
> ----------------
>
> What can i do ??
>
> Many thanks
>