PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Installing .NET 2.0 Compact Framework with my Application
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Installing .NET 2.0 Compact Framework with my Application
![]() |
Installing .NET 2.0 Compact Framework with my Application |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 > > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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 >> >> >> |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

