Ginny,
You are missing the point. Windows Mobile 2003 running on XScale does not
tell the installer it is an ARM processor it is running on. Therefore, if
your setup .inf file has different cabs as you generate with VC 2003 (Create
Cabs function) thie resulting setup will FAIL on all XScale-processor
running WM 2003, but it will be fine on Pocket PC 2002. It is a bug in
either the operating system (not returning the right processor type that can
be matched with ARM) or/and VS 2003 generating inf with CAB signature for
XScale not present or/and CE AppManager that doesn't recognise XScale as
ARM. Consequently NO SETUP PROJECT GENERATED FROM INF FILE BY VC2003 WOULD
WORK on XScale with Windows Mobile 2003.
If you modify the inf file not to contain specific CPU CABs, it installs OK.
Microsoft should fix the problem.
Kind Regards,
Pawel
www.24x7.com.au
"Ginny Caughey [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Konstantin,
>
> It is also possible to write your own installer that does not require the
> desktop .Net framework. I use the Remote API (Rapi) to write apps that
install
> my CE apps and DLLs as well as downloading data.
> --
> Ginny Caughey
> Windows Embedded MVP
>
> "Konstantin Kipa" <(E-Mail Removed)> wrote in message
> news:uIg%(E-Mail Removed)...
> > Francisco Caselli
> >
> > Just out of interest. I noticed in the article that you mentioned, that
you
> > supposed to create a custom installer to run the CE Manager. Does that
mean
> > that .NET Framework must be installed on the desktop PC as well prior
the
> > installation? This is C# code isn't it? Therefore, you have to not only
> > deploy the .NET Compact Framework, you must be sure that a user has .NET
> > Framework installed on his desktop PC just to be able to use your
installer
> > for Pocket PC. Am I right?
> >
> > Thanks in advance
> >
> > > I'm using the article «Developing and Deploying Pocket PC Setup
> > > Applications» to create a setup to install a PPC 2003 Application from
the
> > > desktop.
> > > t creates the CAB files, and then pack them into an MSI that launches
the
> > > WinCE Application Manager to select the correct CAB file and deploy it
to
> > > the device.
> >
> >
>
>