Installing .NET 2.0 Compact Framework with my Application

E

Eric Renken

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
 
I

Ilya Tumanov [MS]

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

Guest

You need to write a custom setup.dll -- do a CreateProcess on WCELoad.exe to
load the CAB.
 
E

Eric Renken

Thanks to everyone. I thought that is what I needed to do, but was just
hoping.

Eric Renken

mobilemobile said:
You need to write a custom setup.dll -- do a CreateProcess on WCELoad.exe
to
load the CAB.

Eric Renken said:
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
 

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