Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Installing .NET 2.0 Compact Framework with my Application

1 view
Skip to first unread message

Eric Renken

unread,
Mar 6, 2006, 6:24:42 PM3/6/06
to
I thought I could install my application and the CF framework like this, but
that didn't work:

[CEAppManager]
Version = 1.0
Component = GTX GPS

[GTX GPS]
Description = GPS Tracking
CabFiles = GTX.cab,NETCFv2.ppc.armv4.cab

Do I have to do this twice? Once for me application and once for CF 2.0?

Thanks,

Eric Renken


<ctacke/>

unread,
Mar 6, 2006, 8:00:33 PM3/6/06
to
A CAB cannot install anotehr CAB. You must deploy them separately.

-Chris

"Eric Renken" <EricR...@newsgroup.nospam> wrote in message
news:%23%23IXmUXQ...@TK2MSFTNGP11.phx.gbl...

Ilya Tumanov [MS]

unread,
Mar 6, 2006, 8:26:04 PM3/6/06
to
CABs listed in the INI are of the same application, just for different
platforms. Only one of them would be deployed.

You need to deploy two different applications - yours and NETCF, so you need
two INIs.


--
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).

"Eric Renken" <EricR...@newsgroup.nospam> wrote in message
news:%23%23IXmUXQ...@TK2MSFTNGP11.phx.gbl...

mobilemobile

unread,
Mar 7, 2006, 5:40:23 PM3/7/06
to
You need to write a custom setup.dll -- do a CreateProcess on WCELoad.exe to
load the CAB.

Eric Renken

unread,
Mar 7, 2006, 5:49:08 PM3/7/06
to
Thanks to everyone. I thought that is what I needed to do, but was just
hoping.

Eric Renken

"mobilemobile" <mobile...@discussions.microsoft.com> wrote in message
news:22C5815D-5C3B-4E86...@microsoft.com...

0 new messages