PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Installing .NET 2.0 Compact Framework with my Application

Reply

Installing .NET 2.0 Compact Framework with my Application

 
Thread Tools Rate Thread
Old 06-03-2006, 11:24 PM   #1
Eric Renken
Guest
 
Posts: n/a
Default Installing .NET 2.0 Compact Framework with my Application


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


  Reply With Quote
Old 07-03-2006, 01:00 AM   #2
Guest
 
Posts: n/a
Default Re: Installing .NET 2.0 Compact Framework with my Application

A CAB cannot install anotehr CAB. You must deploy them separately.

-Chris

"Eric Renken" <EricRRenken@newsgroup.nospam> wrote in message
news:%23%23IXmUXQGHA.1096@TK2MSFTNGP11.phx.gbl...
>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
>



  Reply With Quote
Old 07-03-2006, 01:26 AM   #3
Ilya Tumanov [MS]
Guest
 
Posts: n/a
Default Re: Installing .NET 2.0 Compact Framework with my Application

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...framework?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" <EricRRenken@newsgroup.nospam> wrote in message
news:%23%23IXmUXQGHA.1096@TK2MSFTNGP11.phx.gbl...
>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
>



  Reply With Quote
Old 07-03-2006, 10:40 PM   #4
=?Utf-8?B?bW9iaWxlbW9iaWxl?=
Guest
 
Posts: n/a
Default RE: Installing .NET 2.0 Compact Framework with my Application

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

"Eric Renken" wrote:

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

  Reply With Quote
Old 07-03-2006, 10:49 PM   #5
Eric Renken
Guest
 
Posts: n/a
Default Re: Installing .NET 2.0 Compact Framework with my Application

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

Eric Renken

"mobilemobile" <mobilemobile@discussions.microsoft.com> wrote in message
news:22C5815D-5C3B-4E86-9354-0D88126861B8@microsoft.com...
> You need to write a custom setup.dll -- do a CreateProcess on WCELoad.exe
> to
> load the CAB.
>
> "Eric Renken" wrote:
>
>> 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
>>
>>
>>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off