To quote myself:
...
Also, for CEAppMgr.exe to recognize which CAB to deploy, the INI (read -
INF) file, used
to create these CABs, should have both version and ProcessorType correctly
set for each supported CPU/Platform:
[CEDevice]
ProcessorType = 10003
VersionMin = 4.000
VersionMax = 4.999
If not set, CEAppMgr.exe will grab the first CAB from the list (which is
another thing you probably observe).
...
If you used "Build CAB" option in VS, it won't add ProcessorType
information into the CAB's INF.
You can edit INF file manually to include this information (INF is located
in the project folder).
As soon as this done, do not use VS (as it would overwrite INF file), but
execute BuildCab.bat in the project folder instead.
Please see this for more details:
http://msdn.microsoft.com/library/de...us/wcesetup/ht
ml/_wcesdk_Creating_an_inf_File_for_the_CAB_Wizard.asp
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> Thread-Topic: CEAppMgr deploys the first CAB in my list instead of the
right one
> thread-index: AcTi+oJVKOwIPAiCSlexxlYCT56O8g==
> X-WBNR-Posting-Host: 64.229.192.112
> From: "=?Utf-8?B?VGFyaCBpaw==?=" <(E-Mail Removed)>
> Subject: CEAppMgr deploys the first CAB in my list instead of the right
one
> Date: Wed, 15 Dec 2004 15:05:02 -0800
> Lines: 21
> Message-ID: <04CFE367-C2F3-4B91-B84D-(E-Mail Removed)>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.dotnet.framework.compactframework
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.compactframework:67009
> X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
>
>
> Hi!!!
>
> How can I make CEAppMgr to deploy the right CAB instead of the first
> one from my Setup.Ini file CabList?
>
> I'm trying to create a process that automatically deploys a
third-party
> cab to a PDA (supporting both platforms Windows CE & Pocket PC). I'm
testing
> it with the Pocket PC 2003 Emulator & the ActiveSync connection power-toy
> (both from Microsoft).
>
> For some odd reason, CeAppMgr is deploying the first cab instead of
the
> right cab from my list. If I put the right cab at the begining of the
list,
> then everything works fine... but that would mean that I will need to
create
> an Ini file for each processor, and that is something I cannot do.
>
> Is this issue present only with the emulator? If not, how can I
solve
> it? Any information is greatelly appreciated!!!!
>
> Tarh ik
>
>